OSDN Git Service

2005-03-26 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Mar 2005 22:23:08 +0000 (22:23 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Mar 2005 22:23:08 +0000 (22:23 +0000)
        * Makefile.in (libbackend.o): Depend on version files;
        add custom generation command.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97086 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index e914aed..c46f329 100644 (file)
@@ -1,5 +1,10 @@
 2005-03-26  Andrew Pinski  <pinskia@physics.uc.edu>
 
+       * Makefile.in (libbackend.o): Depend on version files;
+       add custom generation command.
+
+2005-03-26  Andrew Pinski  <pinskia@physics.uc.edu>
+
        PR target/20636
        * config/rs6000/rs6000.md (extendsfdf2_fpr): Check to make
        sure that we have a REG before getting its REGNO.
index 5570d9f..e0129b2 100644 (file)
@@ -2227,11 +2227,13 @@ mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H) $(SYSTEM_H) coretypes.h $(TM_H)
 # FIXME: writing proper dependencies for this is a *LOT* of work.
 libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
   insn-config.h insn-flags.h insn-codes.h insn-constants.h \
-  insn-attr.h
+  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE)
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DTARGET_NAME=\"$(target_noncanonical)\" \
          -DLOCALEDIR=\"$(localedir)\" \
-         -c $(filter %.c,$^) -o $@ -combine
+         -c $(filter %.c,$^) -o $@  \
+         -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \
+         -DDEVPHASE=$(DEVPHASE_s) -combine
 
 #\f
 # Generate header and source files from the machine description,