diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-03 20:50:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-03 20:50:35 +0000 |
commit | 4c507252cde74d8c3ab6fb31683afe8a9ec34146 (patch) | |
tree | 910d610d8d9beb3e8d9d513dcf385c50cc964120 /gas/testsuite/ChangeLog | |
parent | a7c108501aa17c815e4085b2421bca552b292d02 (diff) | |
download | binutils-gdb-4c507252cde74d8c3ab6fb31683afe8a9ec34146.tar.gz |
Fix tests to align to a 16 byte boundary.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 58f4ee77437..0a22d5501f8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,25 @@ +000-12-02 Chris Demetriou <cgd@sibyte.com> + + * gas/mips/elf_e_flags.s: Add padding to the end of the + file so that objdump output will be consistent. + * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d, + gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: Expect + "..." at end of objdump output because of zero bytes at end + of section. + * gas/mips/elf_e_flags.c: Add note to comment about + what's changing in elf_e_flags.s. + + * gas/mips/la.s: Add padding to the end of the file so that + objdump output will be consistent. + * gas/mips/la-svr4pic.d, gas/mips/la-xgot.d: Expect "..." at + end of objdump output because of zero bytes at end of + section. + + * gas/mips/sync.s: Add padding to the end of the file so that + objdump output will be consistent. + * gas/mips/sync.d: Expect "..." at end of objdump output + because of zero bytes at end of section. + 2000-12-01 Chris Demetriou <cgd@sibyte.com> * gas/mips/mips16.d: Expect mips16 nops to be used for padding |