From f718d442f60453ba187b95c81a99c1bcfab29b4b Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@gcc.gnu.org>
Date: Tue, 31 May 2011 18:06:47 +0000
Subject: [PATCH] libgo/mksysinfo: Remove structs within stat found on Alpha.

From-SVN: r174500
---
 libgo/mksysinfo.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh
index 19885fb000d6..a837cbaed71f 100755
--- a/libgo/mksysinfo.sh
+++ b/libgo/mksysinfo.sh
@@ -358,6 +358,7 @@ fi | sed -e 's/type _stat64/type Stat_t/' \
          -e 's/\([^a-zA-Z0-9_]\)_timespec_t\([^a-zA-Z0-9_]\)/\1Timespec\2/g' \
          -e 's/\([^a-zA-Z0-9_]\)_timespec\([^a-zA-Z0-9_]\)/\1Timespec\2/g' \
          -e 's/\([^a-zA-Z0-9_]\)_timestruc_t\([^a-zA-Z0-9_]\)/\1Timestruc\2/g' \
+         -e 's/Godump_[0-9] struct { \([^;]*;\) };/\1/g' \
        >> ${OUT}
 
 # The directory searching types.
-- 
GitLab