diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-22 09:40:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-03-22 09:40:06 +0000 |
commit | 84a2b3d8be541ad9a43411a9a9682698aed4a9d5 (patch) | |
tree | 89058a704c5b5d8cd3da65071b689607710e2f1e /ld | |
parent | 9c0be7234d200606d03d034c524b141e5ef09930 (diff) | |
download | gdb-84a2b3d8be541ad9a43411a9a9682698aed4a9d5.zip gdb-84a2b3d8be541ad9a43411a9a9682698aed4a9d5.tar.gz gdb-84a2b3d8be541ad9a43411a9a9682698aed4a9d5.tar.bz2 |
* ld-elf/init0.s: Add alloc attribute to .section directive.
* ld-elf/fini1.s: Likewise.
* ld-elf/fini2.s: Likewise.
* ld-elf/fini3.s: Likewise.
* ld-elf/finin.s: Likewise.
* ld-elf/init0.s: Likewise.
* ld-elf/init1.s: Likewise.
* ld-elf/init2.s: Likewise.
* ld-elf/init3.s: Likewise.
* ld-elf/initn.s: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 13 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/fini0.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/fini1.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/fini2.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/fini3.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/finin.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/init0.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/init1.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/init2.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/init3.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/initn.s | 2 |
11 files changed, 23 insertions, 10 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4c1cac7..918f664 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2013-03-22 Nick Clifton <nickc@redhat.com> + + * ld-elf/init0.s: Add alloc attribute to .section directive. + * ld-elf/fini1.s: Likewise. + * ld-elf/fini2.s: Likewise. + * ld-elf/fini3.s: Likewise. + * ld-elf/finin.s: Likewise. + * ld-elf/init0.s: Likewise. + * ld-elf/init1.s: Likewise. + * ld-elf/init2.s: Likewise. + * ld-elf/init3.s: Likewise. + * ld-elf/initn.s: Likewise. + 2013-02-02 Michael Schewe <michael.schewe@gmx.net> * ld-h8300/h8300.exp: Add new relax-7 test on ELF. diff --git a/ld/testsuite/ld-elf/fini0.s b/ld/testsuite/ld-elf/fini0.s index 3bb53f0..45e327c 100644 --- a/ld/testsuite/ld-elf/fini0.s +++ b/ld/testsuite/ld-elf/fini0.s @@ -9,7 +9,7 @@ __start: main: .dc.a 0 - .section .fini + .section .fini, "a" .p2align 2 .global foo .type foo,%function diff --git a/ld/testsuite/ld-elf/fini1.s b/ld/testsuite/ld-elf/fini1.s index b65d18d..804f554 100644 --- a/ld/testsuite/ld-elf/fini1.s +++ b/ld/testsuite/ld-elf/fini1.s @@ -1,4 +1,4 @@ - .section .fini + .section .fini, "a" .p2align 2 .type foo1,%function foo1: diff --git a/ld/testsuite/ld-elf/fini2.s b/ld/testsuite/ld-elf/fini2.s index b8d7457..9d87530 100644 --- a/ld/testsuite/ld-elf/fini2.s +++ b/ld/testsuite/ld-elf/fini2.s @@ -1,4 +1,4 @@ - .section .fini + .section .fini, "a" .p2align 6 .type foo2,%function foo2: diff --git a/ld/testsuite/ld-elf/fini3.s b/ld/testsuite/ld-elf/fini3.s index 7f797c5..eb8535a 100644 --- a/ld/testsuite/ld-elf/fini3.s +++ b/ld/testsuite/ld-elf/fini3.s @@ -1,4 +1,4 @@ - .section .fini + .section .fini, "a" .p2align 4 .type foo3,%function foo3: diff --git a/ld/testsuite/ld-elf/finin.s b/ld/testsuite/ld-elf/finin.s index 9085080..c23ff79 100644 --- a/ld/testsuite/ld-elf/finin.s +++ b/ld/testsuite/ld-elf/finin.s @@ -1,4 +1,4 @@ - .section .fini + .section .fini, "a" .p2align 8 .type last,%function last: diff --git a/ld/testsuite/ld-elf/init0.s b/ld/testsuite/ld-elf/init0.s index 68281d2..903f0b0 100644 --- a/ld/testsuite/ld-elf/init0.s +++ b/ld/testsuite/ld-elf/init0.s @@ -9,7 +9,7 @@ __start: main: .dc.a 0 - .section .init + .section .init, "a" .p2align 2 .global foo .type foo,%function diff --git a/ld/testsuite/ld-elf/init1.s b/ld/testsuite/ld-elf/init1.s index 5d24ec2..b1d6cd7 100644 --- a/ld/testsuite/ld-elf/init1.s +++ b/ld/testsuite/ld-elf/init1.s @@ -1,4 +1,4 @@ - .section .init + .section .init, "a" .p2align 2 .type foo1,%function foo1: diff --git a/ld/testsuite/ld-elf/init2.s b/ld/testsuite/ld-elf/init2.s index 2c5c353..0185148 100644 --- a/ld/testsuite/ld-elf/init2.s +++ b/ld/testsuite/ld-elf/init2.s @@ -1,4 +1,4 @@ - .section .init + .section .init, "a" .p2align 6 .type foo2,%function foo2: diff --git a/ld/testsuite/ld-elf/init3.s b/ld/testsuite/ld-elf/init3.s index d6639ce..71696c0 100644 --- a/ld/testsuite/ld-elf/init3.s +++ b/ld/testsuite/ld-elf/init3.s @@ -1,4 +1,4 @@ - .section .init + .section .init, "a" .p2align 4 .type foo3,%function foo3: diff --git a/ld/testsuite/ld-elf/initn.s b/ld/testsuite/ld-elf/initn.s index 8931e52..3d0990e 100644 --- a/ld/testsuite/ld-elf/initn.s +++ b/ld/testsuite/ld-elf/initn.s @@ -1,4 +1,4 @@ - .section .init + .section .init, "a" .p2align 8 .type last,%function last: |