summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-17 05:42:50 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-17 05:42:50 +0000
commit34ee4450e8a7a27d84309ef224f1aca03f917151 (patch)
tree4c28c522b43b0029f6b1b6de15dcbd5d8d3b016c /gdb/mips-tdep.c
parentc826210390f97c7b4ff1028bb945d58eca585bb6 (diff)
downloadgdb-34ee4450e8a7a27d84309ef224f1aca03f917151.tar.gz
EABI64 was selecting EABI32
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index f3223a45b5a..94e96ca117e 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -3871,7 +3871,7 @@ mips_gdbarch_init (info, arches)
mips_abi = MIPS_ABI_EABI32;
break;
case E_MIPS_ABI_EABI64:
- mips_abi = MIPS_ABI_EABI32;
+ mips_abi = MIPS_ABI_EABI64;
break;
default:
mips_abi = MIPS_ABI_UNKNOWN;