diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-09 02:55:40 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-09 02:55:40 +0000 |
commit | 69931e601363c9ac1d7dc3fcd6c91e16282c3f8a (patch) | |
tree | 37b3f5261ef375abb6b5067466720e4d88e75753 /bfd/ChangeLog | |
parent | 27abff5434a042f784420121a52d5a4b51902df7 (diff) | |
download | gdb-69931e601363c9ac1d7dc3fcd6c91e16282c3f8a.zip gdb-69931e601363c9ac1d7dc3fcd6c91e16282c3f8a.tar.gz gdb-69931e601363c9ac1d7dc3fcd6c91e16282c3f8a.tar.bz2 |
* elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
pointer size from ABI, not arch_bits_per_address.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 434e546..075f69b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-04-08 Alexandre Oliva <aoliva@redhat.com> + + * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor) + pointer size from ABI, not arch_bits_per_address. + 2003-04-07 Kevin Buettner <kevinb@redhat.com> * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related |