On Tue, Mar 08, 2005 at 10:15:09AM -0700, Jeffrey A Law wrote: > FWIW, there is actually a system which varies its ABI based on whether > or not an argument is named -- my old favorite, the 32bit PA SOM ABI > behaves in this manner. In fact, I believe it is the only port which > gives a hoot about this kind of thing. >
Actually, there are quite a few of these: sparc64, ia64 at least. I'm pretty sure there are others. But of course, what they mean in all cases by "named" is "in varargs or not", and is in all cases not meaning arguments without names a la c++. r~