binutils-gdb/sim
Mike Frysinger 051081585e sim: build: change AC_CHECK_LIB to AC_SEARCH_LIBS
With more C libraries moving functions entirely into the main -lc,
change the AC_CHECK_LIB calls to AC_SEARCH_LIBS so we look in there
first and avoid extra linkage when possible.
2022-11-04 07:42:31 +07:00
..
aarch64 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
arm sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
avr sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
bfin sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
bpf sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
common sim: build: drop duplicate $(LIBS) usage 2022-11-04 07:42:31 +07:00
cr16 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
cris sim: build: switch to libtool for linking 2022-11-04 07:42:31 +07:00
d10v sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
erc32 sim: erc32: link sis to run program 2022-11-04 01:37:07 +07:00
example-synacor
frv sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
ft32 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
h8300 sim: h8300: switch to cpu for state 2022-11-02 20:57:20 +05:45
igen sim, sim/{m32c,ppc,rl78}: Use getopt_long 2022-10-29 05:39:52 +00:00
iq2000 sim: cleanup unused SIM_EXTRA_CFLAGS 2022-11-04 01:40:38 +07:00
lm32 sim: cleanup unused SIM_EXTRA_CFLAGS 2022-11-04 01:40:38 +07:00
m4 sim: build: change AC_CHECK_LIB to AC_SEARCH_LIBS 2022-11-04 07:42:31 +07:00
m32c sim: m32c/rx: drop useless $(ENDLIST) 2022-11-04 01:39:05 +07:00
m32r sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
m68hc11 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
mcore sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
microblaze sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
mips sim: mips: simplify fpu configure logic 2022-11-04 01:37:16 +07:00
mn10300 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
moxie sim: build: switch to bfd & opcodes libtool linker scripts 2022-11-04 07:42:31 +07:00
msp430 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
or1k sim: cleanup unused SIM_EXTRA_CFLAGS 2022-11-04 01:40:38 +07:00
ppc sim: build: switch to bfd & opcodes libtool linker scripts 2022-11-04 07:42:31 +07:00
pru sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
riscv sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
rl78 sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
rx sim: m32c/rx: drop useless $(ENDLIST) 2022-11-04 01:39:05 +07:00
sh sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
testsuite sim: testsuite: fix cris stat3 in diff setups 2022-11-04 01:42:41 +07:00
v850 sim: v850: switch to standard (high-level) trace defines 2022-11-03 22:21:04 +07:00
.gitignore
aclocal.m4 sim: build: switch to bfd & opcodes libtool linker scripts 2022-11-04 07:42:31 +07:00
arch-subdir.mk.in sim: build: switch to bfd & opcodes libtool linker scripts 2022-11-04 07:42:31 +07:00
ChangeLog-2021
config.h.in sim: build: change AC_CHECK_LIB to AC_SEARCH_LIBS 2022-11-04 07:42:31 +07:00
configure sim: build: change AC_CHECK_LIB to AC_SEARCH_LIBS 2022-11-04 07:42:31 +07:00
configure.ac sim: merge gnulib logic into the top-level 2022-11-03 12:53:49 +05:45
COPYING
gdbinit.in sim: gdbinit: hoist setup to common code 2022-02-21 13:57:33 -05:00
MAINTAINERS sim: Update mailing list address 2022-09-01 10:15:09 -04:00
Makefile.am sim: move common flags to default AM_CPPFLAGS 2022-11-03 12:55:19 +05:45
Makefile.in sim: build: switch to bfd & opcodes libtool linker scripts 2022-11-04 07:42:31 +07:00
README-HACKING