binutils-gdb/sim
Mike Frysinger 33b477e1c7 sim: m32r: namespace Linux syscall table
The use of __NR_ defines in here conflicts a lot with the standard
host syscalls, sometimes leading to build errors (when the numbers
happen to be the same we get duplicate case handlers), and other
times leading to misbehavior (where the m32r syscall # is not what
is actually checked).

Namespace these using the standard that we already use: change the
__NR_ to TARGET_LINUX_SYS_ with a simple `sed`.

Also add a few missing includes so the code at least compiles.
2021-07-01 20:36:42 -04:00
..
aarch64 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
arm sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
avr sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
bfin sim: bfin: merge with common configure script 2021-06-30 03:01:46 -04:00
bpf sim: unify scache settings 2021-06-30 13:33:18 -04:00
common cgen: split GUILE setting out 2021-07-01 18:05:40 -04:00
cr16 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
cris sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
d10v sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
erc32 sim: erc32: merge with common configure script 2021-06-27 01:21:47 -04:00
example-synacor sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
frv sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
ft32 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
h8300 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
igen sim: cleanup obsolete NULL fallback 2021-06-09 19:07:09 -04:00
iq2000 sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
lm32 sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
m4 sim: unify scache settings 2021-06-30 13:33:18 -04:00
m32c sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
m32r sim: m32r: namespace Linux syscall table 2021-07-01 20:36:42 -04:00
m68hc11 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
mcore sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
microblaze sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
mips sim: unify scache settings 2021-06-30 13:33:18 -04:00
mn10300 sim: unify scache settings 2021-06-30 13:33:18 -04:00
moxie sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
msp430 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
or1k sim: unify scache settings 2021-06-30 13:33:18 -04:00
ppc sim: ppc: unify (most) compiler warnings with common code 2021-06-30 14:41:25 -04:00
pru sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
riscv sim: unify scache settings 2021-06-30 13:33:18 -04:00
rl78 sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
rx sim: rx: merge with common configure script 2021-06-22 19:29:28 -04:00
sh sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
testsuite sim: enable silent rules in common builds 2021-06-14 20:04:44 -04:00
v850 sim: unify scache settings 2021-06-30 13:33:18 -04:00
.gitignore
aclocal.m4 sim: unify scache settings 2021-06-30 13:33:18 -04:00
arch-subdir.mk.in sim: erc32: merge with common configure script 2021-06-27 01:21:47 -04:00
ChangeLog sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
config.h.in sim: unify scache settings 2021-06-30 13:33:18 -04:00
configure sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
configure.ac sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
MAINTAINERS
Makefile.am sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
Makefile.in sim: cris/frv/iq2000/lm32: merge with common configure script 2021-06-30 14:39:46 -04:00
README-HACKING sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00