On Tue, 2004-11-16 at 12:40, Richard Earnshaw wrote: > 2004-11-16 Hans-Peter Nilsson > > * sim-config.c (sim_config): Recognize when a bfd has unspecified > endian information. > > * Make-common.in (sim-load.o): Depend on $(sim_main_headers) and > $(remote_sim_h) too. > (sim_main_headers): Add sim-utils.h. > > This patch breaks the ARM simulator build. The patch introduces a > dependency of sim-load on sim-main.h which isn't needed, and the ARM > simulator does not provide such a header (since it doesn't build any of > the other files in sim/common). > > R. Here's my proposed patch: Richard Earnshaw * Make-common.in (sim_basics_headers): New. (sim_main_headers): Move basics headers and sub-dependencies to sim_basics_headers). Add the dependencies through that. (sim-load.c): Depend on sim_basics_headers not sim_main_headers. OK?