OSDN Git Service

* ld-scripts/cross3.t: Add .opd section.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 18 Jun 2007 18:53:45 +0000 (18:53 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 18 Jun 2007 18:53:45 +0000 (18:53 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/cross3.t

index 6030d0e..8a29ece 100644 (file)
@@ -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.
index 5411b9b..5e32bb2 100644 (file)
@@ -4,7 +4,7 @@ SECTIONS
 {
   .text : { *(.text) }
   .nocrossrefs : { *(.nocrossrefs) }
-  .data : { *(.data) }
+  .data : { *(.data) *(.opd) }
   .bss : { *(.bss) *(COMMON) }
   /DISCARD/ : { *(*) }
 }