]> git.pld-linux.org Git - packages/binutils.git/blobdiff - binutils-gasp.patch
- up to 2.19.51.0.2
[packages/binutils.git] / binutils-gasp.patch
index 951a8ee6676510e014c5faf441a184e19fdeb9db..1e8324e7757d92f45c5e6ee9c9dd50d851657b8d 100644 (file)
@@ -4,8 +4,8 @@
        symbols.c \
        write.c
  
--CFILES = $(GAS_CFILES) itbl-ops.c
-+CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
+-CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
++CFILES = $(GAS_CFILES) gasp.c itbl-ops.c cgen.c
  
  HFILES = \
        as.h \
  e-criself.o: $(srcdir)/config/e-criself.c emul-target.h
 --- binutils-2.17.50.0.13/gas/doc/Makefile.am.orig     2007-03-16 16:48:29.000000000 +0100
 +++ binutils-2.17.50.0.13/gas/doc/Makefile.am  2007-03-16 20:27:05.810679469 +0100
-@@ -109,7 +109,7 @@
- # Build the man page from the texinfo file
- # The sed command removes the no-adjust Nroff command so that
- # the man output looks standard.
--as.1: $(srcdir)/as.texinfo asconfig.texi $(CPU_DOCS)
-+as.1: $(srcdir)/as.texinfo asconfig.texi gasp.texinfo $(CPU_DOCS)
-       touch $@
-       -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
      -($(POD2MAN) as.pod | \
+@@ -15,7 +15,7 @@
+ man_MANS = as.1
+-info_TEXINFOS = as.texinfo 
++info_TEXINFOS = as.texinfo gasp.texinfo
+ as_TEXINFOS = asconfig.texi $(CPU_DOCS)
AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
 --- binutils-2.16.91.0.2.org/gas/doc/gasp.texinfo      1970-01-01 00:00:00.000000000 +0000
 +++ binutils-2.16.91.0.2/gas/doc/gasp.texinfo  2005-07-21 18:31:04.000000000 +0000
 @@ -0,0 +1,1456 @@
  
    sb_new (&out);
  
--  err = expand_irp (irpc, 0, &s, &out, get_line_sb);
-+  err = expand_irp (irpc, 0, &s, &out, get_line_sb, '\0');
+-  err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb);
++  err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb, '\0');
    if (err != NULL)
      as_bad_where (file, line, "%s", err);
  
This page took 0.05847 seconds and 4 git commands to generate.