binutils-gdb/sim
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
..
arm sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
avr sim: avr: convert to nrun.o 2015-03-28 05:35:29 -04:00
bfin sim: fix sim-hardware configure option 2015-03-24 00:13:57 -04:00
common sim: profile: disconnect from watchpoint core 2015-03-24 01:24:10 -04:00
cr16 sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
cris sim: fix sim-hardware configure option 2015-03-24 00:13:57 -04:00
d10v sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
erc32 sim/erc32: Fix a few compiler warnings 2015-03-28 03:05:35 -04:00
frv sim: Revert "Fix frv/iq2000/m32r/sh64 sim, default hardware to off." 2015-03-24 00:16:42 -04:00
ft32 sim: ft32: new port 2015-03-28 02:12:33 -04:00
h8300 sim: erc32/h8300/m68hc11: trim unused functions 2015-03-24 00:48:40 -04:00
igen Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
iq2000 sim: Revert "Fix frv/iq2000/m32r/sh64 sim, default hardware to off." 2015-03-24 00:16:42 -04:00
lm32 sim: fix sim-hardware configure option 2015-03-24 00:13:57 -04:00
m32c sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
m32r sim: m32r: drop duplicate dv_sockser_install call 2015-03-24 00:26:31 -04:00
m68hc11 sim: m68hc11/mips/mn10300/v850: add basic sim_pc_get 2015-03-24 02:43:42 -04:00
mcore sim: mcore: drop sbrk support 2015-03-29 04:14:27 -04:00
microblaze sim: mcore/microblaze: strip trailing whitespace 2015-03-16 03:16:59 -04:00
mips sim: m68hc11/mips/mn10300/v850: add basic sim_pc_get 2015-03-24 02:43:42 -04:00
mn10300 sim: m68hc11/mips/mn10300/v850: add basic sim_pc_get 2015-03-24 02:43:42 -04:00
moxie sim: moxie: clean up build time warnings 2015-03-24 01:14:28 -04:00
msp430 sim: bfin/msp430: drop run-sim.h include 2015-03-23 03:37:30 -04:00
ppc Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
rl78 Fix thinko with previous delta to RL78 sim, by adding code to define the G10 and G13 mode options. 2015-03-23 11:40:14 +00:00
rx sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
sh sim: sh: convert to nrun 2015-03-28 17:45:31 -04:00
sh64 sim: clean up SIM_HAVE_BIENDIAN 2015-03-24 00:39:00 -04:00
testsuite sim: avr: fix _start testsuite symbol 2015-03-29 04:14:27 -04:00
v850 sim: m68hc11/mips/mn10300/v850: add basic sim_pc_get 2015-03-24 02:43:42 -04:00
.gitignore sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
ChangeLog sim: avr: start a basic testsuite 2015-03-28 04:28:46 -04:00
configure sim: avr: start a basic testsuite 2015-03-28 04:28:46 -04:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure.tgt sim: avr: start a basic testsuite 2015-03-28 04:28:46 -04:00
MAINTAINERS Add myself as the maintainer for the MSP430 sim. 2014-03-12 11:02:57 +00:00
Makefile.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
README-HACKING sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00