diff options
author | Jeff Law <law@redhat.com> | 2001-11-10 15:53:31 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-11-10 15:53:31 +0000 |
commit | 7e250b6c31c9410c26b3c7d8dc32848904c674ad (patch) | |
tree | fec5e5a6f18207ebf71a519863c2d8cb07435418 /bfd | |
parent | b914894f27cebf2e7ef7c91000f148671df2bcb4 (diff) | |
download | fsf-binutils-gdb-7e250b6c31c9410c26b3c7d8dc32848904c674ad.zip fsf-binutils-gdb-7e250b6c31c9410c26b3c7d8dc32848904c674ad.tar.gz fsf-binutils-gdb-7e250b6c31c9410c26b3c7d8dc32848904c674ad.tar.bz2 |
* binary.c: Include safe-ctype.h after bfd.h and sysdep.h.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/binary.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 556e613..47cc29a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 10 08:56:02 2001 Jeffrey A Law (law@cygnus.com) + + * binary.c: Include safe-ctype.h after bfd.h and sysdep.h. + 2001-11-10 Alan Modra <amodra@bigpond.net.au> * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEF diff --git a/bfd/binary.c b/bfd/binary.c index 6ef626c..7b66f30 100644 --- a/bfd/binary.c +++ b/bfd/binary.c @@ -32,9 +32,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ the file. objcopy cooperates by specially setting the start address to zero by default. */ -#include "safe-ctype.h" #include "bfd.h" #include "sysdep.h" +#include "safe-ctype.h" #include "libbfd.h" /* Any bfd we create by reading a binary file has three symbols: |