summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorrahnds <rahnds@openbsd.org>1999-01-28 05:01:14 +0000
committerrahnds <rahnds@openbsd.org>1999-01-28 05:01:14 +0000
commitce346678dc22c7a508c88f063f06e1b25ae6acba (patch)
tree12096f5714ca3239e6010f317f533d4792c505f5 /lib/libc
parentAdd support for: (diff)
downloadwireguard-openbsd-ce346678dc22c7a508c88f063f06e1b25ae6acba.tar.xz
wireguard-openbsd-ce346678dc22c7a508c88f063f06e1b25ae6acba.zip
update for binutils 2.9.1, whenever it might show up... The changes
are cleanup that would not work correctly with the newer version. works fine with the current (old) version of gas/ld. ALSO: Found a very long outstanding bug on the powerpc port. whenever nroff was run, say during a build, it would complain about memory being freed twice. Found the cause of this was that *roff which is written in C++ was using globals that had constructors/destructors and due to a bug in the crt code, the destructors were getting called when a program exited via falling out of the main loop. calling exit directly would not exersize the bug that ran the destructors twice. THIS BUG IS NOW FIXED.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions