Since sh--netbsdelf doesn't have leading underscore,

don't define __USER_LABEL_PREFIX__ as "_" in cpp.
Ok'ed by thorpej.
This commit is contained in:
tsutsui 2003-01-25 17:35:53 +00:00
parent a138610cac
commit 2d9f30d305

View File

@ -52,6 +52,9 @@ Boston, MA 02111-1307, USA. */
/* NetBSD uses the SVR4 convention for user-visible assembler symbols,
not the SH convention. */
#undef USER_LABEL_PREFIX
#define USER_LABEL_PREFIX ""
#undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX "."