mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 21:09:22 +08:00
2006-06-08 Fred Fish <fnf@specifix.com>
* mips/idt.ld, mips/idt32.ld, mips/idt64.ld, mips/nullmon.ld, mips/pmon.ld: Keep special sections generated by mips gcc.
This commit is contained in:
parent
d1373080cb
commit
6d153d4ebb
@ -1,3 +1,8 @@
|
||||
2006-06-08 Fred Fish <fnf@specifix.com>
|
||||
|
||||
* mips/idt.ld, mips/idt32.ld, mips/idt64.ld, mips/nullmon.ld,
|
||||
mips/pmon.ld: Keep special sections generated by mips gcc.
|
||||
|
||||
2006-06-05 Shaun Jackman <sjackman@gmail.com>
|
||||
|
||||
* arm/linux-syscalls0.S (reboot): Remove.
|
||||
|
@ -170,4 +170,15 @@ SECTIONS
|
||||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
|
||||
/* Special sections generated by gcc */
|
||||
/* Newer GNU linkers strip by default */
|
||||
.mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
|
||||
.mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
|
||||
.mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
|
||||
.mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
|
||||
.mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
|
||||
.mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
|
||||
.gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
|
||||
.gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
|
||||
}
|
||||
|
@ -172,4 +172,15 @@ SECTIONS
|
||||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
|
||||
/* Special sections generated by gcc */
|
||||
/* Newer GNU linkers strip by default */
|
||||
.mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
|
||||
.mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
|
||||
.mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
|
||||
.mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
|
||||
.mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
|
||||
.mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
|
||||
.gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
|
||||
.gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
|
||||
}
|
||||
|
@ -171,4 +171,15 @@ SECTIONS
|
||||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
|
||||
/* Special sections generated by gcc */
|
||||
/* Newer GNU linkers strip by default */
|
||||
.mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
|
||||
.mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
|
||||
.mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
|
||||
.mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
|
||||
.mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
|
||||
.mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
|
||||
.gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
|
||||
.gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
|
||||
}
|
||||
|
@ -165,4 +165,15 @@ SECTIONS
|
||||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
|
||||
/* Special sections generated by gcc */
|
||||
/* Newer GNU linkers strip by default */
|
||||
.mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
|
||||
.mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
|
||||
.mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
|
||||
.mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
|
||||
.mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
|
||||
.mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
|
||||
.gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
|
||||
.gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
|
||||
}
|
||||
|
@ -164,4 +164,15 @@ SECTIONS
|
||||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
|
||||
/* Special sections generated by gcc */
|
||||
/* Newer GNU linkers strip by default */
|
||||
.mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
|
||||
.mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
|
||||
.mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
|
||||
.mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
|
||||
.mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
|
||||
.mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
|
||||
.gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
|
||||
.gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user