From: Jakub Bogusz Date: Tue, 4 Nov 2003 00:21:45 +0000 (+0000) Subject: - up to 2.14.90.0.7, updated gasp and info patches X-Git-Tag: auto/ac/binutils-2_14_90_0_7-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossppc-binutils.git;a=commitdiff_plain;h=d6a0daf229fbf4c1243f4fb876f84f81ba69f555 - up to 2.14.90.0.7, updated gasp and info patches - removed obsolete sparc-cfi patch Changed files: binutils-gasp.patch -> 1.3 binutils-info.patch -> 1.6 --- diff --git a/binutils-gasp.patch b/binutils-gasp.patch index 9bdcb1f..cd89375 100644 --- a/binutils-gasp.patch +++ b/binutils-gasp.patch @@ -40,10 +40,9 @@ diff -Nur binutils-2.13.90.0.18.orig/gas/Makefile.am binutils-2.13.90.0.18/gas/M itbl-ops.o: itbl-ops.c itbl-ops.h $(INCDIR)/symcat.h e-crisaout.o: $(srcdir)/config/e-crisaout.c $(INCDIR)/symcat.h \ emul-target.h -diff -Nur binutils-2.13.90.0.18.orig/gas/Makefile.in binutils-2.13.90.0.18/gas/Makefile.in ---- binutils-2.13.90.0.18.orig/gas/Makefile.in Sun Feb 2 03:21:17 2003 -+++ binutils-2.13.90.0.18/gas/Makefile.in Sun Feb 2 12:29:17 2003 -@@ -313,7 +313,7 @@ +--- binutils-2.14.90.0.7/gas/Makefile.in.orig 2003-10-29 18:37:48.000000000 +0100 ++++ binutils-2.14.90.0.7/gas/Makefile.in 2003-11-04 00:08:05.641363288 +0100 +@@ -365,7 +365,7 @@ write.c @@ -52,7 +51,7 @@ diff -Nur binutils-2.13.90.0.18.orig/gas/Makefile.in binutils-2.13.90.0.18/gas/M HFILES = \ as.h \ -@@ -575,7 +575,8 @@ +@@ -631,7 +631,8 @@ # Note: GASP is now deprecated and has been removed. It is still # available in the CVS archive or older binutils releases if it is needed. @@ -62,7 +61,7 @@ diff -Nur binutils-2.13.90.0.18.orig/gas/Makefile.in binutils-2.13.90.0.18/gas/M noinst_SCRIPTS = $(GDBINIT) EXTRA_SCRIPTS = .gdbinit -@@ -624,6 +625,10 @@ +@@ -678,6 +679,10 @@ $(extra_objects) $(GASLIBS) $(INTLDEPS) @@ -73,48 +72,46 @@ diff -Nur binutils-2.13.90.0.18.orig/gas/Makefile.in binutils-2.13.90.0.18/gas/M EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \ echo $${rootme}/../expect/expect ; \ else echo expect ; fi` -@@ -2431,7 +2436,7 @@ - mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs +@@ -2515,7 +2520,7 @@ CONFIG_HEADER = config.h - CONFIG_CLEAN_FILES = ${GDBINIT} --noinst_PROGRAMS = as-new$(EXEEXT) -+noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT) - PROGRAMS = $(noinst_PROGRAMS) + CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in + EXTRA_PROGRAMS = itbl-test$(EXEEXT) +-noinst_PROGRAMS = as-new$(EXEEXT) ++noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT) + PROGRAMS = $(noinst_PROGRAMS) - -@@ -2439,6 +2444,9 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ -+gasp_new_OBJECTS = gasp.$(OBJEXT) macro.$(OBJEXT) sb.$(OBJEXT) \ -+hash.$(OBJEXT) + am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \ +@@ -2531,6 +2536,10 @@ + am_as_new_OBJECTS = $(am__objects_1) + as_new_OBJECTS = $(am_as_new_OBJECTS) + as_new_LDFLAGS = ++am_gasp_new_OBJECTS = gasp.$(OBJEXT) macro.$(OBJEXT) sb.$(OBJEXT) \ ++ hash.$(OBJEXT) ++gasp_new_OBJECTS = $(am_gasp_new_OBJECTS) +gasp_new_LDFLAGS = - itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT) - itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o \ - ../libiberty/libiberty.a -@@ -2472,8 +2480,8 @@ - - TAR = tar - GZIP_ENV = --best --SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) --OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) -+SOURCES = $(gasp_new_SOURCES) $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) -+OBJECTS = $(gasp_new_OBJECTS) $(itbl_test_OBJECTS) $(as_new_OBJECTS) - - all: all-redirect - .SUFFIXES: -@@ -2576,6 +2584,10 @@ - - maintainer-clean-libtool: + am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT) + itbl_test_OBJECTS = $(am_itbl_test_OBJECTS) + itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o \ +@@ -2562,7 +2571,7 @@ + install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +-SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(itbl_test_SOURCES) ++SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(itbl_test_SOURCES) $(gasp_new_SOURCES) + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive +@@ -2616,6 +2625,9 @@ + as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) + @rm -f as-new$(EXEEXT) + $(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS) +gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES) + @rm -f gasp-new$(EXEEXT) + $(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS) -+ - itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) + itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) @rm -f itbl-test$(EXEEXT) $(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS) -@@ -3326,6 +3338,8 @@ +@@ -3387,6 +3399,8 @@ $(INCDIR)/obstack.h subsegs.h struc-symbol.h write.o: write.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ output-file.h dwarf2dbg.h @@ -131,37 +128,38 @@ diff -Nur binutils-2.13.90.0.18.orig/gas/doc/Makefile.am binutils-2.13.90.0.18/g man_MANS = as.1 -info_TEXINFOS = as.texinfo -+info_TEXINFOS = as.texinfo gasp.texi ++info_TEXINFOS = as.texinfo gasp.texinfo asconfig.texi: $(CONFIG).texi rm -f asconfig.texi -diff -Nur binutils-2.13.90.0.18.orig/gas/doc/Makefile.in binutils-2.13.90.0.18/gas/doc/Makefile.in ---- binutils-2.13.90.0.18.orig/gas/doc/Makefile.in Sun Feb 2 03:21:17 2003 -+++ binutils-2.13.90.0.18/gas/doc/Makefile.in Sun Feb 2 12:36:47 2003 -@@ -133,7 +133,7 @@ +--- binutils-2.14.90.0.7/gas/doc/Makefile.in.orig 2003-10-29 18:37:48.000000000 +0100 ++++ binutils-2.14.90.0.7/gas/doc/Makefile.in 2003-11-04 00:08:38.143422224 +0100 +@@ -181,7 +181,7 @@ man_MANS = as.1 -info_TEXINFOS = as.texinfo -+info_TEXINFOS = as.texinfo gasp.texi ++info_TEXINFOS = as.texinfo gasp.texinfo CPU_DOCS = \ c-a29k.texi \ -@@ -182,9 +182,9 @@ - CONFIG_CLEAN_FILES = - TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi` +@@ -236,11 +236,11 @@ + DIST_SOURCES = TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex + am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo -INFO_DEPS = as.info +INFO_DEPS = as.info gasp.info DVIS = as.dvi --TEXINFOS = as.texinfo -+TEXINFOS = as.texinfo gasp.texi - man1dir = $(mandir)/man1 - MANS = $(man_MANS) + PDFS = as.pdf + PSS = as.ps +-TEXINFOS = as.texinfo ++TEXINFOS = as.texinfo gasp.texinfo -diff -Nur binutils-2.13.90.0.18.orig/gas/doc/gasp.texi binutils-2.13.90.0.18/gas/doc/gasp.texi ---- binutils-2.13.90.0.18.orig/gas/doc/gasp.texi Thu Jan 1 01:00:00 1970 -+++ binutils-2.13.90.0.18/gas/doc/gasp.texi Wed Oct 30 05:09:13 2002 + NROFF = nroff + MANS = $(man_MANS) +diff -Nur binutils-2.14.90.0.7.orig/gas/doc/gasp.texinfo binutils-2.14.90.0.7/gas/doc/gasp.texinfo +--- binutils-2.14.90.0.7.orig/gas/doc/gasp.texinfo Thu Jan 1 01:00:00 1970 ++++ binutils-2.14.90.0.7/gas/doc/gasp.texinfo Wed Oct 30 05:09:13 2002 @@ -0,0 +1,1456 @@ +\input texinfo @c -*- Texinfo -*- +@setfilename gasp.info diff --git a/binutils-info.patch b/binutils-info.patch index 9df3bf9..41f15f0 100644 --- a/binutils-info.patch +++ b/binutils-info.patch @@ -114,9 +114,9 @@ diff -urN binutils-2.12.90.0.1.org/gas/doc/as.texinfo binutils-2.12.90.0.1/gas/d @end format @end ifinfo -diff -urN binutils-2.12.90.0.1.org/gas/doc/gasp.texi binutils-2.12.90.0.1/gas/doc/gasp.texi ---- binutils-2.12.90.0.1.org/gas/doc/gasp.texi Mon Mar 11 22:37:38 2002 -+++ binutils-2.12.90.0.1/gas/doc/gasp.texi Mon Mar 11 22:37:52 2002 +diff -urN binutils-2.14.90.0.7.org/gas/doc/gasp.texinfo binutils-2.14.90.0.7/gas/doc/gasp.texinfo +--- binutils-2.14.90.0.7.org/gas/doc/gasp.texinfo Mon Mar 11 22:37:38 2002 ++++ binutils-2.14.90.0.7/gas/doc/gasp.texinfo Mon Mar 11 22:37:52 2002 @@ -14,9 +14,10 @@ @ifinfo @@ -174,3 +174,14 @@ diff -urN binutils-2.12.90.0.1.org/ld/ld.texinfo binutils-2.12.90.0.1/ld/ld.texi @end ifclear @node Reporting Bugs +--- binutils-2.14.90.0.7/gas/doc/Makefile.in.orig 2003-11-04 00:30:12.000000000 +0100 ++++ binutils-2.14.90.0.7/gas/doc/Makefile.in 2003-11-04 00:50:40.797920448 +0100 +@@ -439,7 +439,7 @@ + + install-exec-am: + +-install-info: ++install-info: install-info-am + + install-info-am: $(INFO_DEPS) + @$(NORMAL_INSTALL)