Synchronise definitions of USER_LABEL_PREFIX
From-SVN: r27313
This commit is contained in:
parent
bb78620135
commit
c237e58627
@ -1,3 +1,9 @@
|
||||
Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
|
||||
definition in config/arm/coff.h
|
||||
* config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
|
||||
|
||||
Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com
|
||||
|
||||
*fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
|
||||
|
@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "arm/semi.h"
|
||||
#include "arm/aout.h"
|
||||
|
||||
/* Note - it is important that this definition matches the one in tcoff.h */
|
||||
#undef USER_LABEL_PREFIX
|
||||
#define USER_LABEL_PREFIX "_"
|
||||
|
||||
|
@ -44,12 +44,12 @@ extern int arm_structure_size_boundary;
|
||||
|
||||
#include "dbxcoff.h"
|
||||
|
||||
/* Note - it is important that these definitions match those in semi.h for the ARM port. */
|
||||
#undef LOCAL_LABEL_PREFIX
|
||||
#undef LOCAL_LABEL_PREFIX
|
||||
#define LOCAL_LABEL_PREFIX "."
|
||||
|
||||
#undef USER_LABEL_PREFIX
|
||||
#define USER_LABEL_PREFIX ""
|
||||
/* Note - it is important that this definition matches the one in coff.h */
|
||||
#undef USER_LABEL_PREFIX
|
||||
#define USER_LABEL_PREFIX "_"
|
||||
|
||||
/* A C statement to output assembler commands which will identify the
|
||||
object file as having been compiled with GNU CC (or another GNU
|
||||
|
Loading…
Reference in New Issue
Block a user