* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
This commit is contained in:
parent
42491b6f4e
commit
cf523b8ea1
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-12-29 Sterling Augustine <sterling@tensilica.com>
|
||||
|
||||
* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
|
||||
|
||||
2005-12-29 Sterling Augustine <sterling@tensilica.com>
|
||||
|
||||
* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue