Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] Remove unused operator OP_LABELED
@ 2012-11-01  7:47 Yao Qi
  2012-11-01  7:47 ` [PATCH 3/6] Remove 'variantno' Yao Qi
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Yao Qi @ 2012-11-01  7:47 UTC (permalink / raw)
  To: gdb-patches

Hello,
In Aug., I posted patches to remove unused operators except
OP_LABELED,

  [RFC 0/3] Remove unused operators OP_BITSTRING TERNOP_SLICE_COUNT
and TYPE_CODE_BITSTRING
  http://sourceware.org/ml/gdb-patches/2012-08/msg00307.html

This patch set removes the unused operator OP_LABELED.  Since
OP_LABELED related code was coupled with others, the removal is done
step by step in order to make each patch easy to read.  Patch 1/6 is
to remove OP_LABELED, and patch 2/6 - 4/6 are to remove unused code as
a result of patch 1/6.  Patch 5/6 is for indentation, and patch 6/6 is
to add a test to make sure my change is correct.

The whole patch set is tested on x86_64-linux.  Is it OK?


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-11-02 17:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-01  7:47 [PATCH 0/6] Remove unused operator OP_LABELED Yao Qi
2012-11-01  7:47 ` [PATCH 3/6] Remove 'variantno' Yao Qi
2012-11-01 15:44   ` Tom Tromey
2012-11-01  7:47 ` [PATCH 5/6] Indentation Yao Qi
2012-11-01 15:45   ` Tom Tromey
2012-11-01  7:47 ` [PATCH 1/6] Remove OP_LABELED Yao Qi
2012-11-01 15:41   ` Tom Tromey
2012-11-02 16:43   ` Pedro Alves
2012-11-02 16:49     ` Tom Tromey
2012-11-02 16:51       ` Pedro Alves
2012-11-02 17:09         ` Tom Tromey
2012-11-02 17:25           ` Pedro Alves
2012-11-01  7:47 ` [PATCH 2/6] Update comment of evaluate_struct_tuple Yao Qi
2012-11-01 15:42   ` Tom Tromey
2012-11-01  7:47 ` [PATCH 4/6] Remove 'substruct_type' and 'subfieldno' Yao Qi
2012-11-01 15:44   ` Tom Tromey
2012-11-01  7:47 ` [PATCH 6/6] Test nested struct assign Yao Qi
2012-11-01 15:47   ` Tom Tromey
2012-11-01 15:47 ` [PATCH 0/6] Remove unused operator OP_LABELED Tom Tromey
2012-11-02  0:20   ` [committed]: " Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox