1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Remove a work-around for an assembler bug that has been fixed since

April, 1997.  The work-around causes problems under ELF.
This commit is contained in:
John Polstra 1998-08-31 20:01:48 +00:00
parent f90ea9ee53
commit f55ccce3ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38709

View File

@ -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__ */