summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-09-04 14:39:05 +0000
committermiod <miod@openbsd.org>2010-09-04 14:39:05 +0000
commit695ea43791d8155ba3444359eecaea19bbb42e22 (patch)
tree911dbc32bb0c0fbf29cad8194b93322dd23ba24b
parentupdate the description of se(4); (diff)
downloadwireguard-openbsd-695ea43791d8155ba3444359eecaea19bbb42e22.tar.xz
wireguard-openbsd-695ea43791d8155ba3444359eecaea19bbb42e22.zip
Compile the v3 demangler support code in libiberty, bump minor. Will be used
in a not-so-distant future. ok kettenis@ (some time ago)
-rw-r--r--gnu/lib/libiberty/Makefile.bsd-wrapper3
-rw-r--r--gnu/lib/libiberty/shlib_version2
2 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libiberty/Makefile.bsd-wrapper b/gnu/lib/libiberty/Makefile.bsd-wrapper
index 561e7bf2bff..0691856337b 100644
--- a/gnu/lib/libiberty/Makefile.bsd-wrapper
+++ b/gnu/lib/libiberty/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2009/10/12 22:32:19 robert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2010/09/04 14:39:05 miod Exp $
LIB= iberty
CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR)/src -I$(.CURDIR)/include -I$(.OBJDIR)
@@ -11,6 +11,7 @@ HOST_FILES!= cat $(.OBJDIR)/needed-list 2>/dev/null||true
# XXX remove oldhashtab.c once gcc 2.95 is no longer used
SRCS= argv.c choose-temp.c concat.c cplus-dem.c cp-demangle.c \
+ cp-demint.c \
dyn-string.c fdmatch.c fopen_unlocked.c \
getopt.c getopt1.c getpwd.c getruntime.c \
hashtab.c hex.c fibheap.c partition.c \
diff --git a/gnu/lib/libiberty/shlib_version b/gnu/lib/libiberty/shlib_version
index c10074d52ae..a31d18257cb 100644
--- a/gnu/lib/libiberty/shlib_version
+++ b/gnu/lib/libiberty/shlib_version
@@ -1,2 +1,2 @@
major=10
-minor=0
+minor=1