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]

Committed, sim/common/Make-common.in: Add callback_h to sim-basics_h


The file sim-basics.h includes gdb/callback.h with no #ifdef or
anything, so changing a struct there will not cause a complete
build.  Will commit as obvious (all buildable simulators built
as a test).

	* Make-common.in (sim-basics_h): Add $(callback_h).

Index: Make-common.in
===================================================================
RCS file: /cvs/src/src/sim/common/Make-common.in,v
retrieving revision 1.18
diff -c -p -r1.18 Make-common.in
*** Make-common.in	1 Dec 2004 02:32:08 -0000	1.18
--- Make-common.in	7 Dec 2004 02:58:32 -0000
*************** sim-basics_h = $(srccom)/sim-basics.h \
*** 336,341 ****
--- 336,342 ----
  		../common/cconfig.h \
  		tconfig.h \
  		$(sim-config_h) \
+ 		$(callback_h) \
  		$(sim-inline_h) \
  		$(sim-types_h) \
  		$(sim-bits_h) \

brgds, H-P


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