diff options
author | Ying Huang <ying.huang@oss.cipunited.com> | 2023-11-10 14:03:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-11-10 14:03:17 +0000 |
commit | d173146d9b0051e9d691258ac68b9bd5575d0651 (patch) | |
tree | 26821429ecb563d2b930d2582ab89394826d4afd /gas/config.in | |
parent | e922d1eaa3774a68c96eae01e0fd08f8a30cda8c (diff) | |
download | gdb-d173146d9b0051e9d691258ac68b9bd5575d0651.zip gdb-d173146d9b0051e9d691258ac68b9bd5575d0651.tar.gz gdb-d173146d9b0051e9d691258ac68b9bd5575d0651.tar.bz2 |
MIPS: Change all E_MIPS_* to EF_MIPS_*
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config.in b/gas/config.in index 232bc35..ea21757 100644 --- a/gas/config.in +++ b/gas/config.in @@ -264,8 +264,8 @@ /* Use emulation support? */ #undef USE_EMULATIONS -/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ -#undef USE_E_MIPS_ABI_O32 +/* Allow use of EF_MIPS_ABI_O32 on MIPS targets. */ +#undef USE_EF_MIPS_ABI_O32 /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE |