Set USER_LABEL_PREFIX to "_"
From-SVN: r23717
This commit is contained in:
parent
701d55e8d8
commit
233ce01395
@ -1,3 +1,7 @@
|
||||
Thu Nov 19 15:42:54 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/arm/coff.h: Set USER_LABEL_PREFIX to "_".
|
||||
|
||||
Thu Nov 19 23:20:59 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* Early auto_inc reloads don't conflict with outputs.
|
||||
|
@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "arm/semi.h"
|
||||
#include "arm/aout.h"
|
||||
|
||||
#undef USER_LABEL_PREFIX
|
||||
#define USER_LABEL_PREFIX "_"
|
||||
|
||||
|
||||
/* Run-time Target Specification. */
|
||||
#undef TARGET_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user