aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-11 01:43:20 +0000
committerNick Clifton <nickc@redhat.com>2001-01-11 01:43:20 +0000
commitc31c1f70c031aa77f5c509109db97e3b11c36ec7 (patch)
treea26099bc3f6dc97a68d3bef2dd83d080277e3f53 /bfd
parent7a91e76ad19a372bc9f010500c75bd0a85ef7826 (diff)
downloadfsf-binutils-gdb-c31c1f70c031aa77f5c509109db97e3b11c36ec7.zip
fsf-binutils-gdb-c31c1f70c031aa77f5c509109db97e3b11c36ec7.tar.gz
fsf-binutils-gdb-c31c1f70c031aa77f5c509109db97e3b11c36ec7.tar.bz2
Change defn of LOCAL_LABEL_PREFIX to ""
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/coff-arm.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6c7f1e5..c7a8b25 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c
index c1cf185..14c6365 100644
--- a/bfd/coff-arm.c
+++ b/bfd/coff-arm.c
@@ -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