summaryrefslogtreecommitdiff
path: root/bfd/elf64-mips.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-11 06:37:34 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-11 06:37:34 +0000
commitf75c38d731c532933a3a66224db5b7ba3e0a516f (patch)
tree744ee60f3abfe7c92e6d12d161c9228a53409c0a /bfd/elf64-mips.c
parent8c1b03ce7db4fe087651b9710e0ed8b0b77a7e59 (diff)
downloadgdb-f75c38d731c532933a3a66224db5b7ba3e0a516f.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c
index 6fc0dcdf0e4..24f4b3b54cd 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