History log of /openbsd-src/gnu/lib/libiberty/shlib_version (Results 1 – 11 of 11)
Revision Date Author Comments
# 2cba60c6 31-Aug-2014 miod <miod@openbsd.org>

Now that gcc 2.95 is out of the tree, get rid of the old hash table interface
it was the only user of. Bump major.


# 91a535ff 13-Aug-2013 guenther <guenther@openbsd.org>

Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything

Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.

Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.

DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.

Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@

show more ...


# 695ea437 04-Sep-2010 miod <miod@openbsd.org>

Compile the v3 demangler support code in libiberty, bump minor. Will be used
in a not-so-distant future.
ok kettenis@ (some time ago)


# 9fe72573 12-Oct-2009 robert <robert@openbsd.org>

Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to
the list of built files and switch the md5.h header to the libiberty
one. This change is needed by gcc4 and it is a major library

Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to
the list of built files and switch the md5.h header to the libiberty
one. This change is needed by gcc4 and it is a major library crank for
libiberty.
tested by many people on many architectures and finally ok'd by deraadt@

show more ...


# 0c0bb584 24-Jul-2008 martynas <martynas@openbsd.org>

bump


# 150b7e42 27-May-2008 miod <miod@openbsd.org>

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 fu

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.

show more ...


# 0ede50fc 13-Jul-2004 marc <marc@openbsd.org>

errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src &&

errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build

show more ...


# 2579ccdb 17-May-2004 kettenis <kettenis@openbsd.org>

Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library.
ok otto@, pval@


# 673efe84 25-Dec-2003 espie <espie@openbsd.org>

Compile the right files, bump minor number.


# 50ffb271 25-Nov-2003 espie <espie@openbsd.org>

Build the new pieces of libiberty that gcc3 will want.
Bump major because of changes in c++ demangler.


# 321fbaf8 24-Nov-2003 espie <espie@openbsd.org>

Add build pieces