comparison contrib/gennews @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 #! /bin/sh 1 #! /bin/sh
2 # 2 #
3 # Script to generate the NEWS file from online release notes. 3 # Script to generate the NEWS file from online release notes.
4 # Contributed by Joseph Myers <jsm28@cam.ac.uk>. 4 # Contributed by Joseph Myers <jsm28@cam.ac.uk>.
5 # 5 #
6 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 6 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010, 2011
7 # Free Software Foundation, Inc. 7 # Free Software Foundation, Inc.
8 # This file is part of GCC. 8 # This file is part of GCC.
9 # 9 #
10 # GCC is free software; you can redistribute it and/or modify 10 # GCC is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by 11 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation, 51 Franklin Street, Fifth Floor, 22 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
23 # Boston, MA 02110-1301, USA. 23 # Boston, MA 02110-1301, USA.
24 24
25 website=http://gcc.gnu.org/ 25 website=http://gcc.gnu.org/
26 files=" 26 files="
27 gcc-4.6/index.html gcc-4.6/changes.html
27 gcc-4.5/index.html gcc-4.5/changes.html 28 gcc-4.5/index.html gcc-4.5/changes.html
28 gcc-4.4/index.html gcc-4.4/changes.html 29 gcc-4.4/index.html gcc-4.4/changes.html
29 gcc-4.3/index.html gcc-4.3/changes.html 30 gcc-4.3/index.html gcc-4.3/changes.html
30 gcc-4.2/index.html gcc-4.2/changes.html 31 gcc-4.2/index.html gcc-4.2/changes.html
31 gcc-4.1/index.html gcc-4.1/changes.html 32 gcc-4.1/index.html gcc-4.1/changes.html