]> git.pld-linux.org Git - packages/crossppc-binutils.git/commitdiff
- kill unused function warnings (-Werror is used)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Apr 2005 21:42:33 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-flex.patch -> 1.1

binutils-flex.patch [new file with mode: 0644]

diff --git a/binutils-flex.patch b/binutils-flex.patch
new file mode 100644 (file)
index 0000000..7f65fbb
--- /dev/null
@@ -0,0 +1,14 @@
+--- binutils-2.16.90.0.1/binutils/arlex.l.orig 2005-04-09 21:03:01.000000000 +0200
++++ binutils-2.16.90.0.1/binutils/arlex.l      2005-04-12 22:52:08.392751800 +0200
+@@ -1,3 +1,4 @@
++%option nounput
+ %{
+ /* arlex.l - Strange script language lexer */
+--- binutils-2.16.90.0.1/ld/ldlex.l.orig       2005-04-09 21:03:21.000000000 +0200
++++ binutils-2.16.90.0.1/ld/ldlex.l    2005-04-12 23:13:13.722392456 +0200
+@@ -1,3 +1,4 @@
++%option nounput
+ %{
+ /* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
This page took 0.075428 seconds and 4 git commands to generate.