summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-11-24 17:10:19 +0100
committerFlorian Weimer <fweimer@redhat.com>2015-11-24 17:10:19 +0100
commitc100dca32a6859a47789ddcbb5679e74f8d92a41 (patch)
tree2208e44520277b4499fe6e245bee5933bbf2595f /ChangeLog
parent400e12265d99964f8445bb6d717321eb73152cc5 (diff)
Implement "make update-all-abi"
* scripts/update-abilist.sh: New file. * Makefile (+subdir_targets): Add subdir_update-all-abi. * Makerules (update-all-abi-%, update-all-abi) (subdir_update-all-abi): New targets. * elf/Makefile (update-all-abi): New target.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8c18b141b..30739e1d54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-11-24 Florian Weimer <fweimer@redhat.com>
+ * scripts/update-abilist.sh: New file.
+ * Makefile (+subdir_targets): Add subdir_update-all-abi.
+ * Makerules (update-all-abi-%, update-all-abi)
+ (subdir_update-all-abi): New targets.
+ * elf/Makefile (update-all-abi): New target.
+
+2015-11-24 Florian Weimer <fweimer@redhat.com>
+
Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
* sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
(__libc_lock_define_initialized): Use it.