diff options
author | Richard Earnshaw <rearnsha@arm.com> | 1998-07-14 07:45:31 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 1998-07-14 07:45:31 +0000 |
commit | b33cfabac1aeab51373ff803976ec5dbdfcf8bdc (patch) | |
tree | accbd0cf273a6f496114628c5641fc578075cec3 | |
parent | 40fd4eab451d3d7cccb32106200e05b56c59e704 (diff) | |
download | gcc-b33cfabac1aeab51373ff803976ec5dbdfcf8bdc.zip gcc-b33cfabac1aeab51373ff803976ec5dbdfcf8bdc.tar.gz gcc-b33cfabac1aeab51373ff803976ec5dbdfcf8bdc.tar.bz2 |
* tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h.
From-SVN: r21134
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/tcoff.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e255205..25fc25e 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 fe047e7..6fa4705 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 |