From f0f98189d83940152e876c31724c6bb699b7e578 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 21 May 2015 15:45:09 +0100 Subject: vfprintf: Move jump table definition and the macros out of function The second jump table will be moved to a separate function in the next commit. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 025bac1..2c606bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-05-21 Florian Weimer + + * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf + function. + (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE, + STEP4_TABLE, process_arg): Move macro definitions + out of the vfprintf function. (Cosmetic change only.) + 2015-05-21 Carlos O'Donell * benchtests/Makefile (stdio-common-bench): Define. -- cgit v1.1