Change defn of LOCAL_LABEL_PREFIX to ""
authorNick Clifton <nickc@redhat.com>
Thu, 11 Jan 2001 01:43:20 +0000 (01:43 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 11 Jan 2001 01:43:20 +0000 (01:43 +0000)
bfd/ChangeLog
bfd/coff-arm.c

index 6c7f1e5bb3da3a5d8ed22112b197442f4dc0e373..c7a8b25e92726e0b8dc7a9a3eac0b1dde82d4948 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-10  Nick Clifton  <nickc@redhat.com>
+
+       * coff-arm.c (LOCAL_LABEL_PREFIX): Change defintion to "".
+
 2001-01-07  Philip Blundell  <philb@gnu.org>
 
        * README: Replace `bug-gnu-utils@gnu.org' with
index c1cf18598907c617c466bbd72cd4165b95607f7e..14c63657af2d944768c42906d07c6902489c8eda 100644 (file)
@@ -2435,8 +2435,8 @@ coff_arm_copy_private_bfd_data (src, dest)
 }
 
 /* Note:  the definitions here of LOCAL_LABEL_PREFIX and USER_LABEL_PREIFX
*must* match the definitions in gcc/config/arm/coff.h and semi.h */
-#define LOCAL_LABEL_PREFIX "."
  *must* match the definitions in gcc/config/arm/{coff|semi|aout}.h.  */
+#define LOCAL_LABEL_PREFIX ""
 #ifndef USER_LABEL_PREFIX
 #define USER_LABEL_PREFIX "_"
 #endif
This page took 0.03204 seconds and 4 git commands to generate.