summaryrefslogtreecommitdiffhomepage
path: root/binutils-2.24.51.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24.51.local.patch')
-rw-r--r--binutils-2.24.51.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils-2.24.51.local.patch b/binutils-2.24.51.local.patch
new file mode 100644
index 00000000..85d45b89
--- /dev/null
+++ b/binutils-2.24.51.local.patch
@@ -0,0 +1,11 @@
+--- binutils-2.24.51/intl/libgnuintl.h.orig 2014-07-03 05:37:48.000000000 +0000
++++ binutils-2.24.51/intl/libgnuintl.h 2016-05-30 19:56:21.701967351 +0000
+@@ -105,7 +105,7 @@
+ #endif
+ /* Auxiliary macros. */
+ #ifdef _INTL_REDIRECT_ASM
+-# define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
++# define _INTL_ASM(cname) __asm__ (#cname)
+ # define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring
+ # define _INTL_STRINGIFY(prefix) #prefix
+ #else