Age | Commit message (Collapse) | Author |
|
(all these changes were okay'ed millert@, btw)
|
|
now build libraries with propolice enabled. Without this, existing
binaries (such as ports/packages) that link with any system library
other than libc will fail with an undefined symbol of "___guard"
(__guard on ELF).
Pointed out by markus@ and discussed with deraadt@
|
|
|
|
|
|
- Update all libiberty files apart from the C++ demangler and hashtab.c
(taken from gcc 2.96, interface changed, would need to keep synch'ed with
gcc)
- bump version.
|
|
(Fortunately, no other library depends on those new functions)
|
|
Make sure that g++ and g77 link against libiberty (fixed in dev. sources
as well).
Use hashtab functions instead of splay-trees in cse.c.
This is worth a 10% compiling speed increase on some arches, including
sparc, hppa...
|
|
|
|
|
|
|