This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM Simulator build broken


> From: Richard Earnshaw <rearnsha@gcc.gnu.org>
> Cc: gdb-patches@sources.redhat.com

> Here's my proposed patch:
> 
> <date> Richard Earnshaw  <rearnsha@arm.com>
> 
> 	* 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?

I was preparing almost the same patch, just naming the macro
sim_basics_h_headers!

BTW, you shouldn't have edited out sim-arange.c, a gcc -MM says
it's actually included from sim-basics.h (and from looking at
the code).  For the same reason sim-assert.h should be in
sim_basics_headers.  Maybe all files should use the
$(sim-assert_h) et al macros.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]