summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/lib/krb
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-08-31 20:01:48 +0000
committerjdp <jdp@FreeBSD.org>1998-08-31 20:01:48 +0000
commitf731a1a2071b4c412bef9b38287a6796ed82a82b (patch)
tree6fa2b9df5584a5891ff5c3b3c097aae7f0940505 /crypto/kerberosIV/lib/krb
parentf49344e69af33825d9828f8d6993933032e2c8e2 (diff)
downloadFreeBSD-src-f731a1a2071b4c412bef9b38287a6796ed82a82b.zip
FreeBSD-src-f731a1a2071b4c412bef9b38287a6796ed82a82b.tar.gz
Remove a work-around for an assembler bug that has been fixed since
April, 1997. The work-around causes problems under ELF.
Diffstat (limited to 'crypto/kerberosIV/lib/krb')
-rw-r--r--crypto/kerberosIV/lib/krb/et_list.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/kerberosIV/lib/krb/et_list.c b/crypto/kerberosIV/lib/krb/et_list.c
index 69d1c89..3e72b14 100644
--- a/crypto/kerberosIV/lib/krb/et_list.c
+++ b/crypto/kerberosIV/lib/krb/et_list.c
@@ -44,7 +44,7 @@
#include "config.h"
-RCSID("$Id: et_list.c,v 1.12 1997/05/13 09:45:01 bg Exp $");
+RCSID("$Id: et_list.c,v 1.1.1.1 1997/09/04 06:04:22 markm Exp $");
struct et_list {
struct et_list *next;
@@ -53,9 +53,6 @@ struct et_list {
#if defined(__GNUC__)
-#ifdef __FreeBSD__
-asm(".globl __et_list"); /* FreeBSD bug workaround */
-#endif
struct et_list * _et_list __attribute__ ((weak)) = 0;
#else /* !__GNUC__ */
OpenPOWER on IntegriCloud