mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
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).
11 lines
306 B
Text
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 \
|
|
{ \
|