diff options
author | Iain Sandoe <iain@codesourcery.com> | 2012-01-04 11:25:11 +0000 |
---|---|---|
committer | Iain Sandoe <iain@codesourcery.com> | 2012-01-04 11:25:11 +0000 |
commit | 8b282ca52a1ab0ba9081822b1e04875e3c9f14ed (patch) | |
tree | b4d2b9043a5167aafb280e68882da60156b1e44f /gas | |
parent | 8cf6e084007d9558f9246e6aa61284e7b54facea (diff) | |
download | gdb-8b282ca52a1ab0ba9081822b1e04875e3c9f14ed.zip gdb-8b282ca52a1ab0ba9081822b1e04875e3c9f14ed.tar.gz gdb-8b282ca52a1ab0ba9081822b1e04875e3c9f14ed.tar.bz2 |
gas/testsuite:
* gas/mach-o/zerofill-2.d: New.
Diffstat (limited to 'gas')
-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 |