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]

Re: [PATCHv5] aarch64: detect atomic sequences like other ll/sc architectures


On Wed, May 07, 2014 at 06:52:17AM -0700, Joel Brobecker wrote:
> > +  struct gdbarch *gdbarch = get_frame_arch (frame);
> > +  struct address_space *aspace = get_frame_address_space (frame);
> > +  enum bfd_endian byte_order_for_code = gdbarch_byte_order_for_code (gdbarch);
> 
> AndrewP said that the code is always LE, so why not just use
> BFD_ENDIAN_LITTLE in this case, rather than go through
> byte_order_for_code?
> 

Seemed sensible to do what aarch64_analyze_prologue did, rather than
hard code it... I'm happy one way or another though.

regards, Kyle


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