* RE: [RFA] /sim/h8300/Makefile.in add dependences
@ 2002-07-29 10:13 Andrew Volkov
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Volkov @ 2002-07-29 10:13 UTC (permalink / raw)
To: Elena Zannoni; +Cc: gdb-patches
Committed.
Andrey
>
>
>Yes, thanks
>
>Elena
>
>
>Andrew Volkov writes:
> > Hi Elena,
> >
> > Now it ok :) ?
> >
> > Andrey
> >
> > >
> > >Andrew Volkov writes:
> > > > Hi
> > > >
> > > > Ok to commit?
> > > >
> > >
> > >Shouldn't you add the actual
> > >#include "gdb/sim-h8300" to the file as well?
> > >
> > >Elena
> > >
> > >
> >
> > 2002-07-29 Andrey Volkov <avolkov@transas.com>
> >
> > * compile.c: Include "gdb/sim-h8300.h"
> > * Makefile.in: Add dependences on "inst.h",
> > "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
> >
> > Index: Makefile.in
> > ===================================================================
> > RCS file: /cvs/src/src/sim/h8300/Makefile.in,v
> > retrieving revision 1.1.1.1
> > diff -u -r1.1.1.1 Makefile.in
> > --- Makefile.in 16 Apr 1999 01:35:02 -0000 1.1.1.1
> > +++ Makefile.in 23 Jul 2002 11:09:58 -0000
> > @@ -19,7 +19,9 @@
> > ## COMMON_PRE_CONFIG_FRAG
> >
> > SIM_OBJS = compile.o sim-load.o
> > -
> > ## COMMON_POST_CONFIG_FRAG
> >
> > -compile.o: compile.c config.h
> > +compile.o: compile.c inst.h config.h \
> > + $(srcdir)/../../include/gdb/sim-h8300.h \
> > + $(srcdir)/../../include/gdb/remote-sim.h \
> > + $(srcdir)/../../include/gdb/callback.h
> >
> > Index: compile.c
> > ===================================================================
> > RCS file: /cvs/src/src/sim/h8300/compile.c,v
> > retrieving revision 1.16
> > diff -u -r1.16 compile.c
> > --- compile.c 9 Jun 2002 15:45:47 -0000 1.16
> > +++ compile.c 29 Jul 2002 10:56:30 -0000
> > @@ -34,6 +34,7 @@
> > #include "bfd.h"
> > #include "gdb/callback.h"
> > #include "gdb/remote-sim.h"
> > +#include "gdb/sim-h8300.h"
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [RFA] /sim/h8300/Makefile.in add dependences
@ 2002-07-29 8:52 Andrew Volkov
2002-07-29 8:58 ` Elena Zannoni
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Volkov @ 2002-07-29 8:52 UTC (permalink / raw)
To: Elena Zannoni; +Cc: gdb-patches
Hi Elena,
Now it ok :) ?
Andrey
>
>Andrew Volkov writes:
> > Hi
> >
> > Ok to commit?
> >
>
>Shouldn't you add the actual
>#include "gdb/sim-h8300" to the file as well?
>
>Elena
>
>
2002-07-29 Andrey Volkov <avolkov@transas.com>
* compile.c: Include "gdb/sim-h8300.h"
* Makefile.in: Add dependences on "inst.h",
"gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/h8300/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile.in
--- Makefile.in 16 Apr 1999 01:35:02 -0000 1.1.1.1
+++ Makefile.in 23 Jul 2002 11:09:58 -0000
@@ -19,7 +19,9 @@
## COMMON_PRE_CONFIG_FRAG
SIM_OBJS = compile.o sim-load.o
-
## COMMON_POST_CONFIG_FRAG
-compile.o: compile.c config.h
+compile.o: compile.c inst.h config.h \
+ $(srcdir)/../../include/gdb/sim-h8300.h \
+ $(srcdir)/../../include/gdb/remote-sim.h \
+ $(srcdir)/../../include/gdb/callback.h
Index: compile.c
===================================================================
RCS file: /cvs/src/src/sim/h8300/compile.c,v
retrieving revision 1.16
diff -u -r1.16 compile.c
--- compile.c 9 Jun 2002 15:45:47 -0000 1.16
+++ compile.c 29 Jul 2002 10:56:30 -0000
@@ -34,6 +34,7 @@
#include "bfd.h"
#include "gdb/callback.h"
#include "gdb/remote-sim.h"
+#include "gdb/sim-h8300.h"
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [RFA] /sim/h8300/Makefile.in add dependences
2002-07-29 8:52 Andrew Volkov
@ 2002-07-29 8:58 ` Elena Zannoni
0 siblings, 0 replies; 5+ messages in thread
From: Elena Zannoni @ 2002-07-29 8:58 UTC (permalink / raw)
To: Andrew Volkov; +Cc: Elena Zannoni, gdb-patches
Yes, thanks
Elena
Andrew Volkov writes:
> Hi Elena,
>
> Now it ok :) ?
>
> Andrey
>
> >
> >Andrew Volkov writes:
> > > Hi
> > >
> > > Ok to commit?
> > >
> >
> >Shouldn't you add the actual
> >#include "gdb/sim-h8300" to the file as well?
> >
> >Elena
> >
> >
>
> 2002-07-29 Andrey Volkov <avolkov@transas.com>
>
> * compile.c: Include "gdb/sim-h8300.h"
> * Makefile.in: Add dependences on "inst.h",
> "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
>
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/src/src/sim/h8300/Makefile.in,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.in
> --- Makefile.in 16 Apr 1999 01:35:02 -0000 1.1.1.1
> +++ Makefile.in 23 Jul 2002 11:09:58 -0000
> @@ -19,7 +19,9 @@
> ## COMMON_PRE_CONFIG_FRAG
>
> SIM_OBJS = compile.o sim-load.o
> -
> ## COMMON_POST_CONFIG_FRAG
>
> -compile.o: compile.c config.h
> +compile.o: compile.c inst.h config.h \
> + $(srcdir)/../../include/gdb/sim-h8300.h \
> + $(srcdir)/../../include/gdb/remote-sim.h \
> + $(srcdir)/../../include/gdb/callback.h
>
> Index: compile.c
> ===================================================================
> RCS file: /cvs/src/src/sim/h8300/compile.c,v
> retrieving revision 1.16
> diff -u -r1.16 compile.c
> --- compile.c 9 Jun 2002 15:45:47 -0000 1.16
> +++ compile.c 29 Jul 2002 10:56:30 -0000
> @@ -34,6 +34,7 @@
> #include "bfd.h"
> #include "gdb/callback.h"
> #include "gdb/remote-sim.h"
> +#include "gdb/sim-h8300.h"
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [RFA] /sim/h8300/Makefile.in add dependences
@ 2002-07-23 8:13 Andrew Volkov
2002-07-24 7:40 ` Elena Zannoni
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Volkov @ 2002-07-23 8:13 UTC (permalink / raw)
To: gdb-patches
Hi
Ok to commit?
Andrey
2002-07-23 Andrey Volkov <avolkov@transas.com>
* Makefile.in: Add dependences on "inst.h",
"gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/h8300/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile.in
--- Makefile.in 16 Apr 1999 01:35:02 -0000 1.1.1.1
+++ Makefile.in 23 Jul 2002 11:09:58 -0000
@@ -19,7 +19,9 @@
## COMMON_PRE_CONFIG_FRAG
SIM_OBJS = compile.o sim-load.o
-
## COMMON_POST_CONFIG_FRAG
-compile.o: compile.c config.h
+compile.o: compile.c inst.h config.h \
+ $(srcdir)/../../include/gdb/sim-h8300.h \
+ $(srcdir)/../../include/gdb/remote-sim.h \
+ $(srcdir)/../../include/gdb/callback.h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA] /sim/h8300/Makefile.in add dependences
2002-07-23 8:13 Andrew Volkov
@ 2002-07-24 7:40 ` Elena Zannoni
0 siblings, 0 replies; 5+ messages in thread
From: Elena Zannoni @ 2002-07-24 7:40 UTC (permalink / raw)
To: Andrew Volkov; +Cc: gdb-patches
Andrew Volkov writes:
> Hi
>
> Ok to commit?
>
Shouldn't you add the actual
#include "gdb/sim-h8300" to the file as well?
Elena
> Andrey
>
> 2002-07-23 Andrey Volkov <avolkov@transas.com>
>
> * Makefile.in: Add dependences on "inst.h",
> "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
>
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/src/src/sim/h8300/Makefile.in,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.in
> --- Makefile.in 16 Apr 1999 01:35:02 -0000 1.1.1.1
> +++ Makefile.in 23 Jul 2002 11:09:58 -0000
> @@ -19,7 +19,9 @@
> ## COMMON_PRE_CONFIG_FRAG
>
> SIM_OBJS = compile.o sim-load.o
> -
> ## COMMON_POST_CONFIG_FRAG
>
> -compile.o: compile.c config.h
> +compile.o: compile.c inst.h config.h \
> + $(srcdir)/../../include/gdb/sim-h8300.h \
> + $(srcdir)/../../include/gdb/remote-sim.h \
> + $(srcdir)/../../include/gdb/callback.h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-07-29 17:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-29 10:13 [RFA] /sim/h8300/Makefile.in add dependences Andrew Volkov
-- strict thread matches above, loose matches on Subject: below --
2002-07-29 8:52 Andrew Volkov
2002-07-29 8:58 ` Elena Zannoni
2002-07-23 8:13 Andrew Volkov
2002-07-24 7:40 ` Elena Zannoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox