mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Jason Merrill <jason@yorick.cygnus.com>
* scripttempl/v850.sc: Add initp support.
This commit is contained in:
@ -94,13 +94,17 @@ SECTIONS
|
||||
.data1 : { *(.data1) }
|
||||
.ctors : {
|
||||
${RELOCATING+___ctors = .;}
|
||||
KEEP (*(.ctors))
|
||||
KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
|
||||
KEEP (*(SORT(.ctors.*)))
|
||||
KEEP (*crtend(.ctors))
|
||||
${RELOCATING+___ctors_end = .;}
|
||||
}
|
||||
|
||||
.dtors : {
|
||||
${RELOCATING+___dtors = .;}
|
||||
KEEP (*(.dtors))
|
||||
KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
|
||||
KEEP (*(SORT(.dtors.*)))
|
||||
KEEP (*crtend.o(.dtors))
|
||||
${RELOCATING+___dtors_end = .;}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user