mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 08:09:38 +08:00
*** empty log message ***
From-SVN: r528
This commit is contained in:
parent
dc2ab38c06
commit
fd9c4f832d
@ -31,6 +31,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define SGS /* Uses SGS assembler */
|
||||
#define SGS_CMP_ORDER /* Takes cmp operands in reverse order */
|
||||
#define HPUX_ASM
|
||||
|
||||
/* gcc.c should find libgcc.a itself rather than expecting linker to. */
|
||||
#define LINK_LIBGCC_SPECIAL
|
||||
/* The arguments of -L must be a separate argv element. */
|
||||
#define SPACE_AFTER_L_OPTION
|
||||
/* HP/UX doesn't have libg.a. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
#endif
|
||||
|
||||
/* Be compatible with system stddef.h. */
|
||||
@ -285,7 +292,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#define DATA_SECTION_ASM_OP "data"
|
||||
|
||||
#define ASCII_DATA_ASM_OP "\tbyte"
|
||||
#define ASCII_DATA_ASM_OP "byte"
|
||||
|
||||
/* This says how to output an assembler line
|
||||
to define a global common symbol. */
|
||||
@ -550,7 +557,7 @@ do{ if (PREFIX[0] == 'L' && PREFIX[1] == 'I') \
|
||||
putc('\n', (f)); \
|
||||
inside = FALSE; \
|
||||
} \
|
||||
fprintf((f), "%s ", ASCII_DATA_ASM_OP); \
|
||||
fprintf((f), "\t%s ", ASCII_DATA_ASM_OP); \
|
||||
} \
|
||||
if ((p)[i] < 32 || (p)[i] == '\\' || (p)[i] == '"' || (p)[i] == 127) { \
|
||||
if (inside) { \
|
||||
|
Loading…
Reference in New Issue
Block a user