]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mcore/mcore-pe.h
configure.in: Check whether assembler supports section merging.
[thirdparty/gcc.git] / gcc / config / mcore / mcore-pe.h
index 2362b521a18f0a71b007c9ba2477986ab710fc37..e08b337c1948090444cdeef0fe04d55e28c287b7 100644 (file)
@@ -81,7 +81,7 @@ rdata_section ()                                              \
    or a constant of some sort.  RELOC indicates whether forming
    the initial value of DECL requires link-time relocations.  */
 #undef  SELECT_SECTION
-#define SELECT_SECTION(DECL, RELOC)                                    \
+#define SELECT_SECTION(DECL, RELOC, ALIGN)                             \
 {                                                                      \
   if (TREE_CODE (DECL) == STRING_CST)                                  \
     {                                                                  \
@@ -111,7 +111,7 @@ rdata_section ()                                            \
    in the case of a `const_int' rtx.  Currently, these always
    go into the const section.  */
 #undef  SELECT_RTX_SECTION
-#define SELECT_RTX_SECTION(MODE, RTX) rdata_section ()
+#define SELECT_RTX_SECTION(MODE, RTX, ALIGN) rdata_section ()
 
 #define MCORE_EXPORT_NAME(STREAM, NAME)                        \
   do                                                   \