diff options
Diffstat (limited to 'gcc/config/c4x/c4x.h')
-rw-r--r-- | gcc/config/c4x/c4x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index cdc39db..e8052c6 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -2030,7 +2030,7 @@ const_section () \ or a constant of some sort. RELOC indicates whether forming the initial value of DECL requires link-time relocations. */ -#define SELECT_SECTION(DECL, RELOC) \ +#define SELECT_SECTION(DECL, RELOC, ALIGN) \ { \ if (TREE_CODE (DECL) == STRING_CST) \ { \ @@ -2075,7 +2075,7 @@ const_section () \ in the case of a `const_int' rtx. Currently, these always go into the const section. */ -#define SELECT_RTX_SECTION(MODE, RTX) const_section() +#define SELECT_RTX_SECTION(MODE, RTX, ALIGN) const_section() /* Overall Framework of an Assembler File. */ |