From: Andreas Jaeger Date: Fri, 1 Mar 2002 10:54:48 +0000 (+0000) Subject: * elf/dl-load.c (_dl_map_object_from_fd): Remove GL that went in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97cf60eaae876ab7e59e132a83a55bbe2e2264d0;p=thirdparty%2Fglibc.git * elf/dl-load.c (_dl_map_object_from_fd): Remove GL that went in via mainline. --- diff --git a/elf/dl-load.c b/elf/dl-load.c index 1183acb1d76..dd1b50fa9a0 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -1,5 +1,5 @@ /* Map in a shared object's segments from the file. - Copyright (C) 1995,96,97,98,99,2000,2001 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99,2000,2001,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1186,7 +1186,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, /* When we profile the SONAME might be needed for something else but loading. Add it right away. */ - if (__builtin_expect (GL(dl_profile) != NULL, 0) + if (__builtin_expect (_dl_profile) != NULL, 0) && l->l_info[DT_SONAME] != NULL) add_name_to_object (l, ((const char *) D_PTR (l, l_info[DT_STRTAB]) + l->l_info[DT_SONAME]->d_un.d_val));