(_resolve_debug): explicitly set to zero. this moves the variable
from bss to data and the dynamic linker on MacOS X/Darwin seems unhappy with stuff in the bss segment. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8111 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -64,7 +64,7 @@ static struct stot{
|
|||||||
{NULL, 0}
|
{NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
int _resolve_debug;
|
int _resolve_debug = 0;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
string_to_type(const char *name)
|
string_to_type(const char *name)
|
||||||
|
Reference in New Issue
Block a user