diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-05-30 23:38:19 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-05-30 23:38:19 +0000 |
commit | 9ee72ff12290e81938a289105be633c17f773d83 (patch) | |
tree | da42f89fcf803c154b926f40683491e2b4cb50b2 /gas/ChangeLog | |
parent | 438c16b8759036fe9e9ecd48d71f4a3b4bc31a5a (diff) | |
download | gdb-9ee72ff12290e81938a289105be633c17f773d83.zip gdb-9ee72ff12290e81938a289105be633c17f773d83.tar.gz gdb-9ee72ff12290e81938a289105be633c17f773d83.tar.bz2 |
* config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
command line switch conforming to gcc conventions.
* doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 80a0db7..da7c4b8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to + OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000" + command line switch conforming to gcc conventions. + * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000. + +2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + * config/tc-mips.c (macro_build_jalr): New Function. (md_begin): NewABI uses big GOTs. (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP, |