* ld-scripts/cross3.t: Add .opd section.

This commit is contained in:
Andreas Schwab 2007-06-18 18:53:45 +00:00
parent 064f515651
commit 49e8a957c1
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -4,7 +4,7 @@ SECTIONS
{
.text : { *(.text) }
.nocrossrefs : { *(.nocrossrefs) }
.data : { *(.data) }
.data : { *(.data) *(.opd) }
.bss : { *(.bss) *(COMMON) }
/DISCARD/ : { *(*) }
}