diff options
author | Nick Clifton <nickc@redhat.com> | 2003-08-21 14:00:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-08-21 14:00:06 +0000 |
commit | bd5ff44b2d0a0d86b9824936b808b7e97f8bb8c9 (patch) | |
tree | cc818620f13e440cbdd8e7ad774d048c977561bf /bfd/ChangeLog | |
parent | 8a504b787a6a315a574641f1aa65a83879ea4a90 (diff) | |
download | gdb-bd5ff44b2d0a0d86b9824936b808b7e97f8bb8c9.tar.gz |
For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check for
both.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f3c9ffb436b..58b1aeec56b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-08-21 Randolph Chung <tausq@debian.org> + + * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects + can have OSABI=Linux or OSABI=SysV. Check for both. + * elf64-hppa.c (elf64_hppa_object_p): Likewise. + 2003-08-21 Nick Clifton <nickc@redhat.com> * po/sv.po: Updated Swedish translation. |