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/3079] deref macro cannot read 64-bit values on 32-bit x86


------- Additional Comments From roland at gnu dot org  2006-08-16 23:24 -------
Don't use deref for that.
The loc2c-runtime.h macros are for the loc2c-generated code.
They are not intended as general purpose facilities.
loc2c never generates accesses wider than word size.
On 32-bit platforms, 64-bit quantities are sometimes located in two separate
words not contiguous in memory, and the DWARF information and loc2c know how to
handle this.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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

------- 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]