* config/avr/avr.h (SUPPORTS_INIT_PRIORITY): Define.
authorAndy Hutchinson <hutchinsonandy@aim.com>
Sun, 22 Jun 2008 18:39:36 +0000 (18:39 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Sun, 22 Jun 2008 18:39:36 +0000 (18:39 +0000)
From-SVN: r137021

gcc/ChangeLog
gcc/config/avr/avr.h

index c3f003b..0cc5d09 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-22  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       * config/avr/avr.h (SUPPORTS_INIT_PRIORITY): Define.
+       
 2008-06-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
 
        PR middle-end/34906
index 17700c9..daf1130 100644 (file)
@@ -526,6 +526,8 @@ do {                                                                            \
 
 #define TARGET_ASM_DESTRUCTOR avr_asm_out_dtor
 
+#define SUPPORTS_INIT_PRIORITY 0
+
 #define JUMP_TABLES_IN_TEXT_SECTION 0
 
 #define ASM_COMMENT_START " ; "