Subject: i386 padding of version[]
To: None <port-i386@netbsd.org>
From: Todd Vierling <tv@pobox.com>
List: port-i386
Date: 02/03/1999 19:54:40
Looking at the egcs source, it appears that it pads >32 byte character
arrays to 256 bit (32 byte) boundaries.  This isn't completely bogus,
because (as Charles pointed out) that can be done for cache alignment.

Unfortunately, the old NetBSD ld doesn't keep these alignments (it can only
align data to an 8 byte boundary), so it's bogus in that respect.

So, I'm going to fix config/i386/netbsd.h to #undef the appropriate things.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)