diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-27 18:52:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-27 18:52:46 +0000 |
commit | 86e45ce09e10777490158ee1df477f8c59e7ebc1 (patch) | |
tree | d9a779455e90123197be2980f7e318261d605304 /gnu/lib/libiberty/shlib_version | |
parent | 0b8ec47fce997b1416e40d2f6810d547ffb7615e (diff) |
Merge OpenBSD specific changes:
- pexecute implementation replaced with the older gcc 2.95 implementation,
as gcc 2.95's collect2 relies upon an implementation behaviour which has
been lost in further libiberty updates.
- keep the old hash table interfaces, which are used by gcc 2.95.
- keep the OpenBSD replacement for the md5 interface.
- keep the OpenBSD strl{cat,cpy} and snprinft usage.
Bump libiberty minor version due to the addition of a few new symbols.
Diffstat (limited to 'gnu/lib/libiberty/shlib_version')
-rw-r--r-- | gnu/lib/libiberty/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libiberty/shlib_version b/gnu/lib/libiberty/shlib_version index d0f0988b418..00604e64e7d 100644 --- a/gnu/lib/libiberty/shlib_version +++ b/gnu/lib/libiberty/shlib_version @@ -1,2 +1,2 @@ major=8 -minor=0 +minor=1 |