diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-08-29 00:17:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-08-29 00:17:55 +0000 |
commit | 0a62e9bd9f1c007ce0bba8633b647379a73d9dbb (patch) | |
tree | e3764037bc380076842b8f61159be3e1f9957d5a /bfd | |
parent | 5f2d9799cea32ad252987033dcac17cc3630c7c9 (diff) | |
download | gdb-0a62e9bd9f1c007ce0bba8633b647379a73d9dbb.zip gdb-0a62e9bd9f1c007ce0bba8633b647379a73d9dbb.tar.gz gdb-0a62e9bd9f1c007ce0bba8633b647379a73d9dbb.tar.bz2 |
Fri Aug 28 16:29:15 1992 Ian Lance Taylor (ian@cygnus.com)
* archive.c (bfd_slurp_bsd_armap): if the symdef_count is too
large, assume we're using a swapped byte order and fail with
wrong_format rather than dumping core.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b25d68b..7a69815 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,18 +1,15 @@ +Fri Aug 28 16:29:15 1992 Ian Lance Taylor (ian@cygnus.com) + + * archive.c (bfd_slurp_bsd_armap): if the symdef_count is too + large, assume we're using a swapped byte order and fail with + wrong_format rather than dumping core. + Fri Aug 28 15:38:03 1992 Ken Raeburn (raeburn@cygnus.com) * Renamed opc-sparc.c to sparc-opc.c for systems with short filename constraints. * Makefile.in: Updated to reflect change. -Thu Aug 27 17:01:04 1992 Ian Lance Taylor (ian@cygnus.com) - - * targets.c, config/i960-bout.mt, hosts/*: added - HOST_BIG_ENDIAN_DEFAULT_VECTOR and - HOST_LITTLE_ENDIAN_DEFAULT_VECTOR because bout archive format - depends on the endianness of the host. Added #define - HOST_BIG_ENDIAN_P and #undef HOST_BIG_ENDIAN_P to a number of - configuration files in hosts/ (it was already in some). - Thu Aug 27 13:05:28 1992 Brendan Kehoe (brendan@cygnus.com) Add preliminary support for the we32k: |