[Bug translator/9738] Running a stap script throws up compilation error
mahesh at linux dot vnet dot ibm dot com
sourceware-bugzilla@sourceware.org
Fri Jan 16 08:24:00 GMT 2009
------- Additional Comments From mahesh at linux dot vnet dot ibm dot com 2009-01-16 07:08 -------
> /tmp/stapu0EBq0/stap_16672.c:144:
> s0 = ({ static unsigned long addr = 0; if (addr==0) addr = _stp_module_relocate
> ("kernel","_stext",0xffffffff400f6618); addr; });
The above line is genarated by tapsets.cxx:1647, The statement reads as:
obstack_printf (pool, "if (addr==0) addr = _stp_module_relocate
(\"%s\",\"%s\",%#" PRIx64 "); ", modname, secname, address);
The variable 'address' is of type Dwarf_Addr which in turn of type unint64_t
Investigating how %#" PRIx64 " works on 32 bit platfrom. Comments are welcome.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=9738
------- 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