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] Add Ada tasking support for hppa-unknown-linux-gnu (take 2)


> One of the reasons that I changed the definition is the PA is big
> endian.  So, the bit masks won't work using bytes unless this is
> taken into account.

The sigset_t type is private on the Ada side, so there cannot be
bit masks done, this type is only used through function calls to C.

In other words, it's an opaque type as far as Ada is concerned.

Arno


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