mirror of git://gcc.gnu.org/git/gcc.git
crtfastmath.c, [...]: Update FSF address.
2005-08-17 Kelley Cook <kcook@gcc.gnu.org> * config/arm/unaligned-funcs.c,config/i386/crtfastmath.c, ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address. From-SVN: r103196
This commit is contained in:
parent
1f28a07aa6
commit
4c617d120c
|
@ -1,3 +1,8 @@
|
||||||
|
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
|
* config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
|
||||||
|
ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
|
||||||
|
|
||||||
2005-08-16 Andrew Pinski <pinskia@physics.uc.edu>
|
2005-08-16 Andrew Pinski <pinskia@physics.uc.edu>
|
||||||
|
|
||||||
PR tree-opt/23402
|
PR tree-opt/23402
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; see the file COPYING. If not, write to
|
along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
int __aeabi_uread4 (void *);
|
int __aeabi_uread4 (void *);
|
||||||
int __aeabi_uwrite4 (int, void *);
|
int __aeabi_uwrite4 (int, void *);
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; see the file COPYING. If not, write to
|
* along with this program; see the file COPYING. If not, write to
|
||||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
* the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* As a special exception, if you link this library with files
|
* As a special exception, if you link this library with files
|
||||||
* compiled with GCC to produce an executable, this does not cause
|
* compiled with GCC to produce an executable, this does not cause
|
||||||
|
|
|
@ -16,8 +16,8 @@ for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, write to the Free
|
||||||
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
02111-1307, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
/* Interprocedural constant propagation.
|
/* Interprocedural constant propagation.
|
||||||
The aim of interprocedural constant propagation (IPCP) is to find which
|
The aim of interprocedural constant propagation (IPCP) is to find which
|
||||||
|
|
|
@ -15,8 +15,8 @@ for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, write to the Free
|
||||||
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
02111-1307, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
|
@ -15,8 +15,8 @@ for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, write to the Free
|
||||||
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
02111-1307, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#ifndef IPA_PROP_H
|
#ifndef IPA_PROP_H
|
||||||
#define IPA_PROP_H
|
#define IPA_PROP_H
|
||||||
|
|
Loading…
Reference in New Issue