Browse Source

* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.

readline_5_1-import-branch
Bob Wilson 21 years ago
parent
commit
cf523b8ea1
  1. 4
      gas/ChangeLog
  2. 1
      gas/config/tc-xtensa.h

4
gas/ChangeLog

@ -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.

1
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

Loading…
Cancel
Save