diff options
author | Eric Christopher <echristo@redhat.com> | 2002-06-06 01:51:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2002-06-06 01:51:15 +0000 |
commit | 0f81faf6523201cbf39b90de7d2d6b6542681cfb (patch) | |
tree | c486a7e0d43027cb39c4163f9d066edbeee2bb6d | |
parent | 33005162262a89f7dfd60e3e402c57d23330edfd (diff) | |
download | gcc-0f81faf6523201cbf39b90de7d2d6b6542681cfb.zip gcc-0f81faf6523201cbf39b90de7d2d6b6542681cfb.tar.gz gcc-0f81faf6523201cbf39b90de7d2d6b6542681cfb.tar.bz2 |
Makefile.in: Remove missed halfpic bits.
2002-06-05 Eric Christopher <echristo@redhat.com>
* Makefile.in: Remove missed halfpic bits.
From-SVN: r54297
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 042a369..2e07b20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-06-05 Eric Christopher <echristo@redhat.com> + * Makefile.in: Remove missed halfpic bits. + +2002-06-05 Eric Christopher <echristo@redhat.com> + * toplev.c: Remove half-pic. * config/mips/mips.c: Ditto. * config/mips/mips.h: Ditto. Remove unused defines. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 10ba33f..f45346f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -803,7 +803,7 @@ LIB2_DIVMOD_FUNCS = _divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4 # This must come before the language makefile fragments to allow them to # add suffixes and rules of their own. .SUFFIXES: -.SUFFIXES: .c .o .po .pox .gmo +.SUFFIXES: .c .o .po .pox .gmo # # Language makefile fragments. @@ -1378,7 +1378,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) function.h \ debug.h insn-config.h intl.h $(RECOG_H) Makefile toplev.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 dwarf2asm.h $(TARGET_H) halfpic.h \ + ssa.h $(PARAMS_H) $(TM_P_H) reload.h dwarf2asm.h $(TARGET_H) \ langhooks.h insn-flags.h options.h cfglayout.h $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ -DTARGET_NAME=\"$(target_alias)\" \ @@ -1531,7 +1531,7 @@ cfganal.o : cfganal.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(BASIC_BLOCK_H) \ hard-reg-set.h insn-config.h $(RECOG_H) $(GGC_H) $(TM_P_H) cfgbuild.o : cfgbuild.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h insn-config.h \ $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h $(RECOG_H) \ - function.h except.h $(GGC_H) + function.h except.h $(GGC_H) cfgcleanup.o : cfgcleanup.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TIMEVAR_H)\ $(BASIC_BLOCK_H) hard-reg-set.h output.h flags.h $(RECOG_H) toplev.h \ $(GGC_H) insn-config.h cselib.h $(TARGET_H) $(TM_P_H) @@ -1644,9 +1644,6 @@ mips-tdump: mips-tdump.o version.o $(LIBDEPS) mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H) $(SYSTEM_H) -# Build file to support OSF/rose half-pic format. -halfpic.o: halfpic.c $(CONFIG_H) $(RTL_H) $(TREE_H) $(SYSTEM_H) halfpic.h - # # Generate header and source files from the machine description, # and compile them. @@ -3590,7 +3587,7 @@ MSGMERGE = msgmerge PACKAGE = @PACKAGE@ CATALOGS = @CATALOGS@ -.PHONY: build- install- build-po install-po update-po +.PHONY: build- install- build-po install-po update-po # Dummy rules to deal with dependencies produced by use of # "build-@POSUB@" and "install-@POSUB@" above, when NLS is disabled. |