summarylogtreecommitdiffstats
path: root/31-gcc-4.1.2-isr-alias.patch
diff options
context:
space:
mode:
Diffstat (limited to '31-gcc-4.1.2-isr-alias.patch')
-rw-r--r--31-gcc-4.1.2-isr-alias.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/31-gcc-4.1.2-isr-alias.patch b/31-gcc-4.1.2-isr-alias.patch
new file mode 100644
index 000000000000..c873b4ee8ee1
--- /dev/null
+++ b/31-gcc-4.1.2-isr-alias.patch
@@ -0,0 +1,12 @@
+--- 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 \
+ { \
+