diff options
author | YunQiang Su <yunqiang.su@cipunited.com> | 2023-05-04 09:45:22 +0800 |
---|---|---|
committer | YunQiang Su <yunqiang.su@cipunited.com> | 2023-05-04 09:45:22 +0800 |
commit | c3b0a240ea7c5c25f523b950f24a2befa6b6ff61 (patch) | |
tree | 029818f1031e34852b0a39236dcf88d141d6bd37 /bfd | |
parent | c328c91b300caf82c3e490b3c9d50a60f35bc5b6 (diff) | |
download | gdb-c3b0a240ea7c5c25f523b950f24a2befa6b6ff61.zip gdb-c3b0a240ea7c5c25f523b950f24a2befa6b6ff61.tar.gz gdb-c3b0a240ea7c5c25f523b950f24a2befa6b6ff61.tar.bz2 |
MIPS: revert "default r6 if vendor is img"
In commit: 9171de358f230b64646bbb525a74e5f8e3dbe0dc,
The default output is set to r6 if the vendor is img,
It is ugly and should not be in upstream.
Let's revert it.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 7875299..9548370 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1537,7 +1537,7 @@ case "${targ_defvec} ${targ_selvecs}" in esac case "${targ}" in - mipsisa32r6* | mipsisa64r6* | mips*-img-*) + mipsisa32r6* | mipsisa64r6*) targ_cflags="$targ_cflags -DMIPS_DEFAULT_R6=1" ;; esac |