Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 545072 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.8.1.orig/gcc/Makefile.in (-5 / +7 lines)
Lines 3903-3929 Link Here
3903
3903
3904
gengtype-lex.o build/gengtype-lex.o : gengtype-lex.c gengtype.h $(SYSTEM_H)
3904
gengtype-lex.o build/gengtype-lex.o : gengtype-lex.c gengtype.h $(SYSTEM_H)
3905
gengtype-lex.o: $(CONFIG_H) $(BCONFIG_H)
3905
gengtype-lex.o: $(CONFIG_H) $(BCONFIG_H)
3906
CFLAGS-gengtype-lex.o += -DGENERATOR_FILE
3906
CFLAGS-build/gengtype-lex.o += -DGENERATOR_FILE
3907
build/gengtype-lex.o: $(BCONFIG_H)
3907
build/gengtype-lex.o: $(BCONFIG_H)
3908
3908
3909
gengtype-parse.o build/gengtype-parse.o : gengtype-parse.c gengtype.h \
3909
gengtype-parse.o build/gengtype-parse.o : gengtype-parse.c gengtype.h \
3910
  $(SYSTEM_H)
3910
  $(SYSTEM_H)
3911
gengtype-parse.o: $(CONFIG_H)
3911
gengtype-parse.o: $(CONFIG_H)
3912
CFLAGS-gengtype-parse.o += -DGENERATOR_FILE
3912
CFLAGS-build/gengtype-parse.o += -DGENERATOR_FILE
3913
build/gengtype-parse.o: $(BCONFIG_H)
3913
build/gengtype-parse.o: $(BCONFIG_H)
3914
3914
3915
gengtype-state.o build/gengtype-state.o: gengtype-state.c $(SYSTEM_H) \
3915
gengtype-state.o build/gengtype-state.o: gengtype-state.c $(SYSTEM_H) \
3916
  gengtype.h errors.h double-int.h version.h $(HASHTAB_H) $(OBSTACK_H) \
3916
  gengtype.h errors.h double-int.h version.h $(HASHTAB_H) $(OBSTACK_H) \
3917
  $(XREGEX_H)
3917
  $(XREGEX_H)
3918
gengtype-state.o: $(CONFIG_H)
3918
gengtype-state.o: $(CONFIG_H)
3919
CFLAGS-gengtype-state.o += -DGENERATOR_FILE
3919
CFLAGS-gengtype-state.o += -DGENERATOR_FILE2
3920
CFLAGS-build/gengtype-state.o += -DGENERATOR_FILE
3920
build/gengtype-state.o: $(BCONFIG_H)
3921
build/gengtype-state.o: $(BCONFIG_H)
3921
3922
3922
gengtype.o build/gengtype.o : gengtype.c $(SYSTEM_H) gengtype.h 	\
3923
gengtype.o build/gengtype.o : gengtype.c $(SYSTEM_H) gengtype.h 	\
3923
  rtl.def insn-notes.def errors.h double-int.h version.h $(HASHTAB_H) \
3924
  rtl.def insn-notes.def errors.h double-int.h version.h $(HASHTAB_H) \
3924
  $(OBSTACK_H) $(XREGEX_H)
3925
  $(OBSTACK_H) $(XREGEX_H)
3925
gengtype.o: $(CONFIG_H)
3926
gengtype.o: $(CONFIG_H)
3926
CFLAGS-gengtype.o += -DGENERATOR_FILE
3927
CFLAGS-gengtype.o += -DGENERATOR_FILE2
3928
CFLAGS-build/gengtype.o += -DGENERATOR_FILE
3927
build/gengtype.o: $(BCONFIG_H)
3929
build/gengtype.o: $(BCONFIG_H)
3928
3930
3929
build/genmddeps.o: genmddeps.c $(BCONFIG_H) $(SYSTEM_H) coretypes.h	\
3931
build/genmddeps.o: genmddeps.c $(BCONFIG_H) $(SYSTEM_H) coretypes.h	\
Lines 3988-3994 Link Here
3988
# any system header is included.
3990
# any system header is included.
3989
gengtype-lex.c : gengtype-lex.l
3991
gengtype-lex.c : gengtype-lex.l
3990
	-$(FLEX) $(FLEXFLAGS) -o$@ $< && { \
3992
	-$(FLEX) $(FLEXFLAGS) -o$@ $< && { \
3991
	  echo '#include "bconfig.h"' > $@.tmp; \
3993
	  echo '' > $@.tmp; \
3992
	  cat $@ >> $@.tmp; \
3994
	  cat $@ >> $@.tmp; \
3993
	  mv $@.tmp $@; \
3995
	  mv $@.tmp $@; \
3994
	}
3996
	}
(-)gcc-4.8.1.orig/gcc/double-int.h (+2 lines)
Lines 448-457 Link Here
448
448
449
449
450
#ifndef GENERATOR_FILE
450
#ifndef GENERATOR_FILE
451
#ifndef GENERATOR_FILE2
451
/* Conversion to and from GMP integer representations.  */
452
/* Conversion to and from GMP integer representations.  */
452
453
453
void mpz_set_double_int (mpz_t, double_int, bool);
454
void mpz_set_double_int (mpz_t, double_int, bool);
454
double_int mpz_get_double_int (const_tree, mpz_t, bool);
455
double_int mpz_get_double_int (const_tree, mpz_t, bool);
455
#endif
456
#endif
457
#endif
456
458
457
#endif /* DOUBLE_INT_H */
459
#endif /* DOUBLE_INT_H */

Return to bug 545072