ILP64 ? ILP32, LP64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Much legacy code has problems with the LP64 model, with I 32 due to truncated 
pointers and pointer -> int -> pointer conversions which through away 32 bits 
of the pointer.

Is there anyway to force ILP64 ie 64 bit ints? Clearly for code going forward 
one needs to __fic_it|__ but it is a real pain for legacy code of a tool you 
only see running once.

I know that you can force ILP32 on 86_64 but something like -mi64 would be 
neat, anyone know an easy way?

TIA, Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux