aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-03-14 11:39:56 -0700
committerRoland McGrath <roland@hack.frob.com>2014-03-14 11:39:56 -0700
commit22dbc19dbb703bfeef8ef587fc4329aae8704a8e (patch)
tree6c2b96926d516e34be7d22d65920b8f48b745550 /ChangeLog
parent498a22333b835a598ccaed4656e97a0ec3573665 (diff)
downloadglibc-22dbc19dbb703bfeef8ef587fc4329aae8704a8e.tar.xz
glibc-22dbc19dbb703bfeef8ef587fc4329aae8704a8e.zip
Get rid of Versions.def source file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4357cb741d..99d2caed9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-03-14 Roland McGrath <roland@hack.frob.com>
+ * scripts/versionlist.awk: New file.
+ * Makerules [$(build-shared) = yes]
+ (postclean-generated): Add Versions.def, not Versions.def.v and
+ Versions.def.v.i.
+ ($(common-objpfx)Versions.def.v.i): Target removed.
+ ($(common-objpfx)Versions.def): New target.
+ ($(common-objpfx)Versions.all): Depend on that rather that
+ $(common-objpfx)Versions.def.v.
+ * Versions.def: File removed.
+
* Makeconfig (+gccwarn): Add -Wundef.
* include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
a dl-sysdep.h breaking its contract.