diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-11 06:37:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-11 06:37:34 +0000 |
commit | 23e2c83b83cf07b348412eddafa930d7dc7666e9 (patch) | |
tree | 6ce4cce0ea3ecd0e5257007a1c0b871f02590caa /bfd/ChangeLog | |
parent | 448cafa4004a254978455418e866347a29b5de5c (diff) | |
download | gdb-23e2c83b83cf07b348412eddafa930d7dc7666e9.zip gdb-23e2c83b83cf07b348412eddafa930d7dc7666e9.tar.gz gdb-23e2c83b83cf07b348412eddafa930d7dc7666e9.tar.bz2 |
The MIPS thinks that addresses are signed. Sign extend MIPS ECOFF
addresses.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index eaeab6c..ba58bfa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Tue Jul 11 16:25:52 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32 + and ECOF_SIGNED_64 to list ways to extract an offset. + (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in, + ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out): + Update. + * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64. + * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32. + Tue Jul 11 16:03:04 2000 Andrew Cagney <cagney@b1.cygnus.com> * elfcode.h (elf_object_p): Use bfd_set_start_address and not |