Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c15c9075
Commit
c15c9075
authored
Jun 15, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change FSF address.
From-SVN: r9984
parent
d2492158
Show whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
144 additions
and
79 deletions
+144
-79
gcc/config/1750a/1750a.md
+2
-1
gcc/config/a29k/a29k.md
+2
-1
gcc/config/alpha/alpha.md
+2
-1
gcc/config/arm/arm.md
+2
-1
gcc/config/romp/xm-romp.h
+2
-1
gcc/config/rs6000/aix31.h
+2
-1
gcc/config/rs6000/aix3newas.h
+2
-1
gcc/config/rs6000/aix41.h
+2
-1
gcc/config/rs6000/eabi-ctors.c
+2
-1
gcc/config/rs6000/eabi.h
+2
-1
gcc/config/rs6000/eabile.h
+2
-1
gcc/config/rs6000/lynx.h
+2
-1
gcc/config/rs6000/mach.h
+2
-1
gcc/config/rs6000/powerpc.h
+2
-1
gcc/config/rs6000/rs6000.c
+2
-1
gcc/config/rs6000/rs6000.h
+2
-1
gcc/config/rs6000/sysv4.h
+2
-1
gcc/config/rs6000/sysv4le.h
+2
-1
gcc/config/rs6000/xm-lynx.h
+2
-1
gcc/config/rs6000/xm-mach.h
+2
-1
gcc/config/rs6000/xm-rs6000.h
+2
-1
gcc/config/rs6000/xm-sysv4.h
+2
-1
gcc/config/sh/lib1funcs.asm
+2
-1
gcc/config/sh/sh.c
+16
-15
gcc/config/sh/sh.h
+2
-1
gcc/config/sh/xm-sh.h
+2
-1
gcc/config/sparc/aout.h
+2
-1
gcc/config/sparc/lite.h
+2
-1
gcc/config/sparc/litecoff.h
+2
-1
gcc/config/sparc/lynx-ng.h
+2
-1
gcc/config/sparc/lynx.h
+2
-1
gcc/config/sparc/pbd.h
+2
-1
gcc/config/sparc/sol2-c1.asm
+2
-1
gcc/config/sparc/sol2-ci.asm
+2
-1
gcc/config/sparc/sol2-cn.asm
+2
-1
gcc/config/sparc/sol2.h
+2
-1
gcc/config/sparc/sp64-aout.h
+2
-1
gcc/config/sparc/sp64-elf.h
+2
-1
gcc/config/sparc/sparc.c
+2
-1
gcc/config/sparc/sparc.h
+2
-1
gcc/config/sparc/sunos4.h
+2
-1
gcc/config/sparc/sysv4.h
+2
-1
gcc/config/sparc/vxsparc.h
+2
-1
gcc/config/sparc/xm-lynx.h
+2
-1
gcc/config/sparc/xm-sparc.h
+2
-1
gcc/config/sparc/xm-sysv4.h
+2
-1
gcc/config/spur/spur.c
+2
-1
gcc/config/spur/spur.h
+2
-1
gcc/config/spur/xm-spur.h
+2
-1
gcc/config/tahoe/harris.h
+2
-1
gcc/config/tahoe/tahoe.c
+2
-1
gcc/config/tahoe/tahoe.h
+2
-1
gcc/config/tahoe/xm-tahoe.h
+2
-1
gcc/config/vax/vax.c
+2
-1
gcc/config/vax/vax.h
+2
-1
gcc/config/vax/vaxv.h
+2
-1
gcc/config/vax/vms.h
+2
-1
gcc/config/vax/xm-vms.h
+2
-1
gcc/config/we32k/we32k.c
+2
-1
gcc/config/we32k/we32k.h
+2
-1
gcc/config/we32k/we32k.md
+2
-1
gcc/config/we32k/xm-we32k.h
+2
-1
gcc/config/winnt/ld.c
+2
-1
gcc/config/winnt/win-nt.h
+2
-1
gcc/config/winnt/xm-winnt.h
+2
-1
No files found.
gcc/config/1750a/1750a.md
View file @
c15c9075
...
@@ -17,7 +17,8 @@
...
@@ -17,7 +17,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 GNU CC; see the file COPYING. If not, write to
;; along with GNU CC; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;- instruction definitions
;;- instruction definitions
...
...
gcc/config/a29k/a29k.md
View file @
c15c9075
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,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 GNU CC; see the file COPYING. If not, write to
;; along with GNU CC; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;- See file "rtl.def" for documentation on define_insn, match_
*
, et. al.
;;- See file "rtl.def" for documentation on define_insn, match_
*
, et. al.
...
...
gcc/config/alpha/alpha.md
View file @
c15c9075
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,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 GNU CC; see the file COPYING. If not, write to
;; along with GNU CC; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;- See file "rtl.def" for documentation on define_insn, match_
*
, et. al.
;;- See file "rtl.def" for documentation on define_insn, match_
*
, et. al.
...
...
gcc/config/arm/arm.md
View file @
c15c9075
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,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 GNU CC; see the file COPYING. If not, write to
;; along with GNU CC; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
;;- See file "rtl.def" for documentation on define_insn, match_*, et. al.
;;- See file "rtl.def" for documentation on define_insn, match_*, et. al.
...
...
gcc/config/romp/xm-romp.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/rs6000/aix31.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/rs6000.h"
#include "rs6000/rs6000.h"
...
...
gcc/config/rs6000/aix3newas.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/rs6000.h"
#include "rs6000/rs6000.h"
...
...
gcc/config/rs6000/aix41.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/rs6000.h"
#include "rs6000/rs6000.h"
...
...
gcc/config/rs6000/eabi-ctors.c
View file @
c15c9075
...
@@ -18,7 +18,8 @@ GNU General Public License for more details.
...
@@ -18,7 +18,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Declare a pointer to void function type. */
/* Declare a pointer to void function type. */
...
...
gcc/config/rs6000/eabi.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/sysv4.h"
#include "rs6000/sysv4.h"
...
...
gcc/config/rs6000/eabile.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/eabi.h"
#include "rs6000/eabi.h"
...
...
gcc/config/rs6000/lynx.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <lynx.h>
#include <lynx.h>
...
...
gcc/config/rs6000/mach.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/rs6000.h"
#include "rs6000/rs6000.h"
...
...
gcc/config/rs6000/powerpc.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/rs6000.h"
#include "rs6000/rs6000.h"
...
...
gcc/config/rs6000/rs6000.c
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdio.h>
#include <ctype.h>
#include <ctype.h>
...
...
gcc/config/rs6000/rs6000.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Note that some other tm.h files include this one and then override
/* Note that some other tm.h files include this one and then override
...
...
gcc/config/rs6000/sysv4.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* eABI local switches -- put here rather than eabi.h, so the switches
/* eABI local switches -- put here rather than eabi.h, so the switches
can be tested in macros. */
can be tested in macros. */
...
...
gcc/config/rs6000/sysv4le.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/sysv4.h"
#include "rs6000/sysv4.h"
...
...
gcc/config/rs6000/xm-lynx.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <xm-lynx.h>
#include <xm-lynx.h>
...
...
gcc/config/rs6000/xm-mach.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "rs6000/xm-rs6000.h"
#include "rs6000/xm-rs6000.h"
...
...
gcc/config/rs6000/xm-rs6000.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/rs6000/xm-sysv4.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/sh/lib1funcs.asm
View file @
c15c9075
...
@@ -20,7 +20,8 @@ General Public License for more details.
...
@@ -20,7 +20,8 @@ General Public License 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
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
,
675
Mass
Ave
,
Cambridge
,
MA
02139
,
USA
.
*/
the
Free
Software
Foundation
,
59
Temple
Place
-
Suite
330
,
Boston
,
MA
02111
-
1307
,
USA
.
*/
/*
As
a
special
exception
,
if
you
link
this
library
with
other
files
,
/*
As
a
special
exception
,
if
you
link
this
library
with
other
files
,
some
of
which
are
compiled
with
GCC
,
to
produce
an
executable
,
some
of
which
are
compiled
with
GCC
,
to
produce
an
executable
,
...
...
gcc/config/sh/sh.c
View file @
c15c9075
/* Output routines for GCC for Hitachi Super-H.
/* Output routines for GCC for Hitachi Super-H.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
the Free Software Foundation; either version 2, or (at your option)
any later version.
any later version.
GNU CC is distributed in the hope that it will be useful,
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Contributed by Steve Chamberlain (sac@cygnus.com).
/* Contributed by Steve Chamberlain (sac@cygnus.com).
Improved by Jim Wilson (wilson@cygnus.com). */
Improved by Jim Wilson (wilson@cygnus.com). */
...
...
gcc/config/sh/sh.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define TARGET_VERSION \
#define TARGET_VERSION \
...
...
gcc/config/sh/xm-sh.h
View file @
c15c9075
...
@@ -14,7 +14,8 @@ GNU General Public License for more details.
...
@@ -14,7 +14,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
#define FALSE 0
#define FALSE 0
...
...
gcc/config/sparc/aout.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "aoutos.h"
/* A.out definitions */
#include "aoutos.h"
/* A.out definitions */
#include "sparc/sparc.h"
/* SPARC definitions */
#include "sparc/sparc.h"
/* SPARC definitions */
...
...
gcc/config/sparc/lite.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sparc/sparc.h"
#include "sparc/sparc.h"
...
...
gcc/config/sparc/litecoff.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sparc/lite.h"
#include "sparc/lite.h"
...
...
gcc/config/sparc/lynx-ng.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <sparc/sparc.h>
#include <sparc/sparc.h>
#include <lynx-ng.h>
#include <lynx-ng.h>
...
...
gcc/config/sparc/lynx.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <sparc/sparc.h>
#include <sparc/sparc.h>
...
...
gcc/config/sparc/pbd.h
View file @
c15c9075
...
@@ -19,7 +19,8 @@ GNU General Public License for more details.
...
@@ -19,7 +19,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sparc/sparc.h"
#include "sparc/sparc.h"
...
...
gcc/config/sparc/sol2-c1.asm
View file @
c15c9075
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,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
,
675
Mass
Ave
,
Cambridge
,
MA
02139
,
USA
.
!
the
Free
Software
Foundation
,
59
Temple
Place
-
Suite
330
,
!
Boston
,
MA
02111
-
1307
,
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
...
...
gcc/config/sparc/sol2-ci.asm
View file @
c15c9075
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,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
,
675
Mass
Ave
,
Cambridge
,
MA
02139
,
USA
.
!
the
Free
Software
Foundation
,
59
Temple
Place
-
Suite
330
,
!
Boston
,
MA
02111
-
1307
,
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
...
...
gcc/config/sparc/sol2-cn.asm
View file @
c15c9075
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,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
,
675
Mass
Ave
,
Cambridge
,
MA
02139
,
USA
.
!
the
Free
Software
Foundation
,
59
Temple
Place
-
Suite
330
,
!
Boston
,
MA
02111
-
1307
,
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
...
...
gcc/config/sparc/sol2.h
View file @
c15c9075
...
@@ -18,7 +18,8 @@ GNU General Public License for more details.
...
@@ -18,7 +18,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Supposedly the same as vanilla sparc svr4, except for the stuff below: */
/* Supposedly the same as vanilla sparc svr4, except for the stuff below: */
#include "sparc/sysv4.h"
#include "sparc/sysv4.h"
...
...
gcc/config/sparc/sp64-aout.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* This is a v9 only compiler. -mv8 is not expected to work. If you want
/* This is a v9 only compiler. -mv8 is not expected to work. If you want
a v8/v9 compiler, this isn't the place to do it. */
a v8/v9 compiler, this isn't the place to do it. */
...
...
gcc/config/sparc/sp64-elf.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* This is a v9 only compiler. -mv8 is not expected to work. If you want
/* This is a v9 only compiler. -mv8 is not expected to work. If you want
a v8/v9 compiler, this isn't the place to do it. */
a v8/v9 compiler, this isn't the place to do it. */
...
...
gcc/config/sparc/sparc.c
View file @
c15c9075
...
@@ -18,7 +18,8 @@ GNU General Public License for more details.
...
@@ -18,7 +18,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdio.h>
#include "config.h"
#include "config.h"
...
...
gcc/config/sparc/sparc.h
View file @
c15c9075
...
@@ -18,7 +18,8 @@ GNU General Public License for more details.
...
@@ -18,7 +18,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Note that some other tm.h files include this one and then override
/* Note that some other tm.h files include this one and then override
many of the definitions that relate to assembler syntax. */
many of the definitions that relate to assembler syntax. */
...
...
gcc/config/sparc/sunos4.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define SUNOS4_SHARED_LIBRARIES 1
#define SUNOS4_SHARED_LIBRARIES 1
...
...
gcc/config/sparc/sysv4.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sparc/sparc.h"
#include "sparc/sparc.h"
...
...
gcc/config/sparc/vxsparc.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sparc/sparc-aout.h"
#include "sparc/sparc-aout.h"
...
...
gcc/config/sparc/xm-lynx.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <xm-lynx.h>
#include <xm-lynx.h>
...
...
gcc/config/sparc/xm-sparc.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/sparc/xm-sysv4.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/spur/spur.c
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include "rtl.h"
#include "rtl.h"
...
...
gcc/config/spur/spur.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Note that some other tm.h files include this one and then override
/* Note that some other tm.h files include this one and then override
...
...
gcc/config/spur/xm-spur.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/tahoe/harris.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "tahoe/tahoe.h"
#include "tahoe/tahoe.h"
...
...
gcc/config/tahoe/tahoe.c
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
...
...
gcc/config/tahoe/tahoe.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/*
/*
* Original port made at the University of Buffalo by Devon Bowen,
* Original port made at the University of Buffalo by Devon Bowen,
...
...
gcc/config/tahoe/xm-tahoe.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/*
/*
* File: xm-tahoe.h
* File: xm-tahoe.h
...
...
gcc/config/vax/vax.c
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdio.h>
#include "config.h"
#include "config.h"
...
...
gcc/config/vax/vax.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Names to predefine in the preprocessor for this target machine. */
/* Names to predefine in the preprocessor for this target machine. */
...
...
gcc/config/vax/vaxv.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "vax/vax.h"
#include "vax/vax.h"
...
...
gcc/config/vax/vms.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define VMS_TARGET
#define VMS_TARGET
...
...
gcc/config/vax/xm-vms.h
View file @
c15c9075
...
@@ -15,7 +15,8 @@ GNU General Public License for more details.
...
@@ -15,7 +15,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
#define FALSE 0
#define FALSE 0
...
...
gcc/config/we32k/we32k.c
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdio.h>
...
...
gcc/config/we32k/we32k.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Names to predefine in the preprocessor for this target machine. */
/* Names to predefine in the preprocessor for this target machine. */
...
...
gcc/config/we32k/we32k.md
View file @
c15c9075
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,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 GNU CC; see the file COPYING. If not, write to
;; along with GNU CC; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;- instruction definitions
;;- instruction definitions
...
...
gcc/config/we32k/xm-we32k.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* #defines that need visibility everywhere. */
/* #defines that need visibility everywhere. */
...
...
gcc/config/winnt/ld.c
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "config.h"
#include <stdio.h>
#include <stdio.h>
...
...
gcc/config/winnt/win-nt.h
View file @
c15c9075
...
@@ -17,7 +17,8 @@ GNU General Public License for more details.
...
@@ -17,7 +17,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define TARGET_MEM_FUNCTIONS
#define TARGET_MEM_FUNCTIONS
...
...
gcc/config/winnt/xm-winnt.h
View file @
c15c9075
...
@@ -16,7 +16,8 @@ GNU General Public License for more details.
...
@@ -16,7 +16,8 @@ GNU General Public License 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 GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#include <stdlib.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment