From 53772e3b0a26852021de73cb25260ac04ebaf89e Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 21 Jan 1997 10:33:09 +0000 Subject: Clone NetBSD config for us, add handling of temporary local labels --- gnu/usr.bin/binutils/gas/write.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/binutils/gas/write.h') 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 -- cgit v1.2.3