From: Richard Earnshaw Date: Tue, 14 Jul 1998 07:45:31 +0000 (+0000) Subject: * tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b33cfabac1aeab51373ff803976ec5dbdfcf8bdc;p=gcc.git * tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h. From-SVN: r21134 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e255205b751..25fc25e5779 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 14 07:41:59 1998 Richard Earnshaw (rearnsha@arm.com) + + * arm/tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h. + Tue Jul 14 03:02:44 1998 Jeffrey A Law (law@cygnus.com) * version.c: Bump again to distinguish mainline tree from the diff --git a/gcc/config/arm/tcoff.h b/gcc/config/arm/tcoff.h index fe047e7cd27..6fa4705b504 100644 --- a/gcc/config/arm/tcoff.h +++ b/gcc/config/arm/tcoff.h @@ -49,7 +49,7 @@ extern int arm_structure_size_boundary; #define LOCAL_LABEL_PREFIX "." #undef USER_LABEL_PREFIX -#define 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