aboutsummaryrefslogtreecommitdiff
path: root/cpu/lm32.opc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 03:29:29 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-29 04:14:27 -0400
commitaac18a6996e57cd1d1c32d3fd418c4950c5001bf (patch)
treefeed2219b6704021bb4598c5d1d6e1a5158e6a4e /cpu/lm32.opc
parent4f5cce88bf504a2f0010f7ad384003984da6ce00 (diff)
downloadgdb-aac18a6996e57cd1d1c32d3fd418c4950c5001bf.zip
gdb-aac18a6996e57cd1d1c32d3fd418c4950c5001bf.tar.gz
gdb-aac18a6996e57cd1d1c32d3fd418c4950c5001bf.tar.bz2
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.
Diffstat (limited to 'cpu/lm32.opc')
0 files changed, 0 insertions, 0 deletions