Commit 5262d6b6 by Andreas Jaeger

Makefile.in (toplev.o): Add dependency on dwarf2asm.h.

	* Makefile.in (toplev.o): Add dependency on dwarf2asm.h.

	* toplev.c: Include dwarf2asm.h for prototype of
	dw2_output_indirect_constants.

From-SVN: r42165
parent 5cad287e
2001-05-16 Andreas Jaeger <aj@suse.de>
* Makefile.in (toplev.o): Add dependency on dwarf2asm.h.
* toplev.c: Include dwarf2asm.h for prototype of
dw2_output_indirect_constants.
Wed May 16 19:53:53 CEST 2001 Jan Hubicka <jh@suse.cz>
* stmt.c (expand_asm_operands): Be able to offload addressof
......
......@@ -1379,7 +1379,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) function.h \
insn-config.h intl.h $(RECOG_H) Makefile toplev.h dwarfout.h \
dwarf2out.h sdbout.h dbxout.h $(EXPR_H) hard-reg-set.h $(BASIC_BLOCK_H) \
graph.h $(LOOP_H) except.h $(REGS_H) $(TIMEVAR_H) $(lang_options_files) \
ssa.h params.h $(TM_P_H) reload.h
ssa.h params.h $(TM_P_H) reload.h dwarf2asm.h
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) \
-DTARGET_NAME=\"$(target_alias)\" \
-c $(srcdir)/toplev.c
......
......@@ -64,6 +64,7 @@ Boston, MA 02111-1307, USA. */
#include "ssa.h"
#include "params.h"
#include "reload.h"
#include "dwarf2asm.h"
#ifdef DWARF_DEBUGGING_INFO
#include "dwarfout.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment