[Bug translator/10242] sprintf does not recognize "%ld" conversion specifier
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Jun 8 11:40:00 GMT 2009
------- Additional Comments From fche at redhat dot com 2009-06-08 11:40 -------
%ld is not supported, since we don't differentiate between
"long" and "short" ints. We only have 64-bit signed ints
in this context.
Expecting C and systemtap printfs to work identically won't
work. We have some extras (%M/%m) too.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
Summary|sprintf does not recognize |sprintf does not recognize
|"%-*s" conversion specifier |"%ld" conversion specifier
http://sourceware.org/bugzilla/show_bug.cgi?id=10242
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list