diff options
Diffstat (limited to 'gcc/config/we32k/we32k.h')
-rw-r--r-- | gcc/config/we32k/we32k.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index 1bf6805..e918ac0c 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -672,12 +672,11 @@ enum reg_class { NO_REGS, GENERAL_REGS, #define DATA_SECTION_ASM_OP "\t.data" -/* Read-only data goes in the data section because - AT&T's assembler doesn't guarantee the proper alignment - of data in the text section even if an align statement - is used. */ +/* Read-only data goes in the data section because AT&T's assembler + doesn't guarantee the proper alignment of data in the text section + even if an align statement is used. */ -#define READONLY_DATA_SECTION() data_section() +#define READONLY_DATA_SECTION data_section /* How to refer to registers in assembler output. This sequence is indexed by compiler's hard-register-number (see above). */ |