Committed, sim/common/Make-common.in: Add callback_h to sim-basics_h
Hans-Peter Nilsson
hans-peter.nilsson@axis.com
Tue Dec 7 18:08:00 GMT 2004
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
More information about the Gdb-patches
mailing list