Force GCC not to use relative addresses for asm-CALL-statements

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

 



hi!

compiling an ordinary C programm, function-calls are (at least on my
computer) translated to something like:

E8 56070000         CALL <JMP.&msvcrt.printf>

where the operand 1 (56070000) is of type: rel16/32

can i force gcc to produce only CALLS (and jumps, ...) that have absolute
addresses as their operands?


best regards,
georg 
-- 
View this message in context: http://old.nabble.com/Force-GCC-not-to-use-relative-addresses-for-asm-CALL-statements-tp33100719p33100719.html
Sent from the gcc - Help mailing list archive at Nabble.com.



[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