Change defn of LOCAL_LABEL_PREFIX to ""

This commit is contained in:
Nick Clifton 2001-01-11 01:43:20 +00:00
parent 7a91e76ad1
commit c31c1f70c0
2 changed files with 6 additions and 2 deletions

View 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

View 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