summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-17 00:24:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-17 00:24:08 +0000
commitb505426e70b93acc6a7a48009570759c4f450fc2 (patch)
tree11ad63c3d18756ebfdcc972da45b037fd7d139ee /gnu
parent1a6ef008ca65e954361b9e6a9cbf5107e8e4e553 (diff)
from netbsd; md_parse_arg: `-K' implies `-k'
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gas/config/tc-ns32k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/config/tc-ns32k.c b/gnu/usr.bin/gas/config/tc-ns32k.c
index 2a86ebd7006..3bea2abcf85 100644
--- a/gnu/usr.bin/gas/config/tc-ns32k.c
+++ b/gnu/usr.bin/gas/config/tc-ns32k.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc-ns32k.c,v 1.3 1996/04/23 00:16:04 niklas Exp $ */
+/* $OpenBSD: tc-ns32k.c,v 1.4 1996/06/17 00:24:07 deraadt Exp $ */
/* ns32k.c -- Assemble on the National Semiconductor 32k series
Copyright (C) 1987, 1992 Free Software Foundation, Inc.
@@ -1885,7 +1885,7 @@ char ***vecP;
#ifdef PIC
case 'K':
got_offset_size = 4;
- break;
+ /*FALLTHROUGH*/
case 'k':
got_symbol = symbol_find_or_make("__GLOBAL_OFFSET_TABLE_");
break;