make MSYMBOL_VALUE_ADDRESS an rvalue
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index ea56854e8d90b92eed3eb710159397c893ad9cdb..fe069883c399cfac48684cff1567feaabad5b0af 100644 (file)
@@ -291,6 +291,7 @@ SUBDIR_GUILE_OBS = \
        scm-disasm.o \
        scm-exception.o \
        scm-frame.o \
+       scm-gsmob.o \
        scm-iterator.o \
        scm-lazy-string.o \
        scm-objfile.o \
@@ -298,7 +299,6 @@ SUBDIR_GUILE_OBS = \
        scm-ports.o \
        scm-pretty-print.o \
        scm-safe-call.o \
-       scm-gsmob.o \
        scm-string.o \
        scm-symbol.o \
        scm-symtab.o \
@@ -314,6 +314,7 @@ SUBDIR_GUILE_SRCS = \
        guile/scm-disasm.c \
        guile/scm-exception.c \
        guile/scm-frame.c \
+       guile/scm-gsmob.c \
        guile/scm-iterator.c \
        guile/scm-lazy-string.c \
        guile/scm-objfile.c \
@@ -321,7 +322,6 @@ SUBDIR_GUILE_SRCS = \
        guile/scm-ports.c \
        guile/scm-pretty-print.c \
        guile/scm-safe-call.c \
-       guile/scm-gsmob.c \
        guile/scm-string.c \
        guile/scm-symbol.c \
        guile/scm-symtab.c \
@@ -584,7 +584,7 @@ SER_HARDWIRE = @SER_HARDWIRE@
 # The `remote' debugging target is supported for most architectures,
 # but not all (e.g. 960)
 REMOTE_OBS = remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o \
-       remote-notif.o ctf.o
+       remote-notif.o ctf.o tracefile.o tracefile-tfile.o
 
 # This is remote-sim.o if a simulator is to be linked in.
 SIM_OBS = @SIM_OBS@
@@ -894,7 +894,7 @@ doublest.h regset.h hppa-tdep.h ppc-linux-tdep.h ppc64-tdep.h \
 rs6000-tdep.h rs6000-aix-tdep.h \
 common/gdb_locale.h arch-utils.h trad-frame.h gnu-nat.h \
 language.h nbsd-tdep.h solib-svr4.h \
-macroexp.h ui-file.h regcache.h tracepoint.h i386-tdep.h \
+macroexp.h ui-file.h regcache.h tracepoint.h tracefile.h i386-tdep.h \
 inf-child.h p-lang.h event-top.h gdbtypes.h user-regs.h \
 regformats/regdef.h config/alpha/nm-osf3.h  config/i386/nm-i386gnu.h \
 config/i386/nm-fbsd.h \
@@ -2280,6 +2280,10 @@ scm-frame.o: $(srcdir)/guile/scm-frame.c
        $(COMPILE) $(srcdir)/guile/scm-frame.c
        $(POSTCOMPILE)
 
+scm-gsmob.o: $(srcdir)/guile/scm-gsmob.c
+       $(COMPILE) $(srcdir)/guile/scm-gsmob.c
+       $(POSTCOMPILE)
+
 scm-iterator.o: $(srcdir)/guile/scm-iterator.c
        $(COMPILE) $(srcdir)/guile/scm-iterator.c
        $(POSTCOMPILE)
@@ -2308,10 +2312,6 @@ scm-safe-call.o: $(srcdir)/guile/scm-safe-call.c
        $(COMPILE) $(srcdir)/guile/scm-safe-call.c
        $(POSTCOMPILE)
 
-scm-gsmob.o: $(srcdir)/guile/scm-gsmob.c
-       $(COMPILE) $(srcdir)/guile/scm-gsmob.c
-       $(POSTCOMPILE)
-
 scm-string.o: $(srcdir)/guile/scm-string.c
        $(COMPILE) $(srcdir)/guile/scm-string.c
        $(POSTCOMPILE)
This page took 0.025574 seconds and 4 git commands to generate.