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

Re: [PATCH] cleanup IA-64


On Wed, Apr 03, 2002 at 10:23:45AM -0800, David O'Brien wrote:
> Patch #1 corrects a bug in which ia64-*-FreeBSD does not have
> the psABI specified "_LP64" define.

It can't be done quite so simply.  hpux supports both
LP64 and ILP32 modes, but no one else does.  I suppose
we could make the -milp32 switch universal and just
ignore the lack of surrounding environmental support
for most platforms.

> 2.  Can ia64-*-elf tolerate DONT_USE_BUILTIN_SETJMP and
> PROFILE_BEFORE_PROLOGUE?

Yes.  These don't have anything to do with the psabi,
but rather with how the backend is written.


r~


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