aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2023-07-28 06:00:36 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2023-07-28 06:00:36 +0100
commitcc66ad2d2a63cec2eaafd7bbc6a9204490816c0b (patch)
tree65c2367909537e1dfbd265ff4b903029118fad5a /gold
parentb6dfdfde8864d2b6d45b58f8a0cbb9b6caa3939b (diff)
downloadgdb-cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b.zip
gdb-cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b.tar.gz
gdb-cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b.tar.bz2
Revert "MIPS: support mips*64 as CPU and gnuabi64 as ABI"
This reverts commit 32f1c80375ebe8ad25d9805ee5889f0006c51e59. It had two unrelated changes lumped together, one of which changed the meaning of the `mipsisa64*-*-linux*' target triplets, which was not properly evaluated.
Diffstat (limited to 'gold')
-rw-r--r--gold/configure.tgt14
1 files changed, 0 insertions, 14 deletions
diff --git a/gold/configure.tgt b/gold/configure.tgt
index ef47ce0..4b54e08 100644
--- a/gold/configure.tgt
+++ b/gold/configure.tgt
@@ -153,13 +153,6 @@ aarch64*-*)
targ_big_endian=false
targ_extra_big_endian=true
;;
-mips*64*el*-*-*|mips*64*le*-*-*)
- targ_obj=mips
- targ_machine=EM_MIPS_RS3_LE
- targ_size=64
- targ_big_endian=false
- targ_extra_big_endian=true
- ;;
mips*el*-*-*|mips*le*-*-*)
targ_obj=mips
targ_machine=EM_MIPS_RS3_LE
@@ -167,13 +160,6 @@ mips*el*-*-*|mips*le*-*-*)
targ_big_endian=false
targ_extra_big_endian=true
;;
-mips*64*-*-*)
- targ_obj=mips
- targ_machine=EM_MIPS
- targ_size=64
- targ_big_endian=true
- targ_extra_big_endian=false
- ;;
mips*-*-*)
targ_obj=mips
targ_machine=EM_MIPS