diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-03-01 21:47:31 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-03-06 10:29:49 +0100 |
commit | 627e7a5f5bd3c623108fe5a4f86294d893fadbf2 (patch) | |
tree | d7ad9fb2d511a5f6d832da53e5a14ff2fc5809c4 /ChangeLog | |
parent | d176a41a62cad5cee4541176077380a84c0f49d7 (diff) | |
download | glibc-627e7a5f5bd3c623108fe5a4f86294d893fadbf2.tar.gz glibc-627e7a5f5bd3c623108fe5a4f86294d893fadbf2.tar.xz glibc-627e7a5f5bd3c623108fe5a4f86294d893fadbf2.zip |
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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6c6ff4466c..94a2402459 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> |