[packages/binutils] - fixed gasp

qboosh qboosh at pld-linux.org
Wed Nov 27 17:39:48 CET 2019


commit 10eed58225febe5cf84445295ef92168aba1d8b6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Nov 27 17:40:10 2019 +0100

    - fixed gasp

 binutils-gasp.patch | 5 +++--
 binutils.spec       | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/binutils.spec b/binutils.spec
index fe60cfd..836bb96 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -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
diff --git a/binutils-gasp.patch b/binutils-gasp.patch
index 01a0547..38e7534 100644
--- a/binutils-gasp.patch
+++ b/binutils-gasp.patch
@@ -1512,7 +1512,7 @@
 + at 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.
@@ -5527,7 +5527,8 @@
 +
 +/* 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 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/binutils.git/commitdiff/10eed58225febe5cf84445295ef92168aba1d8b6



More information about the pld-cvs-commit mailing list