Set USER_LABEL_PREFIX to "_"
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 15:44:19 +0000 (15:44 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 15:44:19 +0000 (15:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23717 138bc75d-0d04-0410-961f-82ee72b054a4

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