From 0f87de79e935b2f8bcc2b90ab750a358c26f6715 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 21 May 2015 15:48:46 +0100 Subject: vfprintf: Remove label name switching for the jump table Different labels are no longer needed because the tables are now in separate functions. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48311f5..30a7432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-05-21 Florian Weimer + * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF): + Adjust jump table label generation macros. + +2015-05-21 Florian Weimer + * stdio-common/vfprintf.c (vfprintf): Move local variables args_malloced, specs, specs_malloced, and the code after do_positional to the printf_positional function. -- cgit v1.1