]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/darwin.h
configure.in: Check whether assembler supports section merging.
[thirdparty/gcc.git] / gcc / config / darwin.h
index 9124307755c46012127ba2dbb0ae563d0f2827e3..5c49d1131932e3e1f027ae8d5c78bd62ae2f1365 100644 (file)
@@ -509,7 +509,7 @@ void alias_section (name, alias)                    \
 #define READONLY_DATA_SECTION const_section
 
 #undef SELECT_SECTION
-#define SELECT_SECTION(exp,reloc)                              \
+#define SELECT_SECTION(exp,reloc,align)                                \
   do                                                           \
     {                                                          \
       if (TREE_CODE (exp) == STRING_CST)                       \
@@ -633,7 +633,7 @@ void alias_section (name, alias)                    \
   while (0)
 
 #undef SELECT_RTX_SECTION
-#define SELECT_RTX_SECTION(mode, rtx)                                  \
+#define SELECT_RTX_SECTION(mode, rtx, align)                           \
   do                                                                   \
     {                                                                  \
       if (GET_MODE_SIZE (mode) == 8)                                   \