diff options
author | 2013-03-21 22:53:09 +0000 | |
---|---|---|
committer | 2013-03-21 22:53:09 +0000 | |
commit | 55631d6724563460e38de22b9d523197d607f3ae (patch) | |
tree | bf35685a0cc38f47c9ab2220a45364499ec29b3a | |
parent | Define PLT_BEFORE_GOT. (diff) | |
download | wireguard-openbsd-55631d6724563460e38de22b9d523197d607f3ae.tar.xz wireguard-openbsd-55631d6724563460e38de22b9d523197d607f3ae.zip |
Define LABELS_WITHOUT_COLONS under OpenBSD again.
-rw-r--r-- | gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h b/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h index 6c30372d45a..2b5aa90e0c8 100644 --- a/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h +++ b/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h @@ -81,6 +81,13 @@ #define WARN_COMMENTS 1 #endif +#if defined(TE_NetBSD) || defined(TE_OpenBSD) +/* 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) |