diff options
author | Nick Clifton <nickc@redhat.com> | 2011-12-15 11:37:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-12-15 11:37:03 +0000 |
commit | 83c257caead076ef27f229968ad2c3173141c503 (patch) | |
tree | 660897f423b45c749ccee9c1a486b86d73b8b62c /binutils/ChangeLog | |
parent | dff55db0d28380140e3702f6495498507b2ce0d7 (diff) | |
download | gdb-83c257caead076ef27f229968ad2c3173141c503.zip gdb-83c257caead076ef27f229968ad2c3173141c503.tar.gz gdb-83c257caead076ef27f229968ad2c3173141c503.tar.bz2 |
* readelf.c (get_symbol_type): Add ELFOSABI_FREEBSD to the
supported abi's.
* config/obj-elf.c (obj_elf_type): Add ELFOSABI_FREEBSD to the
supported abi's.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aeab175..646dd83 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2011-12-15 Andreas Tobler <andreast@fgznet.ch> + + * readelf.c (get_symbol_type): Add ELFOSABI_FREEBSD to the + supported abi's. + 2011-12-13 Tristan Gingold <gingold@adacore.com> * od-macho.c: New file. |