ports/devel/avr-gcc-devel/files/patch-attribute_alias
Joerg Wunsch d04e1efcb7 Update to GCC 4.1.1.
Add Björn Haase's (beta) patch for ATmega256x support, backported
to GCC 4.1.1 by Bernhard Trog.

Add Anatoly Sokolov's patch to support __attribute__((alias)).
2006-09-26 21:52:30 +00:00

11 lines
306 B
Text

--- 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 \
{ \