This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [PATCH] Move 'enum bfd_endian' to a non-generated header


> On 12 Feb 2016, at 19:39, Pedro Alves <palves@redhat.com> wrote:
> 
> Because:
> 
> - GDB uses enum bfd_endian extensively.
> - gdbserver does not build/link-with bfd.
> - We'd like to share more code between gdb and gdbserver.
> 
> It'd make our lives easier if we could just use bfd_endian in
> gdbserver as well.
> 
> The problem is that bfd_endian is defined in a header that only exists
> if bfd is built/configured.
> 
> Thus this moves bfd_endian to a separate header, so gdbserver can
> include it.
> 
> Build tested with --enable-targets=all, from scratch.

Doesnât this patch remove enum bfd_endian from the documentation ?


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