data, but this is not guaranteed to always be the case. */
.note.build-id : { *(.note.build-id) } ${RELOCATING+${REGION}}
.note.GNU-stack : { *(.note.GNU-stack) } ${RELOCATING+${REGION}}
- .note.gnu-property : { *(.note.gnu-property) } ${RELOCATING+${REGION}}
+ .note.gnu.property : { *(.note.gnu.property) } ${RELOCATING+${REGION}}
.note.ABI-tag : { *(.note.ABI-tag) } ${RELOCATING+${REGION}}
.note.package : { *(.note.package) } ${RELOCATING+${REGION}}
.note.dlopen : { *(.note.dlopen) } ${RELOCATING+${REGION}}
. = 0x12340000;
.far : { *(.far) }
/* Start of the Read Only Data region. */
- .note.gnu-property : { *(.note.gnu-property) }
+ .note.gnu.property : { *(.note.gnu.property) }
/* Start of the Read Write Data region. */
. = ALIGN (CONSTANT (MAXPAGESIZE));
. = 0x20000;
.text : { *(.text) }
/* Start of the Read Only Data region. */
- .note.gnu-property : { *(.note.gnu-property) }
+ .note.gnu.property : { *(.note.gnu.property) }
/* Start of the Read Write Data region. */
. = ALIGN (CONSTANT (MAXPAGESIZE));
if [is_elf64 tmpdir/symbol3w.a] {
set ASFLAGS "$ASFLAGS --defsym ALIGN=3"
+ if { [istarget powerpc*-*-linux*] } {
+ set LDFLAGS "$LDFLAGS --no-ld-generated-unwind-info"
+ }
set pr23900_1_exp "pr23900-1-64.rd"
set pr25490_2_exp "pr25490-2-64.rd"
set pr25490_3_exp "pr25490-3-64.rd"