This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

2 more obvious FSF address updates in GCC/


As Joseph noticed, I missed these two updates and will commit them as obvious when I get home.

In addition I, egrepped the complete directory for 'Temple|Mass|02111'. All that remains in the gcc directory after this are:

a) the ada directory -- I still need to bootstrap on a computer which supports ada, I'll commit it afterward.
b) gcc.pot which I will regenerate and commit.
c) the doc/ directory of which I need to merge in the gpl.texi and fgdl.texi from the official copies. Our copies unfortunately are modifications of the official copies, so I'll submit the proposed changes for approval.


Each of those will be in separate patches.

Kelley Cook
*** ../../gcc-orig/gcc/config/rs6000/sync.md	Thu Jun 23 09:24:14 2005
--- config/rs6000/sync.md	Mon Jun 27 09:43:51 2005
***************
*** 16,23 ****
  
  ;; You should have received a copy of the GNU General Public License
  ;; along with GCC; see the file COPYING.  If not, write to the
! ;; Free Software Foundation, 59 Temple Place - Suite 330, Boston,
! ;; MA 02111-1307, USA.
  
  (define_mode_attr larx [(SI "lwarx") (DI "ldarx")])
  (define_mode_attr stcx [(SI "stwcx.") (DI "stdcx.")])
--- 16,23 ----
  
  ;; You should have received a copy of the GNU General Public License
  ;; along with GCC; see the file COPYING.  If not, write to the
! ;; Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
! ;; MA 02110-1301, USA.
  
  (define_mode_attr larx [(SI "lwarx") (DI "ldarx")])
  (define_mode_attr stcx [(SI "stwcx.") (DI "stdcx.")])
*** ../../gcc-orig/gcc/testsuite/treelang/a01gcci01.tree	Mon May  6 17:57:48 2002
--- testsuite/treelang/a01gcci01.tree	Mon Jun 27 11:35:59 2005
***************
*** 13,20 ****
  //
  //  You should have received a copy of the GNU General Public License
  //  along with this program; if not, write to the Free Software
! //  Foundation, 59 Temple Place - Suite 330,
! //  Boston, MA 02111-1307, USA.
  //
  //  In other words, you are welcome to use, share and improve this program.
  //  You are forbidden to forbid anyone else to use, share and improve
--- 13,20 ----
  //
  //  You should have received a copy of the GNU General Public License
  //  along with this program; if not, write to the Free Software
! //  Foundation, 51 Franklin Street, Fifth Floor,
! //  Boston, MA 02110-1301, USA.
  //
  //  In other words, you are welcome to use, share and improve this program.
  //  You are forbidden to forbid anyone else to use, share and improve

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]