summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-02-02 12:14:49 +0100
committerJuergen Daubert <jue@jue.li>2011-02-02 12:14:49 +0100
commit423438a46b5908e228bece50e3d6a71b9072f1c4 (patch)
treeb44888907031993a5e5cfc844649d13181e9402b /binutils
parent18f0a8c588f48f4e2f7a9c0a17f6c1bddd5dd609 (diff)
downloadcore-423438a46b5908e228bece50e3d6a71b9072f1c4.tar.gz
core-423438a46b5908e228bece50e3d6a71b9072f1c4.tar.xz
binutils: removed old patch
Diffstat (limited to 'binutils')
-rw-r--r--binutils/test-demangle.c.diff40
1 files changed, 0 insertions, 40 deletions
diff --git a/binutils/test-demangle.c.diff b/binutils/test-demangle.c.diff
deleted file mode 100644
index bda8b7d7..00000000
--- a/binutils/test-demangle.c.diff
+++ /dev/null
@@ -1,40 +0,0 @@
-# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39752
-
-Index: libiberty/testsuite/test-demangle.c
-===================================================================
---- libiberty/testsuite/test-demangle.c (revision 145957)
-+++ libiberty/testsuite/test-demangle.c (working copy)
-@@ -46,7 +46,7 @@
- #define LINELEN 80
-
- static void
--getline(buf)
-+get_line(buf)
- struct line *buf;
- {
- char *data = buf->data;
-@@ -196,12 +196,12 @@
- {
- const char *inp;
-
-- getline (&format);
-+ get_line (&format);
- if (feof (stdin))
- break;
-
-- getline (&input);
-- getline (&expect);
-+ get_line (&input);
-+ get_line (&expect);
-
- inp = protect_end (input.data);
-
-@@ -322,7 +322,7 @@
-
- if (no_params)
- {
-- getline (&expect);
-+ get_line (&expect);
- result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
-
- if (result

Generated by cgit