This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Porting question: legitimate address


In my port, I'm defining if an addresses is legal or not. (using CONSTANT_ADDRESS_P(), GO_IF_LEGITIMATE_ADDRESS() ...) A legal address is needed when loading and storing from memory, but also when doing a call or jump. Is there a way to treat these cases differently?

Anders


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]