diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:00:36 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:00:36 +0100 |
commit | cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b (patch) | |
tree | 65c2367909537e1dfbd265ff4b903029118fad5a /binutils | |
parent | b6dfdfde8864d2b6d45b58f8a0cbb9b6caa3939b (diff) | |
download | gdb-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 'binutils')
-rw-r--r-- | binutils/testsuite/binutils-all/mips/mips-note-2-n32.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/mips/mips-note-2-n32.d b/binutils/testsuite/binutils-all/mips/mips-note-2-n32.d index 5e24e7a..c2a5818 100644 --- a/binutils/testsuite/binutils-all/mips/mips-note-2-n32.d +++ b/binutils/testsuite/binutils-all/mips/mips-note-2-n32.d @@ -1,5 +1,4 @@ #PROG: objcopy -#as: -n32 #readelf: --notes --wide #objcopy: --merge-notes #name: MIPS merge notes section (n32) |