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]

Re: PA specifies invalid T_ADAFLAGS



> Is this a bug in the PA backend?  Without fixing the problem, it will not
> be possible to correctly build GNAT under hppa-linux, except by starting
> with a working hpux port.  It's been some time since I tried it but
> starting from the last binary release for hpux was very difficult because
> there are major problems building the current source with 2.8.1x.

No, it is not a bug in the PA backend, it is just that the segmentation
in HPPA works on the base address before indexing. This means that if you
use virtual indexing (an important part of the data structure approach
used by GNAT), then the virual origin can be in the "wrong" segment.


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