]> git.pld-linux.org Git - packages/binutils.git/blobdiff - binutils-gasp.patch
- up to 2.19.51.0.8
[packages/binutils.git] / binutils-gasp.patch
index cb03dff059ed8c6c37b8da4369dac23b505fb7c9..a4a84c42837c102f305727906c780f5dd8fe604a 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 \
  EXPECT = expect
  RUNTEST = runtest
  RUNTESTFLAGS=
-@@ -2146,6 +2151,8 @@
-   subsegs.h struc-symbol.h
- write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h \
-   dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
-+gasp.o: gasp.c $(INCDIR)/getopt.h $(INCDIR)/safe-ctype.h \
-+   sb.h macro.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
- itbl-ops.o: itbl-ops.c itbl-ops.h
- e-crisaout.o: $(srcdir)/config/e-crisaout.c emul-target.h
- e-criself.o: $(srcdir)/config/e-criself.c emul-target.h
+@@ -682,6 +682,9 @@
+ itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
+       $(COMPILE) -c $< $(NO_WERROR)
++gasp.o:gasp.c $(INCDIR)/getopt.h $(INCDIR)/safe-ctype.h \
++      sb.h macro.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
++
+ # Disable -Werror, if it has been enabled, since old versions of bison/
+ # yacc will produce working code which contain compile time warnings.
+ itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.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
 @@ -15,7 +15,7 @@
  
  man_MANS = as.1
  
--info_TEXINFOS = as.texinfo
+-info_TEXINFOS = as.texinfo 
 +info_TEXINFOS = as.texinfo gasp.texinfo
  as_TEXINFOS = asconfig.texi $(CPU_DOCS)
  
  
    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.089884 seconds and 4 git commands to generate.