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/elf64-mips.c | |
parent | 448cafa4004a254978455418e866347a29b5de5c (diff) | |
download | ppe42-binutils-23e2c83b83cf07b348412eddafa930d7dc7666e9.tar.gz ppe42-binutils-23e2c83b83cf07b348412eddafa930d7dc7666e9.zip |
The MIPS thinks that addresses are signed. Sign extend MIPS ECOFF
addresses.
Diffstat (limited to 'bfd/elf64-mips.c')
-rw-r--r-- | bfd/elf64-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index 6fc0dcdf0e..24f4b3b54c 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -45,7 +45,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "coff/ecoff.h" /* The 64 bit versions of the mdebug data structures are in alpha.h. */ #include "coff/alpha.h" -#define ECOFF_64 +#define ECOFF_SIGNED_64 #include "ecoffswap.h" static void mips_elf64_swap_reloc_in |