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
1db87931
Commit
1db87931
authored
Feb 24, 2001
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill stray blank lines
From-SVN: r40036
parent
e61088ff
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
1 additions
and
15 deletions
+1
-15
gcc/config/alpha/xm-openbsd.h
+0
-1
gcc/config/arm/xm-linux.h
+0
-1
gcc/config/i386/xm-dgux.h
+0
-1
gcc/config/i386/xm-djgpp.h
+0
-1
gcc/config/i386/xm-gnu.h
+0
-1
gcc/config/i386/xm-linux.h
+0
-1
gcc/config/i386/xm-openbsd.h
+0
-1
gcc/config/i386/xm-sco5.h
+0
-2
gcc/config/m68k/xm-openbsd.h
+0
-1
gcc/config/sparc/xm-openbsd.h
+0
-1
gcc/config/sparc/xm-pbd.h
+0
-1
gcc/config/xm-openbsd.h
+1
-2
gcc/config/xm-svr4.h
+0
-1
No files found.
gcc/config/alpha/xm-openbsd.h
View file @
1db87931
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h>
#include <xm-openbsd.h>
#include <alpha/xm-alpha.h>
#include <alpha/xm-alpha.h>
gcc/config/arm/xm-linux.h
View file @
1db87931
...
@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */
#include <arm/xm-arm.h>
#include <arm/xm-arm.h>
#include <xm-linux.h>
#include <xm-linux.h>
gcc/config/i386/xm-dgux.h
View file @
1db87931
/* Configuration for GCC for Intel i386 running DG/ux */
/* Configuration for GCC for Intel i386 running DG/ux */
/* looks just like sysv4 for now */
/* looks just like sysv4 for now */
...
...
gcc/config/i386/xm-djgpp.h
View file @
1db87931
...
@@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA. */
if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \
if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \
return PATH; \
return PATH; \
} while (0)
} while (0)
gcc/config/i386/xm-gnu.h
View file @
1db87931
...
@@ -2,4 +2,3 @@
...
@@ -2,4 +2,3 @@
#include <i386/xm-i386.h>
#include <i386/xm-i386.h>
#include <xm-gnu.h>
#include <xm-gnu.h>
gcc/config/i386/xm-linux.h
View file @
1db87931
...
@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */
#include <i386/xm-i386.h>
#include <i386/xm-i386.h>
#include <xm-linux.h>
#include <xm-linux.h>
gcc/config/i386/xm-openbsd.h
View file @
1db87931
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h>
#include <xm-openbsd.h>
#include <i386/xm-i386.h>
#include <i386/xm-i386.h>
gcc/config/i386/xm-sco5.h
View file @
1db87931
...
@@ -3,5 +3,3 @@
...
@@ -3,5 +3,3 @@
/* Big buffers improve performance. */
/* Big buffers improve performance. */
#define IO_BUFFER_SIZE (0x8000 - 1024)
#define IO_BUFFER_SIZE (0x8000 - 1024)
gcc/config/m68k/xm-openbsd.h
View file @
1db87931
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h>
#include <xm-openbsd.h>
#include <m68k/xm-m68k.h>
#include <m68k/xm-m68k.h>
gcc/config/sparc/xm-openbsd.h
View file @
1db87931
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h>
#include <xm-openbsd.h>
#include <sparc/xm-sparc.h>
#include <sparc/xm-sparc.h>
gcc/config/sparc/xm-pbd.h
View file @
1db87931
...
@@ -7,4 +7,3 @@
...
@@ -7,4 +7,3 @@
#ifndef __GNUC__
#ifndef __GNUC__
#define USE_C_ALLOCA
#define USE_C_ALLOCA
#endif
#endif
gcc/config/xm-openbsd.h
View file @
1db87931
...
@@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License
...
@@ -17,6 +17,7 @@ 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, 59 Temple Place - Suite 330,
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
/* This file gets included by all architectures. It holds stuff
/* This file gets included by all architectures. It holds stuff
that ought to be defined when hosting a compiler on an OpenBSD
that ought to be defined when hosting a compiler on an OpenBSD
machine, independently of the architecture. It's included by
machine, independently of the architecture. It's included by
...
@@ -31,5 +32,3 @@ Boston, MA 02111-1307, USA. */
...
@@ -31,5 +32,3 @@ Boston, MA 02111-1307, USA. */
#ifdef __GNUC__
#ifdef __GNUC__
#define alloca __builtin_alloca
#define alloca __builtin_alloca
#endif
#endif
gcc/config/xm-svr4.h
View file @
1db87931
...
@@ -19,5 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
...
@@ -19,5 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
#define USG
#define USG
#define POSIX
#define POSIX
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