[gccgo] Don't use <linux/user.h>

Ian Lance Taylor iant@google.com
Tue Nov 17 06:56:00 GMT 2009


Newer kernel versions don't provide <linux/user.h>.  This patch
changes the libgo build to not try to use it, but to use
<sys/user.h>.  I was using <linux/user.h> because it gives more useful
values for cs, ds, etc., so this patch also changes the sed script to
get those back.

Ian


-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 969 bytes
Desc: user.h
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20091117/f9b66d15/attachment.bin>


More information about the Gcc-patches mailing list