Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libelf/dist Enable __LIBELF_HAVE_ELF_SYMINFO.



details:   https://anonhg.NetBSD.org/src/rev/1cde64fa069a
branches:  trunk
changeset: 750203:1cde64fa069a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Dec 20 05:52:15 2009 +0000

description:
Enable __LIBELF_HAVE_ELF_SYMINFO.

diffstat:

 external/bsd/libelf/dist/libelf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e96d539feeb0 -r 1cde64fa069a external/bsd/libelf/dist/libelf.h
--- a/external/bsd/libelf/dist/libelf.h Sun Dec 20 05:50:20 2009 +0000
+++ b/external/bsd/libelf/dist/libelf.h Sun Dec 20 05:52:15 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libelf.h,v 1.3 2009/12/19 07:58:24 thorpej Exp $       */
+/*     $NetBSD: libelf.h,v 1.4 2009/12/20 05:52:15 thorpej Exp $       */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -39,7 +39,7 @@
 # define __LIBELF_HAVE_ELF_CAP         1
 # define __LIBELF_HAVE_ELF_MOVE                1
 # define __LIBELF_HAVE_ELF_NOTE                1
-/* # define __LIBELF_HAVE_ELF_SYMINFO  1 */
+# define __LIBELF_HAVE_ELF_SYMINFO     1
 # define __LIBELF_HAVE_ELF_VERS                1
 #endif /* __NetBSD__ */
 



Home | Main Index | Thread Index | Old Index