SOURCES: binutils-gasp.patch - updated for 2.17.50.0.2
qboosh
qboosh at pld-linux.org
Wed Jun 7 11:39:10 CEST 2006
Author: qboosh Date: Wed Jun 7 09:39:10 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 2.17.50.0.2
---- Files affected:
SOURCES:
binutils-gasp.patch (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SOURCES/binutils-gasp.patch
diff -u SOURCES/binutils-gasp.patch:1.10 SOURCES/binutils-gasp.patch:1.11
--- SOURCES/binutils-gasp.patch:1.10 Thu Jul 21 21:02:56 2005
+++ SOURCES/binutils-gasp.patch Wed Jun 7 11:39:04 2006
@@ -1512,10 +1512,9 @@
+
+ at contents
+ at bye
-diff -urNbB binutils-2.16.91.0.2.org/gas/gasp.c binutils-2.16.91.0.2/gas/gasp.c
---- binutils-2.16.91.0.2.org/gas/gasp.c 1970-01-01 00:00:00.000000000 +0000
-+++ binutils-2.16.91.0.2/gas/gasp.c 2005-07-21 18:31:04.000000000 +0000
-@@ -0,0 +1,3983 @@
+--- binutils-2.17.50.0.2/gas/gasp.c.orig 1970-01-01 01:00:00.000000000 +0100
++++ binutils-2.17.50.0.2/gas/gasp.c 2006-06-07 11:22:13.774440000 +0200
+@@ -0,0 +1,3999 @@
+/* gasp.c - Gnu assembler preprocessor main program.
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+ Free Software Foundation, Inc.
@@ -5439,6 +5438,22 @@
+ va_end (args);
+
+ as_bad_internal (file, line, buffer);
++}
++
++/* Indicate assertion failure.
++ Arguments: Filename, line number, optional function name. */
++
++void
++as_assert (const char *file, int line, const char *fn)
++{
++ fprintf (stderr, _("Internal error!\n"));
++ if (fn)
++ fprintf (stderr, _("Assertion failure in %s at %s line %d.\n"),
++ fn, file, line);
++ else
++ fprintf (stderr, _("Assertion failure at %s line %d.\n"), file, line);
++ fprintf (stderr, _("Please report this bug.\n"));
++ xexit (EXIT_FAILURE);
+}
+
+#ifndef LEX_AT
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/binutils-gasp.patch?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list