summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libiberty/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now that gcc 2.95 is out of the tree, get rid of the old hash table interfacemiod2014-08-311-1/+1
| | | | it was the only user of. Bump major.
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | 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@
* Compile the v3 demangler support code in libiberty, bump minor. Will be usedmiod2010-09-041-1/+1
| | | | | in a not-so-distant future. ok kettenis@ (some time ago)
* Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c torobert2009-10-121-1/+1
| | | | | | | 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@
* bumpmartynas2008-07-241-2/+2
|
* Merge OpenBSD specific changes:miod2008-05-271-1/+1
| | | | | | | | | | | - 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.
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
| | | | | | | 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
* Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library.kettenis2004-05-171-2/+2
| | | | ok otto@, pval@
* Compile the right files, bump minor number.espie2003-12-251-1/+1
|
* Build the new pieces of libiberty that gcc3 will want.espie2003-11-251-1/+1
| | | | Bump major because of changes in c++ demangler.
* Add build piecesespie2003-11-241-0/+2