This is the mail archive of the gcc-help@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]

How to define TARGET_LEGITIMATE_ADDRESS_P?


Hello.

With your helps, I could port first draft version of GCC. Thank you all.

Now, I port 2nd version. At first, I ported with mips descriptions.
But now i port from scratch while reading chapter 17 in GCC Internals.

Now, I'm at TARGET_LEGITIMATE_ADDRESS_P. But i cannot how to define
this Hook because i can not find any examples that define
'TARGET_LEGITIMATE_ADDRESS_P'. every port defines
GO_IF_LEGITIMATE_ADDRESS which is deprecated instead
TARGET_LEGITIMATE_ADDRESS_P.

Have a good day

Eunchan


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