This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [RFC PATCH] Typed DWARF stack


Tom> I have since changed this.  For explicitly-typed values, I tried
Tom> DW_OP_shr and DW_OP_shra identically.  The type encodes the desired
Tom> operation.

Jakub pinged me on irc to say that this is not what GCC actually emits.
So, I am going to change GDB to follow.  That is, GDB will pick a
suitably-sized unsigned type to use for the LHS of DW_OP_shr.

Tom


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