This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] ld: Regenerate Makefile.in


Hi,

 Regression-testing of a change affecting "struct bfd" caused a cascade of 
segmentation faults for the v850-elf target in code originating from 
ev850_rh850.o.  Upon a closer inspection I've noticed the cause was a 
missing dependency rule for that file, that as a result hadn't been 
regenerated.

 I have committed the change below, as obvious, that fixed the problem.

2012-11-29  Maciej W. Rozycki  <macro@codesourcery.com>

	ld/
	* Makefile.in: Regenerate.

  Maciej

binutils-ld-v850-dep.diff
Index: binutils-fsf-trunk-quilt/ld/Makefile.in
===================================================================
--- binutils-fsf-trunk-quilt.orig/ld/Makefile.in	2012-11-27 17:53:28.000000000 +0000
+++ binutils-fsf-trunk-quilt/ld/Makefile.in	2012-11-29 01:51:31.251764634 +0000
@@ -760,6 +760,7 @@ ALL_EMULATION_SOURCES = \
 	etic54xcoff.c \
 	etic80coff.c \
 	ev850.c \
+	ev850_rh850.c \
 	evanilla.c \
 	evax.c \
 	evaxnbsd.c \
@@ -1419,6 +1420,7 @@ ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic80coff.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evax.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]