mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack.
This commit is contained in:
14
ld/ChangeLog
14
ld/ChangeLog
@ -1,3 +1,17 @@
|
|||||||
|
Thu Jun 8 14:17:33 1995 Steve Chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
|
* emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack.
|
||||||
|
|
||||||
|
Mon Jun 5 02:16:24 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (i[345]86-*-gnu*): Use GNU elf config.
|
||||||
|
|
||||||
|
Thu May 25 11:49:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
From Andrew Cagney <cagney@highland.com.au>
|
||||||
|
* Makefile.in: Fixup more gotchas from renaming elf32ppcle to
|
||||||
|
elf32lppc.
|
||||||
|
|
||||||
Wed May 24 11:23:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
|
Wed May 24 11:23:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
Add support for ARM-PE.
|
Add support for ARM-PE.
|
||||||
|
@ -20,11 +20,6 @@ SECTIONS
|
|||||||
${RELOCATING+ etext = .};
|
${RELOCATING+ etext = .};
|
||||||
}
|
}
|
||||||
|
|
||||||
.bss BLOCK(0x1000) :
|
|
||||||
{
|
|
||||||
*(.bss)
|
|
||||||
*(COMMON);
|
|
||||||
}
|
|
||||||
|
|
||||||
.rdata BLOCK(0x1000) :
|
.rdata BLOCK(0x1000) :
|
||||||
{
|
{
|
||||||
@ -46,6 +41,7 @@ SECTIONS
|
|||||||
*(.idata$7)
|
*(.idata$7)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CRT BLOCK(0x1000) :
|
.CRT BLOCK(0x1000) :
|
||||||
{
|
{
|
||||||
*(.CRT$XCA)
|
*(.CRT$XCA)
|
||||||
@ -82,6 +78,13 @@ SECTIONS
|
|||||||
*(.drectve)
|
*(.drectve)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
.bss BLOCK(0x1000) :
|
||||||
|
{
|
||||||
|
*(.bss)
|
||||||
|
*(COMMON);
|
||||||
|
end = . ;
|
||||||
|
}
|
||||||
|
|
||||||
.stab 0 ${RELOCATING+(NOLOAD)} :
|
.stab 0 ${RELOCATING+(NOLOAD)} :
|
||||||
{
|
{
|
||||||
[ .stab ]
|
[ .stab ]
|
||||||
@ -91,5 +94,6 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
[ .stabstr ]
|
[ .stabstr ]
|
||||||
}
|
}
|
||||||
|
stack = 0x800000 ;
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user