1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the

long long modifier is seen.
This commit is contained in:
Andreas Schwab
2000-08-09 09:31:00 +00:00
parent bce0e5172b
commit 1000d1e5bb
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2000-08-09 Andreas Schwab <schwab@suse.de>
* stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
long long modifier is seen.
* elf/nodelete.c (do_test): Remove reference to undefined member
sa_restorer.
* rt/tst-aio4.c (do_test): Likewise.

View File

@@ -1471,6 +1471,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
allowed to follow. */
LABEL (mod_longlong):
is_long_double = 1;
is_long = 1;
JUMP (*++f, step4_jumps);
LABEL (mod_size_t):