mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 09:10:30 +08:00
Makefile.in (vmsdbgout.o): Depend on function.h.
* Makefile.in (vmsdbgout.o): Depend on function.h. * vmsdbgout.c: Include function.h. From-SVN: r55815
This commit is contained in:
parent
d434817799
commit
dd86aabfe6
@ -1,3 +1,9 @@
|
||||
2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (vmsdbgout.o): Depend on function.h.
|
||||
|
||||
* vmsdbgout.c: Include function.h.
|
||||
|
||||
2002-07-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* prefix.c (update_path): Don't strip single `.' path components
|
||||
|
@ -1463,7 +1463,7 @@ dwarf2out.o : dwarf2out.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) dwarf2.h \
|
||||
dwarf2asm.o : dwarf2asm.c $(CONFIG_H) $(SYSTEM_H) flags.h $(RTL_H) $(TREE_H) \
|
||||
output.h dwarf2asm.h $(TM_P_H) $(GGC_H)
|
||||
vmsdbgout.o : vmsdbgout.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) flags.h \
|
||||
output.h vmsdbg.h debug.h langhooks.h
|
||||
output.h vmsdbg.h debug.h langhooks.h function.h
|
||||
xcoffout.o : xcoffout.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) xcoffout.h \
|
||||
flags.h toplev.h output.h dbxout.h $(GGC_H) $(TARGET_H)
|
||||
emit-rtl.o : emit-rtl.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h \
|
||||
|
@ -31,6 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "vmsdbg.h"
|
||||
#include "debug.h"
|
||||
#include "langhooks.h"
|
||||
#include "function.h"
|
||||
|
||||
/* Difference in seconds between the VMS Epoch and the Unix Epoch */
|
||||
static const long long vms_epoch_offset = 3506716800ll;
|
||||
|
Loading…
x
Reference in New Issue
Block a user