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]

[RFC 0/3] Remove unused operators OP_BITSTRING TERNOP_SLICE_COUNT and TYPE_CODE_BITSTRING


Hi,
This patch set is a follow-up to my prosal here,

  Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING?
  http://sourceware.org/ml/gdb/2012-08/msg00018.html

However, OP_LABELED is not removed in this patch set, because it is not
obviously correct to do so, and more thoughts are needed.  Removal of
TYPE_CODE_BITSTRING is added in this set.

I don't put much words in each patch, because each of them just simply
removes unused bits.  Regression tested on x86_64-unknow-linux.


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