diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-10-18 01:35:06 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-10-18 01:35:06 +0000 |
commit | eae1474374ae79c9836831d4376f8fafa99f537d (patch) | |
tree | 5cc985435a6a8a68031b8a423027a7de866613e3 /gas/testsuite/ChangeLog | |
parent | 2c8abc570c7d46dbb9cc0ef26e924dbfdb25f987 (diff) | |
download | gdb-eae1474374ae79c9836831d4376f8fafa99f537d.zip gdb-eae1474374ae79c9836831d4376f8fafa99f537d.tar.gz gdb-eae1474374ae79c9836831d4376f8fafa99f537d.tar.bz2 |
* gas/mips/ld.d: Spell out section offsets and addends
explicitly. Clean up some regexps.
* gas/mips/ld-ilocks.d: Likewise. Add missing "$" prefixes to
the names of FP registers.
* gas/mips/ld-ilocks-addr32.d: Likewise.
* gas/mips/ld.s: Align sections to 4k, adjust padding.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9a81484..bfaaeb5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,14 @@ 2010-10-18 Maciej W. Rozycki <macro@linux-mips.org> + * gas/mips/ld.d: Spell out section offsets and addends + explicitly. Clean up some regexps. + * gas/mips/ld-ilocks.d: Likewise. Add missing "$" prefixes to + the names of FP registers. + * gas/mips/ld-ilocks-addr32.d: Likewise. + * gas/mips/ld.s: Align sections to 4k, adjust padding. + +2010-10-18 Maciej W. Rozycki <macro@linux-mips.org> + * gas/mips/ld.d: Use wildcard address matching. * gas/mips/ld-ilocks.d: Likewise. * gas/mips/ld-ilocks-addr32.d: Likewise. |