diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/cross3.t | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6030d0e..8a29ece 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-06-18 Andreas Schwab <schwab@suse.de> + + * ld-scripts/cross3.t: Add .opd section. + 2007-06-18 Nathan Sidwell <nathan@codesourcery.com> * ld-scripts/alignof.s: New. diff --git a/ld/testsuite/ld-scripts/cross3.t b/ld/testsuite/ld-scripts/cross3.t index 5411b9b6..5e32bb2 100644 --- a/ld/testsuite/ld-scripts/cross3.t +++ b/ld/testsuite/ld-scripts/cross3.t @@ -4,7 +4,7 @@ SECTIONS { .text : { *(.text) } .nocrossrefs : { *(.nocrossrefs) } - .data : { *(.data) } + .data : { *(.data) *(.opd) } .bss : { *(.bss) *(COMMON) } /DISCARD/ : { *(*) } } |