diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-21 10:33:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-21 10:33:09 +0000 |
commit | 53772e3b0a26852021de73cb25260ac04ebaf89e (patch) | |
tree | 96d0841fcc2969a44c3dffd5bb6c7ed8634cb6ec /gnu/usr.bin/binutils/gas/write.h | |
parent | 2faa7f49b24ddb2e9a0c5ad095f18250758626e3 (diff) |
Clone NetBSD config for us, add handling of temporary local labels
Diffstat (limited to 'gnu/usr.bin/binutils/gas/write.h')
-rw-r--r-- | gnu/usr.bin/binutils/gas/write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gas/write.h b/gnu/usr.bin/binutils/gas/write.h index f4175e2651a..f1ca147d65e 100644 --- a/gnu/usr.bin/binutils/gas/write.h +++ b/gnu/usr.bin/binutils/gas/write.h @@ -90,7 +90,7 @@ struct fix /* NULL or Symbol whose value we subtract. */ symbolS *fx_subsy; -#ifdef TE_NetBSD +#if defined(TE_NetBSD) || defined (TE_OpenBSD) /* NULL or __GLOBAL_OFFSET_TABLE_ . */ symbolS *fx_gotsy; #endif |