aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-05-21 15:48:46 +0100
committerFlorian Weimer <fweimer@redhat.com>2015-05-21 16:48:46 +0200
commit0f87de79e935b2f8bcc2b90ab750a358c26f6715 (patch)
tree1d41b029961e440b0aa128e81fb14e499118783e /ChangeLog
parentf8194fa6f991456bd2cf79f2cdfbec7b497eb342 (diff)
downloadglibc-0f87de79e935b2f8bcc2b90ab750a358c26f6715.zip
glibc-0f87de79e935b2f8bcc2b90ab750a358c26f6715.tar.gz
glibc-0f87de79e935b2f8bcc2b90ab750a358c26f6715.tar.bz2
vfprintf: Remove label name switching for the jump table
Different labels are no longer needed because the tables are now in separate functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48311f5..30a7432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-05-21 Florian Weimer <fweimer@redhat.com>
+ * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
+ Adjust jump table label generation macros.
+
+2015-05-21 Florian Weimer <fweimer@redhat.com>
+
* stdio-common/vfprintf.c (vfprintf): Move local variables
args_malloced, specs, specs_malloced, and the code after
do_positional to the printf_positional function.