2002-05-23 H.J. Lu <hjl@gnu.org>

* gas/all/align2.d: New.
	* gas/all/align2.s: New.

	* gas/all/gas.exp: Run align2.
This commit is contained in:
H.J. Lu 2002-05-23 17:12:49 +00:00
parent 78eac43ebf
commit 76101304b1
4 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-05-23 H.J. Lu <hjl@gnu.org>
* gas/all/align2.d: New.
* gas/all/align2.s: New.
* gas/all/gas.exp: Run align2.
2002-05-22 H.J. Lu <hjl@gnu.org>
* gas/mips/elf-rel.d: Updated for the subsegs_finish change in

View File

@ -0,0 +1,9 @@
#objdump: -s -j .text
#name: align2
# Test the section alignment.
.*: .*
Contents of section .text:
0000 ff[ 0-9a-fA-F]*[ ]+.*

View File

@ -0,0 +1,2 @@
.p2align 4,0
.byte 0xff

View File

@ -107,6 +107,7 @@ case $target_triplet in {
default {
run_dump_test struct
run_dump_test align
run_dump_test align2
}
}