From: Alan Modra Date: Mon, 15 Jul 2002 01:51:07 +0000 (+0000) Subject: * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da06c61e9339e88e6f0e3c88432cc25aa09b6fbb;p=binutils-gdb.git * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index bf3c845a0d4..ebe08ea184e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-07-15 Matt Fredette + + * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD. + 2002-07-12 Alan Modra * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index bacd09c284c..9086feae2c4 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -77,6 +77,13 @@ #define WARN_COMMENTS 1 #endif +#ifdef TE_NetBSD +/* XXX the original OpenBSD code has labels without colons, + so this is required, for now -- fredette@netbsd.org */ +/* Labels are not required to have a colon for a suffix. */ +#define LABELS_WITHOUT_COLONS 1 +#endif + /* FIXME. Why oh why aren't these defined somewhere globally? */ #ifndef FALSE #define FALSE (0)