From 3bf397da57cef19904b08fe46c33cb4c483a0a04 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 11 Jun 2009 20:39:39 +0000 Subject: Upgrade to GNU binutils 2.19 (finally). --- devel/avr-binutils/files/patch-bug5215 | 52 ---------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 devel/avr-binutils/files/patch-bug5215 (limited to 'devel/avr-binutils/files/patch-bug5215') diff --git a/devel/avr-binutils/files/patch-bug5215 b/devel/avr-binutils/files/patch-bug5215 deleted file mode 100644 index 81f314d834ba..000000000000 --- a/devel/avr-binutils/files/patch-bug5215 +++ /dev/null @@ -1,52 +0,0 @@ -This is a workaround for - -http://sourceware.org/bugzilla/show_bug.cgi?id=5215 - ---- ld/genscripts.sh.orig Wed Oct 24 09:38:43 2007 -+++ ld/genscripts.sh Wed Oct 24 09:59:03 2007 -@@ -390,21 +390,21 @@ - *" ${EMULATION_NAME} "*) COMPILE_IN=true;; - esac - --if test -n "${BASH+set}"; then -- source_em() -- { -- local current_script="$em_script" -- em_script=$1 -- . $em_script -- em_script=$current_script -- } -- fragment() -- { -- local lineno=$[${BASH_LINENO[0]} + 1] -- echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\"" -- cat >> e${EMULATION_NAME}.c -- } --else -+#if test -n "${BASH+set}"; then -+# source_em() -+# { -+# local current_script="$em_script" -+# em_script=$1 -+# . $em_script -+# em_script=$current_script -+# } -+# fragment() -+# { -+# local lineno=$[${BASH_LINENO[0]} + 1] -+# echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\"" -+# cat >> e${EMULATION_NAME}.c -+# } -+#else - source_em() - { - . $1 -@@ -413,7 +413,7 @@ - { - cat >> e${EMULATION_NAME}.c - } --fi -+#fi - - # Generate e${EMULATION_NAME}.c. - # Start with an empty file, then the sourced .em script -- cgit v1.2.3