Set USER_LABEL_PREFIX to "_"

From-SVN: r23717
This commit is contained in:
Nick Clifton 1998-11-19 15:44:19 +00:00 committed by Nick Clifton
parent 701d55e8d8
commit 233ce01395
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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