aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-03-01 21:47:31 +0100
committerFlorian Weimer <fweimer@redhat.com>2015-03-06 10:29:49 +0100
commit627e7a5f5bd3c623108fe5a4f86294d893fadbf2 (patch)
treed7ad9fb2d511a5f6d832da53e5a14ff2fc5809c4 /ChangeLog
parentd176a41a62cad5cee4541176077380a84c0f49d7 (diff)
downloadglibc-627e7a5f5bd3c623108fe5a4f86294d893fadbf2.zip
glibc-627e7a5f5bd3c623108fe5a4f86294d893fadbf2.tar.gz
glibc-627e7a5f5bd3c623108fe5a4f86294d893fadbf2.tar.bz2
vfprintf: Introduce JUMP_TABLE_BASE_LABEL
This makes the offset handling more explicit and avoids cross-references between the jump tables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c6ff44..94a2402 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
(group_number, vfprintf): Use it.
+ (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
+ (JUMP, REF): Use it.
2015-03-06 Rical Jasan <ricaljasan@pacific.net>