Displaying 2 results from an estimated 2 matches for "about_amd64_abi".
2010 May 31
1
Corrections for Solaris stuff in manual
...math.org/sage_trac/ticket/9040
ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file
/export/home/drkirkby/sage-4.4.2/spkg/build/r-2.10.1.p1/src/lib/libR.so: symbol
_init: value 0x228000984acd does not fit
There's some info about this problem at
http://developers.sun.com/solaris/articles/about_amd64_abi.html
where it is suggests -Kpic is used to build Position Independent Code (PIC)
code. I've not tried using -fPIC with gcc, which might solve the problem, as
that builds PIC code.
Dave
2009 Feb 11
8
how to get DTrace to use the same structure field alignment as C?
Is there a pragma to turn off padding or some other mechanism besides
dummying up fields to make them char[] to disable padding?
Thanks!