diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-02-02 12:48:21 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-02-02 12:48:21 +0000 |
commit | f6a22291f074f8dd64fca5d8f922c8bb23297012 (patch) | |
tree | 1cc2065b4de185a2eedc0219836a085aa4002540 /gas/ChangeLog | |
parent | 3ad1377116556518b857286fc3a46354eff403ad (diff) | |
download | gdb-f6a22291f074f8dd64fca5d8f922c8bb23297012.zip gdb-f6a22291f074f8dd64fca5d8f922c8bb23297012.tar.gz gdb-f6a22291f074f8dd64fca5d8f922c8bb23297012.tar.bz2 |
gas/
* config/tc-mips.c (add_got_offset_hilo): New function.
(macro): Use load_register() and add_got_offset_hilo() to load
constants instead of hardcoding code sequences throughout.
gas/testsuite/
* gas/mips/div.d: Update to accomodate changes in macro
expansions.
gas/mips/elf-rel-got-n32.d: Likewise.
gas/mips/elf-rel-got-n64.d: Likewise.
gas/mips/elf-rel-xgot-n32.d: Likewise.
gas/mips/elf-rel-xgot-n64.d: Likewise.
gas/mips/la-svr4pic.d: Likewise.
gas/mips/la-xgot.d: Likewise.
gas/mips/lca-svr4pic.d: Likewise.
gas/mips/lca-xgot.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9719ea7..b4edbbc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * config/tc-mips.c (add_got_offset_hilo): New function. + (macro): Use load_register() and add_got_offset_hilo() to load + constants instead of hardcoding code sequences throughout. + 2004-01-28 H.J. Lu <hongjiu.lu@intel.com> * config/tc-ia64.c (emit_one_bundle): Add proper indentation. |