2003-09-26 Till Strauman <strauman@slac.stanford.edu>

PR 496/bsps
	* startup/Makefile.am: Use PowerPC shared sbrk() implementation which
	is used when initial heap size is limited to first 32 MB of RAM to
	satisfy boot loader requirements.
This commit is contained in:
Joel Sherrill
2003-09-26 20:44:53 +00:00
parent 92b67b18d7
commit ac09036759
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2003-09-26 Till Strauman <strauman@slac.stanford.edu>
PR 496/bsps
* startup/Makefile.am: Use PowerPC shared sbrk() implementation which
is used when initial heap size is limited to first 32 MB of RAM to
satisfy boot loader requirements.
2003-09-26 Till Straumann <strauman@slac.stanford.edu> 2003-09-26 Till Straumann <strauman@slac.stanford.edu>
PR 497/bsps PR 497/bsps

View File

@@ -3,7 +3,7 @@
## ##
VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../../shared:@srcdir@/../../shared/startup VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../shared/startup:@srcdir@/../../../shared
C_FILES = bootcard.c main.c bspstart.c bsppost.c bsplibc.c sbrk.c bspclean.c \ C_FILES = bootcard.c main.c bspstart.c bsppost.c bsplibc.c sbrk.c bspclean.c \
gnatinstallhandler.c pgtbl_setup.c pgtbl_activate.c gnatinstallhandler.c pgtbl_setup.c pgtbl_activate.c