mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 17:45:42 +08:00
(CONST_SECTION_ASM_OP): Add .align 1
From-SVN: r13309
This commit is contained in:
parent
7cae778a2d
commit
444a059e63
@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#include "i386/sysv4.h"
|
#include "i386/sysv4.h"
|
||||||
|
|
||||||
#ifndef VERSION_INFO2
|
#ifndef VERSION_INFO2
|
||||||
#define VERSION_INFO2 "$Revision: 1.4 $"
|
#define VERSION_INFO2 "$Revision: 1.5 $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef VERSION_STRING
|
#ifndef VERSION_STRING
|
||||||
@ -277,3 +277,7 @@ char insn; int insn_; char * file_; int line_;
|
|||||||
fprintf ((FILE), "\t.backalign %s,%d,%d\n", &buf[1], 1<<(LOG), \
|
fprintf ((FILE), "\t.backalign %s,%d,%d\n", &buf[1], 1<<(LOG), \
|
||||||
((TARGET_PENTIUMPRO || TARGET_486) && LOG==4) ? 6 : 2);\
|
((TARGET_PENTIUMPRO || TARGET_486) && LOG==4) ? 6 : 2);\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* add .align 1 to avoid .backalign bug in assembler */
|
||||||
|
#undef CONST_SECTION_ASM_OP
|
||||||
|
#define CONST_SECTION_ASM_OP ".section\t.rodata\n\t.align 1"
|
||||||
|
Loading…
Reference in New Issue
Block a user