diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-04 14:39:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-04 14:39:06 +0000 |
commit | 52ffb5cddfb3d75ebbda8408cb4048988b51a1dd (patch) | |
tree | 1e1dfc259a3d7270f0fcd32c1fcd965f66cee0a2 /gnu | |
parent | 0a6405015b5a98ec329728cdb94bdb948c1e5fff (diff) |
Compile the v3 demangler support code in libiberty, bump minor. Will be used
in a not-so-distant future.
ok kettenis@ (some time ago)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libiberty/Makefile.bsd-wrapper | 3 | ||||
-rw-r--r-- | gnu/lib/libiberty/shlib_version | 2 |
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 |