]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Synchronise definitions of USER_LABEL_PREFIX
authorNick Clifton <nickc@cygnus.com>
Wed, 2 Jun 1999 08:46:55 +0000 (08:46 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 2 Jun 1999 08:46:55 +0000 (08:46 +0000)
From-SVN: r27313

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

index d474df6e300a5c3973c641b04eb3e4aa8e11b304..7c4dd2b88102f8805d066ff5649a4da9ca2ed549 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
+       definition in config/arm/coff.h
+       * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
+
 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com
 
        *fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
index 221c7e004091761d26b4bbaf49fbc60c9c12f2e8..ed4511a5215f2d718df9e775ec72a66bdec90e2c 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #include "arm/semi.h"
 #include "arm/aout.h"
 
+/* Note - it is important that this definition matches the one in tcoff.h */
 #undef  USER_LABEL_PREFIX
 #define USER_LABEL_PREFIX "_"
 
index 6fa4705b5044e3aecc999465f78ca24fc0785526..ece0ea4d045c42ec3ab223b845b95a610ef2284a 100644 (file)
@@ -44,12 +44,12 @@ extern int arm_structure_size_boundary;
 
 #include "dbxcoff.h"
 \f
-/* Note - it is important that these definitions match those in semi.h for the ARM port.  */
-#undef LOCAL_LABEL_PREFIX
+#undef  LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX "."
 
-#undef USER_LABEL_PREFIX
-#define USER_LABEL_PREFIX ""
+/* Note - it is important that this definition matches the one in coff.h */
+#undef  USER_LABEL_PREFIX
+#define USER_LABEL_PREFIX "_"
 
 /* A C statement to output assembler commands which will identify the
    object file as having been compiled with GNU CC (or another GNU