diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 10:38:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 10:38:41 +0000 |
commit | 2d7baaacc9d0500da88dcf19e5f549c675f02e40 (patch) | |
tree | ba50944c08724a7f3672fd2c98b9c2bec9bca53c /gas | |
parent | 6b9096b6838971966bbc2ab87ae7d370cc97aabf (diff) | |
download | gdb-2d7baaacc9d0500da88dcf19e5f549c675f02e40.zip gdb-2d7baaacc9d0500da88dcf19e5f549c675f02e40.tar.gz gdb-2d7baaacc9d0500da88dcf19e5f549c675f02e40.tar.bz2 |
* gas/tic54x/align.s: Add comment.
* gas/tic54x/align.d: Adjust .text size for 2002-05-23 write.c change.
* gas/tic54x/extaddr.d: Similarly adjust disassembly tail.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/tic54x/align.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/tic54x/align.s | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/tic54x/extaddr.d | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 160d469..9f9ec44 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-08-26 Alan Modra <amodra@bigpond.net.au> + + * gas/tic54x/align.s: Add comment. + * gas/tic54x/align.d: Adjust .text size for 2002-05-23 write.c change. + * gas/tic54x/extaddr.d: Similarly adjust disassembly tail. + 2002-08-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * gas/mips/empic.d: Treat "addiu" and "daddiu" as equivalent when diff --git a/gas/testsuite/gas/tic54x/align.d b/gas/testsuite/gas/tic54x/align.d index 9959330..d50f06e 100644 --- a/gas/testsuite/gas/tic54x/align.d +++ b/gas/testsuite/gas/tic54x/align.d @@ -5,7 +5,7 @@ Sections: Idx Name Size VMA LMA File off Algn - 0 .text 000000c0 00000000 00000000 0000.... 2..7 + 0 .text 00000089 00000000 00000000 0000.... 2..7 CONTENTS, ALLOC, LOAD, .... 1 .data 00000005 00000000 00000000 0000.... 2..1 CONTENTS, ALLOC, LOAD, DATA @@ -53,4 +53,3 @@ Disassembly of section .text: 86: 0005.* 87: 0006.* 88: 0007.* - ... diff --git a/gas/testsuite/gas/tic54x/align.s b/gas/testsuite/gas/tic54x/align.s index 16a777c..3ca9782 100644 --- a/gas/testsuite/gas/tic54x/align.s +++ b/gas/testsuite/gas/tic54x/align.s @@ -20,6 +20,8 @@ align8 .word 8 align128 .byte 4 .word 0,1,2,3,4,5,6,7 * TI .text section total size is 0x89 words; GAS fills to 0xc0 +* no, it doesn't fill post 2002-05-23 write.c change since we don't define +# HANDLE_ALIGN or SUB_SEGMENT_ALIGN. .data .field 2, 3 .field 11, 8 diff --git a/gas/testsuite/gas/tic54x/extaddr.d b/gas/testsuite/gas/tic54x/extaddr.d index 6c692e0..2a39644 100644 --- a/gas/testsuite/gas/tic54x/extaddr.d +++ b/gas/testsuite/gas/tic54x/extaddr.d @@ -53,5 +53,3 @@ Disassembly of section .text: 10080: f881.* 10081: 0080.* .*10080: ARELEXT.* - ... - |