binutils-gdb/sim/bfin
Mike Frysinger c0c25232da sim: run: move linking into top-level
Automake will run each subdir individually before moving on to the next
one.  This means that the linking phase, a single threaded process, will
not run in parallel with anything else.  When we have to link ~32 ports,
that's 32 link steps that don't take advantage of parallel systems.  On
my really old 4-core system, this cuts a multi-target build from ~60 sec
to ~30 sec.  We eventually want to move all compile+link steps to this
common dir anyways, so might as well move linking now for a nice speedup.

We use noinst_PROGRAMS instead of bin_PROGRAMS because we're taking care
of the install ourselves rather than letting automake process it.
2022-11-05 20:00:56 +07:00
..
bfroms
arch.h
bfin-sim.c
bfin-sim.h
ChangeLog-2021
devices.c
devices.h
dv-bfin_cec.c
dv-bfin_cec.h
dv-bfin_ctimer.c
dv-bfin_ctimer.h
dv-bfin_dma.c sim: common: change sim_read & sim_write to use void* buffers 2022-10-31 21:24:39 +05:45
dv-bfin_dma.h
dv-bfin_dmac.c
dv-bfin_dmac.h
dv-bfin_ebiu_amc.c
dv-bfin_ebiu_amc.h
dv-bfin_ebiu_ddrc.c
dv-bfin_ebiu_ddrc.h
dv-bfin_ebiu_sdc.c
dv-bfin_ebiu_sdc.h
dv-bfin_emac.c
dv-bfin_emac.h
dv-bfin_eppi.c
dv-bfin_eppi.h
dv-bfin_evt.c
dv-bfin_evt.h
dv-bfin_gpio2.c
dv-bfin_gpio2.h
dv-bfin_gpio.c
dv-bfin_gpio.h
dv-bfin_gptimer.c
dv-bfin_gptimer.h
dv-bfin_jtag.c
dv-bfin_jtag.h
dv-bfin_mmu.c sim: common: change sim_read & sim_write to use void* buffers 2022-10-31 21:24:39 +05:45
dv-bfin_mmu.h
dv-bfin_nfc.c
dv-bfin_nfc.h
dv-bfin_otp.c
dv-bfin_otp.h
dv-bfin_pfmon.c
dv-bfin_pfmon.h
dv-bfin_pint.c
dv-bfin_pint.h
dv-bfin_pll.c
dv-bfin_pll.h
dv-bfin_ppi.c
dv-bfin_ppi.h
dv-bfin_rtc.c
dv-bfin_rtc.h
dv-bfin_sic.c
dv-bfin_sic.h
dv-bfin_spi.c
dv-bfin_spi.h
dv-bfin_trace.c
dv-bfin_trace.h
dv-bfin_twi.c
dv-bfin_twi.h
dv-bfin_uart2.c
dv-bfin_uart2.h
dv-bfin_uart.c
dv-bfin_uart.h
dv-bfin_wdog.c
dv-bfin_wdog.h
dv-bfin_wp.c
dv-bfin_wp.h
dv-eth_phy.c
gui.c
gui.h
insn_list.def
interp.c sim: common: change sim_read & sim_write to use void* buffers 2022-10-31 21:24:39 +05:45
linux-fixed-code.h
linux-fixed-code.s
linux-targ-map.h
local.mk sim: run: move linking into top-level 2022-11-05 20:00:56 +07:00
machs.c sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
machs.h
Makefile.in sim: don't hardcode -ldl for SDL support 2022-11-04 13:50:37 +07:00
proc_list.def
sim-main.h