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:
parent
a138610cac
commit
2d9f30d305
@ -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 "."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user