Browse Source

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

binutils-2_18-branch
Andreas Schwab 19 years ago
parent
commit
49e8a957c1
  1. 4
      ld/testsuite/ChangeLog
  2. 2
      ld/testsuite/ld-scripts/cross3.t

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

2
ld/testsuite/ld-scripts/cross3.t

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

Loading…
Cancel
Save