diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-19 00:33:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-19 00:33:02 +0000 |
commit | 882688521994c2329242212a61dd2a7c44eadbc6 (patch) | |
tree | 47c0f76522ab094eb05ca38e7a82f42f34c5f266 /ChangeLog | |
parent | a5733c28449fd19f81f382160d6544e55a78aa7b (diff) | |
download | glibc-882688521994c2329242212a61dd2a7c44eadbc6.tar.gz glibc-882688521994c2329242212a61dd2a7c44eadbc6.tar.xz glibc-882688521994c2329242212a61dd2a7c44eadbc6.zip |
* Makeconfig (soversions.mk): Convert % -> # in shlib-versions
after stripping # comments, and then run it through cpp. This allows things like "%ifdef FOO" based on config.h settings. * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0dc9fbe718..d8efcb08e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-03-18 Roland McGrath <roland@baalperazim.frob.com> + * Makeconfig (soversions.mk): Convert % -> # in shlib-versions + after stripping # comments, and then run it through cpp. + This allows things like "%ifdef FOO" based on config.h settings. + * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED and other errors that indicate a pseudo-receive happened, grok through the message buffer for port rights that need references fixed up. |