diff options
author | Nick Clifton <nickc@redhat.com> | 2006-07-18 08:56:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-07-18 08:56:44 +0000 |
commit | e0764319ebce80bbed2164c9317b3c4ec3c7df68 (patch) | |
tree | c5717836ba49445d28163f0b3fb43f5b05bc3ff9 /bfd/ChangeLog | |
parent | 8c52373870f90604c3c3ec41e5e8222e0f7ade81 (diff) | |
download | gdb-e0764319ebce80bbed2164c9317b3c4ec3c7df68.zip gdb-e0764319ebce80bbed2164c9317b3c4ec3c7df68.tar.gz gdb-e0764319ebce80bbed2164c9317b3c4ec3c7df68.tar.bz2 |
* elfxx-mips.c (_bfd_mips_elf_common_definition): New function.
Consider SHN_MIPS_ACOMMON and SHN_MIPS_SCOMMON as being common sections.
* elfxx-mips.h (_bfd_mips_elf_common_definition): Prototype.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 07bf4c4..6c4773e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2006-07-18 Nick Clifton <nickc@redhat.com> + + * elfxx-mips.c (_bfd_mips_elf_common_definition): New function. + Consider SHN_MIPS_ACOMMON and SHN_MIPS_SCOMMON as being common + sections. + * elfxx-mips.h (_bfd_mips_elf_common_definition): Prototype. + 2006-07-14 Jakub Jelinek <jakub@redhat.com> * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Fix cinfo.shift2 value. |