help-gplusplus
[Top][All Lists]
Advanced

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

Forc GCC not to use relative addresses for CALL-statements


From: augomat
Subject: Forc GCC not to use relative addresses for CALL-statements
Date: Wed, 4 Jan 2012 21:15:26 -0800 (PST)

hi!

compiling a normal 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/Forc-GCC-not-to-use-relative-addresses-for-CALL-statements-tp33083838p33083838.html
Sent from the gcc - Gnu Help List mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]