old-cross-binutils/sim/mcore
Mike Frysinger aac18a6996 sim: mcore: drop sbrk support
The sbrk syscall assumes the sbrk region starts after the bss and the
current implementation requires a bss section to exist.  Since there
is no requirement for programs to have a bss in general, we want to
drop this check.  However, there is still the sbrk syscall that wants
to know about the region.

Since libgloss doesn't actually use the sbrk syscall (it implements
sbrk in its own way), and the sim really shouldn't enforce a specific
memory layout on programs, lets simply delete sbrk support.  Now it
always returns an error.
2015-03-29 04:14:27 -04:00
..
aclocal.m4 sim: drop duplicate header checks 2015-03-14 06:04:29 -04:00
ChangeLog sim: mcore: drop sbrk support 2015-03-29 04:14:27 -04:00
config.in sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
configure sim: mcore/microblaze: clean up a bit 2015-03-16 03:15:31 -04:00
configure.ac sim: mcore/microblaze: clean up a bit 2015-03-16 03:15:31 -04:00
interp.c sim: mcore: drop sbrk support 2015-03-29 04:14:27 -04:00
Makefile.in sim: mcore/moxie: clean up makefiles a bit 2015-03-14 07:46:54 -04:00