aboutsummaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-02-11 11:35:04 +0000
committerPedro Alves <palves@redhat.com>2016-02-11 11:35:04 +0000
commitdd4a4f86240eac1262c760b6109b42242e007923 (patch)
tree760d435ad3493a5cab94dc130fee963fd6995b54 /elfcpp
parent32875eb1f3b928dfe63c5752e8152a9dc09928f3 (diff)
downloadgdb-dd4a4f86240eac1262c760b6109b42242e007923.zip
gdb-dd4a4f86240eac1262c760b6109b42242e007923.tar.gz
gdb-dd4a4f86240eac1262c760b6109b42242e007923.tar.bz2
Move 'enum bfd_endian' to a non-generated header
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. bfd/ChangeLog: 2016-02-11 Pedro Alves <palves@redhat.com> * bfd-in.h: Include bfd-types.h * bfd-in2.h: Regenerate. * targets.c (enum bfd_endian): Moved to include/bfd-types.h. include/ChangeLog: 2016-02-11 Pedro Alves <palves@redhat.com> * bfd-types.h: New file.
Diffstat (limited to 'elfcpp')
0 files changed, 0 insertions, 0 deletions