* [parisc-linux] 64/32-bit changes coming
@ 2000-10-25 22:22 Paul Bame
0 siblings, 0 replies; only message in thread
From: Paul Bame @ 2000-10-25 22:22 UTC (permalink / raw)
To: parisc-linux
I'm about to make a bunch of changes in order to support 32-bit user space
(e.g., what we have now) on wide kernels, and wanted to let people know
what's happening. My goal is to preserve all the current working 32-bit
userland and kernel code.
In round 1 I'm mostly changing data types which are shared by user space
and kernels which use some form of 'long' to use 'int' instead, since
'int' is the same size in both narrow and wide worlds but 'long' isn't.
(It's obvious that 'long' was used many places to mean 32-bit int, which
is untrue in wide mode) Even though these structs are used by glibc, they
glibc and user apps will be unaffected because the data type sizes aren't
changing.
I probably won't tackle the signal-related data types at first. It's
possible that it will be desirable to make an incompatible change to
libc for signals but I won't do that without discussion.
Round 2 will be wide kernel changes to start turning on the 32-bit
syscall path probably with a lot of consultation with jsm.
Round 3 will be signals.
I am not addressing hpux syscall-related data types at this time.
-P
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-10-25 22:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-25 22:22 [parisc-linux] 64/32-bit changes coming Paul Bame
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox