summaryrefslogtreecommitdiff
path: root/bfd/coff-arm.c
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
commit711c7c91532ea0f6ed4b778cf9ae9a70cab4b529 (patch)
treec6da1b3a6dba407c3b8be2df59b9e9ba2271f11d /bfd/coff-arm.c
parentd6cdcff95192c30e125428427f9a181c03beb799 (diff)
downloadgdb-711c7c91532ea0f6ed4b778cf9ae9a70cab4b529.tar.gz
Change defn of LOCAL_LABEL_PREFIX to ""
Diffstat (limited to 'bfd/coff-arm.c')
-rw-r--r--bfd/coff-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c
index c1cf1859890..14c63657af2 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