diff options
author | Juergen Daubert <jue@jue.li> | 2011-02-02 12:14:49 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-02-02 12:14:49 +0100 |
commit | 423438a46b5908e228bece50e3d6a71b9072f1c4 (patch) | |
tree | b44888907031993a5e5cfc844649d13181e9402b /binutils | |
parent | 18f0a8c588f48f4e2f7a9c0a17f6c1bddd5dd609 (diff) | |
download | core-423438a46b5908e228bece50e3d6a71b9072f1c4.tar.gz core-423438a46b5908e228bece50e3d6a71b9072f1c4.tar.xz |
binutils: removed old patch
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/test-demangle.c.diff | 40 |
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 |