mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 03:10:08 +08:00
2007-12-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Spacing. * startup/linkcmds.brs5l: Add wildcard to .bss section.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Spacing.
|
||||
* startup/linkcmds.brs5l: Add wildcard to .bss section.
|
||||
|
||||
2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
|
||||
|
||||
@@ -253,7 +253,6 @@ SECTIONS
|
||||
. = ALIGN (16);
|
||||
_startmalloc = .;
|
||||
} >ram
|
||||
|
||||
|
||||
/*
|
||||
* Interrupt stack setup
|
||||
|
||||
@@ -236,7 +236,8 @@ SECTIONS
|
||||
.bss :
|
||||
{
|
||||
bss.start = .;
|
||||
*(.bss) *(.sbss) *(COMMON)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(.sbss*) *(COMMON)
|
||||
. = ALIGN(4);
|
||||
bss.end = .;
|
||||
} > ram
|
||||
|
||||
Reference in New Issue
Block a user