This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/6] Remove unused operator OP_LABELED


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]