*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 19 Mar 1992 21:29:32 +0000 (21:29 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 19 Mar 1992 21:29:32 +0000 (21:29 +0000)
From-SVN: r528

gcc/config/m68k/hp320.h

index 60d3d68d6cdb0daa582cf5d1a736ad92fd81bde9..c7ab51f8c84e4727dde5bd7e60c047994f801c80 100644 (file)
@@ -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) {                    \