aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-11-12 22:22:20 +0000
committerThiemo Seufer <ths@networkno.de>2001-11-12 22:22:20 +0000
commitae948b86fe3cba210a95dd78fd72de98ec02266d (patch)
treefbb535a929e812073e3968dcd1278794d62841fc /gas/ChangeLog
parent2396cfb964a9fe3d7c5d718892ee148f015ff8c8 (diff)
downloadgdb-ae948b86fe3cba210a95dd78fd72de98ec02266d.zip
gdb-ae948b86fe3cba210a95dd78fd72de98ec02266d.tar.gz
gdb-ae948b86fe3cba210a95dd78fd72de98ec02266d.tar.bz2
* config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
(md_longopts): Allow OPTION_MABI for ELF compilation only. RE-allow OPTION_GP32, OPTION_GP64, OPTION_FP32 for non-ELF compilation. Sort options a bit more logical. (md_parse_option): Allow OPTION_32, OPTION_N32, OPTION_N64, OPTION_MABI only for elf targets. * gas/mips/mips.exp: Change naming of some conditionals to reflect the object format they actually mean. Don't try mips-abi32 and mips-abi32-pic tests for ecoff.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 20cd2ec..d8d8908 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
2001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+ * config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
+ (md_longopts): Allow OPTION_MABI for ELF compilation only. RE-allow
+ OPTION_GP32, OPTION_GP64, OPTION_FP32 for non-ELF compilation.
+ Sort options a bit more logical.
+ (md_parse_option): Allow OPTION_32, OPTION_N32, OPTION_N64,
+ OPTION_MABI only for elf targets.
+
+2001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
* config/tc-mips.c (set_at): Add cast needed for varargs.
(load_register): Likewise.
(macro): Likewise. Some code reformatting.