From 48e98e9e987f0bbecff19ec50b13983b4a0cec6e Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 6 Oct 2006 20:43:57 +0000 Subject: Copy over the avr-gcc-devel port to avr-gcc, so this will become the default AVR-GCC version now. No repocopy as this port used to exist before. For the history details, see the old avr-gcc-devel port (going to be moved to Attic now). --- devel/avr-gcc/files/patch-attribute_alias | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/avr-gcc/files/patch-attribute_alias (limited to 'devel/avr-gcc/files/patch-attribute_alias') 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 \ + { \ -- cgit v1.2.3