OSDN Git Service

* Makefile.in (RTL_BASE_H): Update.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Aug 2004 22:41:53 +0000 (22:41 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Aug 2004 22:41:53 +0000 (22:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86213 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index ca4b8b8..9902a2c 100644 (file)
@@ -3,6 +3,7 @@
        * insn-notes.def, reg-notes.def: New files.
        * rtl.h: Use them to define enum insn_note and enum reg_note.
        * rtl.c: Use them to define note_insn_name and reg_note_name.
+       * Makefile.in (RTL_BASE_H): Update.
 
        * modulo-sched.c, sched-rgn.c, final.c: NOTE_DISABLE_SCHED_OF_BLOCK
        renamed to NOTE_INSN_DISABLE_SCHED_OF_BLOCK.
index 2a18bf2..7599921 100644 (file)
@@ -673,7 +673,8 @@ HOOKS_H = hooks.h
 LANGHOOKS_DEF_H = langhooks-def.h $(HOOKS_H)
 TARGET_DEF_H = target-def.h $(HOOKS_H)
 MACHMODE_H = machmode.h mode-classes.def insn-modes.h
-RTL_BASE_H = rtl.h rtl.def $(MACHMODE_H) input.h statistics.h
+RTL_BASE_H = rtl.h rtl.def $(MACHMODE_H) reg-notes.def insn-notes.def \
+  input.h statistics.h
 RTL_H = $(RTL_BASE_H) genrtl.h
 PARAMS_H = params.h params.def
 TREE_H = tree.h tree.def $(MACHMODE_H) tree-check.h builtins.def \