diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-12-30 00:57:27 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-12-30 00:57:27 +0000 |
commit | cf523b8ea1165ac471d9abc035b936a23555ea1b (patch) | |
tree | c6dfbdce236a2ebade22dccd7b5b1fd8e48658a0 /gas/config/tc-xtensa.h | |
parent | 42491b6f4e14f3d6788441cf421d41aaf32178da (diff) | |
download | binutils-gdb-cf523b8ea1165ac471d9abc035b936a23555ea1b.tar.gz |
* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
Diffstat (limited to 'gas/config/tc-xtensa.h')
-rw-r--r-- | gas/config/tc-xtensa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index 84e78718b04..e32b4962264 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -337,6 +337,7 @@ extern char *xtensa_section_rename (char *); #define DATA_SECTION_NAME xtensa_section_rename (".data") #define BSS_SECTION_NAME xtensa_section_rename (".bss") #define HANDLE_ALIGN(fragP) xtensa_handle_align (fragP) +#define MAX_MEM_FOR_RS_ALIGN_CODE 1 /* The renumber_section function must be mapped over all the sections |