* 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 6030d0e9eab5e8e0c60c2619e137c72036b7b0ec..8a29ecec145b0fa613c2e17d96fcd81143044fb3 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 5411b9b680485e82e4f00656f85e831706af477b..5e32bb2fca690b2a8478b3afa652c0c9a9ac670a 100644 (file)
@@ -4,7 +4,7 @@ SECTIONS
 {
   .text : { *(.text) }
   .nocrossrefs : { *(.nocrossrefs) }
-  .data : { *(.data) }
+  .data : { *(.data) *(.opd) }
   .bss : { *(.bss) *(COMMON) }
   /DISCARD/ : { *(*) }
 }
This page took 0.026295 seconds and 4 git commands to generate.