From: Ulrich Drepper Date: Mon, 13 Aug 2007 05:01:42 +0000 (+0000) Subject: * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute, X-Git-Tag: upstream/2.20~7772 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea37207af11e1f398606fa97152d5b1038e585cb;p=platform%2Fupstream%2Flinaro-glibc.git * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute, and _dl_get_origin defines anymore. --- diff --git a/ChangeLog b/ChangeLog index cb5f6c6..6b40eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-08-12 Ulrich Drepper + * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute, + and _dl_get_origin defines anymore. + * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu): Build fix for systems which might lack POSIX timer support. diff --git a/elf/dl-dst.h b/elf/dl-dst.h index 175b7cd..76076a6 100644 --- a/elf/dl-dst.h +++ b/elf/dl-dst.h @@ -29,9 +29,6 @@ __cnt = _dl_dst_count (__sf, is_path); \ \ __cnt; }) -#ifndef IS_IN_rtld -# define _dl_dst_count GLRO(dl_dst_count) -#endif /* Guess from the number of DSTs the length of the result string. */ @@ -79,8 +76,3 @@ } \ else #endif - -#ifndef IS_IN_rtld -# define _dl_get_origin GLRO(dl_get_origin) -# define _dl_dst_substitute GLRO(dl_dst_substitute) -#endif