diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-22 01:19:45 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-22 01:19:45 -0800 |
commit | d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e (patch) | |
tree | 105f36c3e2b8f1b71e3270a1134847465ecfb385 /ChangeLog | |
parent | 098ad55cf5548aa35f58dfd1edbb03b030e26da7 (diff) | |
download | glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.tar.gz glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.tar.xz glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.zip |
Remove obsolete SHLIB_COMPAT conditionalization in Versions files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7bf701318f..a9fe7a5cbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2014-02-22 Roland McGrath <roland@hack.frob.com> + * Makerules ($(common-objpfx)Versions.v.i): No longer depend + on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside + Versions files is now verboten. + * hurd/Versions (libc: GLIBC_2.0): + Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections. + (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under + [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]. + * mach/Versions: Likewise. + * csu/Versions: Remove unused %include. * resolv/Versions: Likewise. |