mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-06 16:38:58 +00:00
* ld-scripts/cross3.t: Add .opd section.
This commit is contained in:
parent
064f515651
commit
49e8a957c1
@ -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.
|
||||
|
@ -4,7 +4,7 @@ SECTIONS
|
||||
{
|
||||
.text : { *(.text) }
|
||||
.nocrossrefs : { *(.nocrossrefs) }
|
||||
.data : { *(.data) }
|
||||
.data : { *(.data) *(.opd) }
|
||||
.bss : { *(.bss) *(COMMON) }
|
||||
/DISCARD/ : { *(*) }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user