diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-05-21 15:48:46 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-05-21 16:48:46 +0200 |
commit | 0f87de79e935b2f8bcc2b90ab750a358c26f6715 (patch) | |
tree | 1d41b029961e440b0aa128e81fb14e499118783e /ChangeLog | |
parent | f8194fa6f991456bd2cf79f2cdfbec7b497eb342 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |