diff options
author | Alan Modra <amodra@gmail.com> | 2002-07-15 01:51:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-07-15 01:51:07 +0000 |
commit | da06c61e9339e88e6f0e3c88432cc25aa09b6fbb (patch) | |
tree | f66f7c4731b696508cb4d8acb0da511c40185d96 /gas/config/tc-hppa.h | |
parent | 4ae1a66cff1a84f891592b3375ad997ddb444317 (diff) | |
download | ppe42-binutils-da06c61e9339e88e6f0e3c88432cc25aa09b6fbb.tar.gz ppe42-binutils-da06c61e9339e88e6f0e3c88432cc25aa09b6fbb.zip |
* config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
Diffstat (limited to 'gas/config/tc-hppa.h')
-rw-r--r-- | gas/config/tc-hppa.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index bacd09c284..9086feae2c 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) |