Change defn of LOCAL_LABEL_PREFIX to ""
This commit is contained in:
parent
7a91e76ad1
commit
c31c1f70c0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user