]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- fixed gasp
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Nov 2019 16:40:10 +0000 (17:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Nov 2019 16:40:10 +0000 (17:40 +0100)
binutils-gasp.patch
binutils.spec

index 01a0547e50bbde1efa4d3ba950c26eff7c909e5b..38e753402bd2778f3358638f2c6787f9cb767b80 100644 (file)
 +@bye
 --- binutils-2.24.51.0.4/gas/gasp.c.orig       1970-01-01 01:00:00.000000000 +0100
 +++ binutils-2.24.51.0.4/gas/gasp.c    2014-10-12 11:32:34.014384388 +0200
-@@ -0,0 +1,4015 @@
+@@ -0,0 +1,4016 @@
 +/* gasp.c - Gnu assembler preprocessor main program.
 +   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 +   Free Software Foundation, Inc.
 +
 +/* stubs for macro.c linefile support */
 +void s_app_line (int appline) { }
-+char *input_line_pointer;
++void temp_ilp(char *buf) { }
++void restore_ilp(void) { }
 --- binutils-2.23.51.0.1/gas/macro.c.orig      2012-08-07 19:47:23.000000000 +0200
 +++ binutils-2.23.51.0.1/gas/macro.c   2012-08-21 20:21:33.256276269 +0200
 @@ -770,7 +770,7 @@
index fe60cfdece0369861d2d79155cd21a6ca7453d30..836bb96edb221fcca724410d280b98dbcb7c7be8 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_with    pax             # without PaX flags (for upstream bugreports)
 %bcond_without gold            # don't build gold (no C++ dependencies)
 %bcond_without default_bfd     # default ld.bfd instead of gold
-%bcond_with    gasp            # gasp
+%bcond_without gasp            # gasp
 %bcond_with    tests           # check target
 
 %ifnarch %{ix86} %{x8664} x32
This page took 0.05165 seconds and 4 git commands to generate.