diff options
author | Jeff Law <law@redhat.com> | 1998-02-06 18:50:34 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-02-06 18:50:34 +0000 |
commit | 9b47bc23b811b17f0fccd665944cab131ca93741 (patch) | |
tree | b1893213141a1cfed6a63d9d70b1890cfa107241 /bfd | |
parent | 5587a091de9ec4ea27351f8da176dde753173309 (diff) | |
download | gdb-9b47bc23b811b17f0fccd665944cab131ca93741.zip gdb-9b47bc23b811b17f0fccd665944cab131ca93741.tar.gz gdb-9b47bc23b811b17f0fccd665944cab131ca93741.tar.bz2 |
* elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
get the size from bfd_arch_bits_per_address instead of directly
from the isa.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8efe52e..cd71af4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com) + + * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR + get the size from bfd_arch_bits_per_address instead of directly + from the isa. + Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com> * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address |