diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-05-21 15:45:09 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-05-21 16:45:09 +0200 |
commit | f0f98189d83940152e876c31724c6bb699b7e578 (patch) | |
tree | 51e484fddc51b37d2dbc1b2ef8fded8a8bf111e5 /ChangeLog | |
parent | 608f897106eb10d3b250fae88478b3b1ac3999d5 (diff) | |
download | glibc-f0f98189d83940152e876c31724c6bb699b7e578.tar glibc-f0f98189d83940152e876c31724c6bb699b7e578.tar.gz glibc-f0f98189d83940152e876c31724c6bb699b7e578.tar.bz2 glibc-f0f98189d83940152e876c31724c6bb699b7e578.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2015-05-21 Florian Weimer <fweimer@redhat.com> + + * 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 <carlos@redhat.com> * benchtests/Makefile (stdio-common-bench): Define. |