summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/config/obj-aout.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-23 00:16:12 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-23 00:16:12 +0000
commit48f0216494efd6a916518c31e551b9a416ba191f (patch)
tree85fa8f606f06465ae26f7ebd1033edfc597f7ec0 /gnu/usr.bin/gas/config/obj-aout.h
parentd0a03bf14a2903828ffaf6d0fbcf845f33f3df0c (diff)
Merge of NetBSD 960418
Diffstat (limited to 'gnu/usr.bin/gas/config/obj-aout.h')
-rw-r--r--gnu/usr.bin/gas/config/obj-aout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gas/config/obj-aout.h b/gnu/usr.bin/gas/config/obj-aout.h
index c9b8bfc6f60..e59b1a04b46 100644
--- a/gnu/usr.bin/gas/config/obj-aout.h
+++ b/gnu/usr.bin/gas/config/obj-aout.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: obj-aout.h,v 1.2 1996/04/23 00:15:59 niklas Exp $ */
+
/* obj-aout.h, a.out object file format for gas, the assembler.
Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
@@ -16,8 +18,6 @@
You should have received a copy of the GNU General Public
License along with GAS; see the file COPYING. If not, write
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-
- $Id: obj-aout.h,v 1.1 1995/10/18 08:39:02 deraadt Exp $
*/
@@ -156,7 +156,7 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry */
#define EX_DYNAMIC 0x20
#define EX_PIC 0x10
#undef AOUT_FLAGS
-#define AOUT_FLAGS (flagseen['k'] ? EX_PIC : 0)
+#define AOUT_FLAGS (picmode ? EX_PIC : 0)
#define H_GET_DYNAMIC(h) (H_GET_FLAGS(h) & EX_DYNAMIC)