This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/2634] printf incorrectly pushes arguments to %p formats on i686


------- Additional Comments From fche at redhat dot com  2006-05-02 18:50 -------
Or rather, the runtime printf() should expect int64_t and narrow internally as
it sees fit.  After all, that's why we have "%p" there - the runtime wants to
decide how big pointers are.

While at it, %p should do the glibc thing and print 0xdeadbeef not just deadbeef.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|translator                  |runtime


http://sourceware.org/bugzilla/show_bug.cgi?id=2634

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]