]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - crossavr-gcc-attribute_alias.patch
- updated to 4.2.4
[packages/crossavr-gcc.git] / crossavr-gcc-attribute_alias.patch
CommitLineData
1321be35
ER
1--- gcc/config/avr/avr.h.orig Sat Jun 25 03:22:41 2005
2+++ gcc/config/avr/avr.h Tue Sep 26 23:07:01 2006
3@@ -631,6 +631,8 @@
4 /* Globalizing directive for a label. */
5 #define GLOBAL_ASM_OP ".global\t"
6
7+#define SET_ASM_OP "\t.set\t"
8+
9 #define ASM_WEAKEN_LABEL(FILE, NAME) \
10 do \
11 { \
This page took 0.031747 seconds and 4 git commands to generate.