diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-05-31 18:06:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-05-31 18:06:47 +0000 |
commit | f718d442f60453ba187b95c81a99c1bcfab29b4b (patch) | |
tree | d7e68c7afa9ba0bb492a39bc194ee0238b4af08b /libgo | |
parent | e87b4dde327ca929b323cf63c013ec90a1dc8108 (diff) | |
download | gcc-f718d442f60453ba187b95c81a99c1bcfab29b4b.tar.gz |
libgo/mksysinfo: Remove structs within stat found on Alpha.
From-SVN: r174500
Diffstat (limited to 'libgo')
-rwxr-xr-x | libgo/mksysinfo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh index 19885fb000d..a837cbaed71 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. |