diff options
Diffstat (limited to 'gcc/config/c4x/c4x.h')
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 5ae16ab..ffa888e 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1540,7 +1540,7 @@ CUMULATIVE_ARGS; On the C4x we use this to indicate if a symbol is in text or data space. */ -#define ENCODE_SECTION_INFO(DECL) c4x_encode_section_info (DECL); +#define ENCODE_SECTION_INFO(DECL, FIRST) c4x_encode_section_info (DECL, FIRST); /* Descripting Relative Cost of Operations. */ |