mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-30 02:50:36 +00:00
* scripttempl/v850.sc: Add gcc_except_table sections.
This commit is contained in:
@@ -42,6 +42,8 @@ SECTIONS
|
||||
.rela.data : { *(.rela.data) }
|
||||
.rel.rodata : { *(.rel.rodata) }
|
||||
.rela.rodata : { *(.rela.rodata) }
|
||||
.rel.gcc_except_table : { *(.rel.gcc_except_table) }
|
||||
.rela.gcc_except_table : { *(.rela.gcc_except_table) }
|
||||
.rel.got : { *(.rel.got) }
|
||||
.rela.got : { *(.rela.got) }
|
||||
.rel.ctors : { *(.rel.ctors) }
|
||||
@@ -120,6 +122,8 @@ SECTIONS
|
||||
KEEP (*(.jcr))
|
||||
}
|
||||
|
||||
.gcc_except_table : { *(.gcc_except_table) }
|
||||
|
||||
.got : { *(.got.plt) *(.got) }
|
||||
.dynamic : { *(.dynamic) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user