diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/mach-o/zerofill-2.d | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f2a4639..50ff4c3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,8 @@ -2012-01-03 Iain Sandoe <idsandoe@googlemail.com> +2012-01-04 Iain Sandoe <idsandoe@googlemail.com> + + * gas/mach-o/zerofill-2.d: New. + +2012-01-04 Iain Sandoe <idsandoe@googlemail.com> * gas/mach-o/zerofill-1.d: New. * gas/mach-o/zerofill-1.s: New. diff --git a/gas/testsuite/gas/mach-o/zerofill-2.d b/gas/testsuite/gas/mach-o/zerofill-2.d new file mode 100644 index 0000000..eb9fd85 --- /dev/null +++ b/gas/testsuite/gas/mach-o/zerofill-2.d @@ -0,0 +1,12 @@ +#objdump: -t +#source: zerofill-1.s +.*: +file format mach-o.* +#... +SYMBOL TABLE: +(00000000)?00000000 l.*0e SECT.*03 0000 \[__DATA.__zf_2\] zfs +(00000000)?00000000 l.*0e SECT.*04 0000 \[__DATA.__zf_3\] withalign +(00000000)?00000008 l.*0e SECT.*04 0000 \[__DATA.__zf_3\] withalign1 +(00000000)?00000000 g.*0f SECT.*01 0000 \[.text\] a +(00000000)?00000001 g.*0f SECT.*01 0000 \[.text\] b +(00000000)?00000002 g.*0f SECT.*01 0000 \[.text\] c +(00000000)?00000003 g.*0f SECT.*01 0000 \[.text\] d |