diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-04-02 16:55:26 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2003-04-02 16:55:26 +0000 |
commit | 15fd016389ff35dd128a26dd0bc72d3b05596dc1 (patch) | |
tree | 31de92d1c0b004b41b4ddaa263580d94695725b5 | |
parent | 2d388e433f7ec42fe63bf1f8accc59895e5e34f8 (diff) | |
download | newlib-15fd016389ff35dd128a26dd0bc72d3b05596dc1.zip newlib-15fd016389ff35dd128a26dd0bc72d3b05596dc1.tar.gz newlib-15fd016389ff35dd128a26dd0bc72d3b05596dc1.tar.bz2 |
* xtensa-config.h: Remove comment indicating that this is a
generated file.
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/xtensa-config.h | 28 |
2 files changed, 16 insertions, 17 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 0c3a4df..9c16fdd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2003-04-02 Bob Wilson <bob.wilson@acm.org> + + * xtensa-config.h: Remove comment indicating that this is a + generated file. + 2003-04-01 Bob Wilson <bob.wilson@acm.org> * dis-asm.h (print_insn_xtensa): Declare. diff --git a/include/xtensa-config.h b/include/xtensa-config.h index 18a63eb..b47cbd7 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h @@ -2,25 +2,19 @@ Copyright (C) 2003 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. -** NOTE: This file was automatically generated by the Xtensa Processor -** Generator. Changes made here will be lost when this file is -** updated or replaced with the settings for a different Xtensa -** processor configuration. DO NOT EDIT! + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -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. -*/ + 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. */ #ifndef XTENSA_CONFIG_H #define XTENSA_CONFIG_H |