diff options
author | Alan Modra <amodra@gmail.com> | 2007-03-27 14:14:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-03-27 14:14:19 +0000 |
commit | 067b934b9aff2cbbd29c2f952f617dbd44f73e9f (patch) | |
tree | 2281186ae8bce7d77912ba7e80bf3c9f6dc5c960 | |
parent | 0fd7d34280f0114377d1f94253d813b7360ad44e (diff) | |
download | gdb-067b934b9aff2cbbd29c2f952f617dbd44f73e9f.zip gdb-067b934b9aff2cbbd29c2f952f617dbd44f73e9f.tar.gz gdb-067b934b9aff2cbbd29c2f952f617dbd44f73e9f.tar.bz2 |
* ld-elf/note-1.s: Increase .foo size.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/note-1.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 8bce5fe..1265861 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2007-03-27 Alan Modra <amodra@bigpond.net.au> + * ld-elf/note-1.s: Increase .foo size. + +2007-03-27 Alan Modra <amodra@bigpond.net.au> + * ld-spu/spu.exp (embed_test): New. * ld-spu/ear.s: New. * ld-spu/ear.d: New. diff --git a/ld/testsuite/ld-elf/note-1.s b/ld/testsuite/ld-elf/note-1.s index 82c9513..844188b 100644 --- a/ld/testsuite/ld-elf/note-1.s +++ b/ld/testsuite/ld-elf/note-1.s @@ -1,6 +1,6 @@ .globl _entry .section .foo,"awx",%progbits _entry: - .byte 0 + .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 .section .note,"",%note .byte 0 |