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 | 6c21aa7634555aae9d4df64b073146bef5ae0734 (patch) | |
tree | be7d57e2f536fceb2d44392cc8aee57ca6d377e0 /bfd/ChangeLog | |
parent | 3673a93e66c4d3c6b5ea3d31062a0f8d2388bd1e (diff) | |
download | gdb-6c21aa7634555aae9d4df64b073146bef5ae0734.zip gdb-6c21aa7634555aae9d4df64b073146bef5ae0734.tar.gz gdb-6c21aa7634555aae9d4df64b073146bef5ae0734.tar.bz2 |
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 f3c9ffb..58b1aee 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. |