aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc/files/patch-attribute_alias
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-10-06 20:43:57 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-10-06 20:43:57 +0000
commit48e98e9e987f0bbecff19ec50b13983b4a0cec6e (patch)
treeef614ccb0efa20173baa3ab93a84e07b355d99c7 /devel/avr-gcc/files/patch-attribute_alias
parent422318ef21c53797f9f2efc03fd5c8b32848ba1c (diff)
downloadports-48e98e9e987f0bbecff19ec50b13983b4a0cec6e.tar.gz
ports-48e98e9e987f0bbecff19ec50b13983b4a0cec6e.zip
Notes
Diffstat (limited to 'devel/avr-gcc/files/patch-attribute_alias')
-rw-r--r--devel/avr-gcc/files/patch-attribute_alias11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/avr-gcc/files/patch-attribute_alias b/devel/avr-gcc/files/patch-attribute_alias
new file mode 100644
index 000000000000..95d8ba4ece7f
--- /dev/null
+++ b/devel/avr-gcc/files/patch-attribute_alias
@@ -0,0 +1,11 @@
+--- gcc/config/avr/avr.h.orig Sat Jun 25 03:22:41 2005
++++ gcc/config/avr/avr.h Tue Sep 26 23:07:01 2006
+@@ -631,6 +631,8 @@
+ /* Globalizing directive for a label. */
+ #define GLOBAL_ASM_OP ".global\t"
+
++#define SET_ASM_OP "\t.set\t"
++
+ #define ASM_WEAKEN_LABEL(FILE, NAME) \
+ do \
+ { \