Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2011 16:16:43 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218890 - head/libexec/rtld-elf
Message-ID:  <201102201616.p1KGGh89037770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sun Feb 20 16:16:42 2011
New Revision: 218890
URL: http://svn.freebsd.org/changeset/base/218890

Log:
  Remove a hack made obsolete by the binutils 2.17 merge.

Modified:
  head/libexec/rtld-elf/Symbol.map

Modified: head/libexec/rtld-elf/Symbol.map
==============================================================================
--- head/libexec/rtld-elf/Symbol.map	Sun Feb 20 14:18:58 2011	(r218889)
+++ head/libexec/rtld-elf/Symbol.map	Sun Feb 20 16:16:42 2011	(r218890)
@@ -15,9 +15,6 @@ FBSD_1.0 {
     dlinfo;
     dl_iterate_phdr;
     r_debug_state;
-#ifdef __powerpc64__
-    .r_debug_state;
-#endif
     __tls_get_addr;
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102201616.p1KGGh89037770>