Set USER_LABEL_PREFIX to "_"
authorNick Clifton <nickc@cygnus.com>
Thu, 19 Nov 1998 15:44:19 +0000 (15:44 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 19 Nov 1998 15:44:19 +0000 (15:44 +0000)
From-SVN: r23717

gcc/ChangeLog
gcc/config/arm/coff.h

index c33071f..54d6a32 100644 (file)
@@ -1,3 +1,7 @@
+Thu Nov 19 15:42:54 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/coff.h: Set USER_LABEL_PREFIX to "_".
+
 Thu Nov 19 23:20:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * Early auto_inc reloads don't conflict with outputs.
index 6db0c1a..516f564 100644 (file)
@@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA.  */
 
 #include "arm/semi.h"
 #include "arm/aout.h"
+
+#undef  USER_LABEL_PREFIX
+#define USER_LABEL_PREFIX "_"
+
 \f
 /* Run-time Target Specification.  */
 #undef  TARGET_VERSION