mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
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:
parent
78eac43ebf
commit
76101304b1
@ -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
|
||||
|
9
gas/testsuite/gas/all/align2.d
Normal file
9
gas/testsuite/gas/all/align2.d
Normal 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]*[ ]+.*
|
2
gas/testsuite/gas/all/align2.s
Normal file
2
gas/testsuite/gas/all/align2.s
Normal file
@ -0,0 +1,2 @@
|
||||
.p2align 4,0
|
||||
.byte 0xff
|
@ -107,6 +107,7 @@ case $target_triplet in {
|
||||
default {
|
||||
run_dump_test struct
|
||||
run_dump_test align
|
||||
run_dump_test align2
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user