diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-02-06 16:18:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-02-06 16:18:14 +0000 |
commit | 898c81f8312dedffeed01aac035324a698c249c7 (patch) | |
tree | fc695ab991bf06c795afbe3ff9edba0274325bf4 /gcc | |
parent | f376994ad8101fe7819c52e6c44f8a51134dd48f (diff) | |
download | gcc-898c81f8312dedffeed01aac035324a698c249c7.zip gcc-898c81f8312dedffeed01aac035324a698c249c7.tar.gz gcc-898c81f8312dedffeed01aac035324a698c249c7.tar.bz2 |
mksysinfo.sh: Remove _zone_net_addr_t handling.
From Rainer Orth.
The recent godump changes broke Solaris 11.1+ bootstrap in
libgo: before, gen-sysinfo.so had
type _zone_net_addr_t struct { zna_family uint16; zna_plen uint16; zna_addru struct { znau_addr6 _in6_addr; }; }
which was filtered out by mksysinfo.sh due to the use of
_in6_addr.
After the change, there's now
type _zone_net_addr_t struct { zna_family uint16; zna_plen uint16; zna_addru struct { znau_addr6 [16]byte; Godump_0_align [0]uint32; }; }
instead, not filtered, but added a second time by the
_zone_net_addr_t code in mksysinfo.sh, which leads to
redefinition warnings/errors.
Simply removing the old _zone_net_addr_t fragment fixes this
and restores bootstrap.
From-SVN: r220481
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions