From 49e8a957c19d5c47c1eef2ec5530db6c04adb44a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 18 Jun 2007 18:53:45 +0000 Subject: [PATCH] * ld-scripts/cross3.t: Add .opd section. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-scripts/cross3.t | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6030d0e9ea..8a29ecec14 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-06-18 Andreas Schwab + + * ld-scripts/cross3.t: Add .opd section. + 2007-06-18 Nathan Sidwell * ld-scripts/alignof.s: New. diff --git a/ld/testsuite/ld-scripts/cross3.t b/ld/testsuite/ld-scripts/cross3.t index 5411b9b680..5e32bb2fca 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/ : { *(*) } } -- 2.34.1