binutils-gdb/sim
Mike Frysinger 936df7568a sim: drop common/cconfig.h in favor of a single config.h
The common subdir sets up a cconfig.h file to hold checks for the common
code.  In practice, most files still end up using config.h instead which
just leads to confusion.

Merge all the configure checks that went into cconfig.h into SIM_AC_COMMON
so we can drop the cconfig.h file altogether.  Now there is only a single
config.h file like normal.
2016-01-09 03:52:30 -05:00
..
aarch64 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
arm sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
avr sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
bfin sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
common sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
cr16 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
cris sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
d10v sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
erc32 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
frv sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
ft32 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
h8300 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
igen sim: punt x86-specific bswap logic 2016-01-04 05:04:30 -05:00
iq2000 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
lm32 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
m32c sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
m32r sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
m68hc11 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
mcore sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
microblaze sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
mips sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
mn10300 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
moxie sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
msp430 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
ppc sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly 2016-01-06 21:48:59 -05:00
rl78 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
rx sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
sh sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
sh64 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
testsuite Change copyright owner to FSF in sim/testsuite/sim/mips/hilo-hazard-4.s 2016-01-06 09:41:15 +04:00
v850 sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
.gitignore sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
ChangeLog sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
configure
configure.ac
configure.tgt
MAINTAINERS Add myself as the maintainer for the AArch64. 2016-01-05 16:49:26 +00:00
Makefile.in GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
README-HACKING