mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Set __stack = 0 if it is referenced and not defined.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri May 10 16:28:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/elfppc.sc (__stack): Make __stack 0 if it was
|
||||||
|
referenced but not defined.
|
||||||
|
|
||||||
Thu May 9 08:52:23 1996 Rob Savoye <rob@chinadoll.cygnus.com>
|
Thu May 9 08:52:23 1996 Rob Savoye <rob@chinadoll.cygnus.com>
|
||||||
|
|
||||||
* emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}:
|
* emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}:
|
||||||
|
@ -42,6 +42,8 @@ ${RELOCATING- /* For some reason, the Solaris linker makes bad executables
|
|||||||
if gld -r is used and the intermediate file has sections starting
|
if gld -r is used and the intermediate file has sections starting
|
||||||
at non-zero addresses. Could be a Solaris ld bug, could be a GNU ld
|
at non-zero addresses. Could be a Solaris ld bug, could be a GNU ld
|
||||||
bug. But for now assigning the zero vmas works. */}
|
bug. But for now assigning the zero vmas works. */}
|
||||||
|
|
||||||
|
${RELOCATING+PROVIDE (__stack = 0);}
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
|
Reference in New Issue
Block a user