From 1db87931be17a9d52768a5e5b3f76002f0642b2b Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 24 Feb 2001 08:17:40 +0000 Subject: [PATCH] Kill stray blank lines From-SVN: r40036 --- gcc/config/alpha/xm-openbsd.h | 1 - gcc/config/arm/xm-linux.h | 1 - gcc/config/i386/xm-dgux.h | 1 - gcc/config/i386/xm-djgpp.h | 1 - gcc/config/i386/xm-gnu.h | 1 - gcc/config/i386/xm-linux.h | 1 - gcc/config/i386/xm-openbsd.h | 1 - gcc/config/i386/xm-sco5.h | 2 -- gcc/config/m68k/xm-openbsd.h | 1 - gcc/config/sparc/xm-openbsd.h | 1 - gcc/config/sparc/xm-pbd.h | 1 - gcc/config/xm-openbsd.h | 3 +-- gcc/config/xm-svr4.h | 1 - 13 files changed, 1 insertion(+), 15 deletions(-) diff --git a/gcc/config/alpha/xm-openbsd.h b/gcc/config/alpha/xm-openbsd.h index 50f436695a7..e77b8be0472 100644 --- a/gcc/config/alpha/xm-openbsd.h +++ b/gcc/config/alpha/xm-openbsd.h @@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ #include #include - diff --git a/gcc/config/arm/xm-linux.h b/gcc/config/arm/xm-linux.h index ca120a9c8a6..4b63fb969e3 100644 --- a/gcc/config/arm/xm-linux.h +++ b/gcc/config/arm/xm-linux.h @@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */ #include #include - diff --git a/gcc/config/i386/xm-dgux.h b/gcc/config/i386/xm-dgux.h index 5bdb9be0ebb..d322b47e75d 100644 --- a/gcc/config/i386/xm-dgux.h +++ b/gcc/config/i386/xm-dgux.h @@ -1,4 +1,3 @@ - /* Configuration for GCC for Intel i386 running DG/ux */ /* looks just like sysv4 for now */ diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index f9932589214..95d55fb9c13 100644 --- a/gcc/config/i386/xm-djgpp.h +++ b/gcc/config/i386/xm-djgpp.h @@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA. */ if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \ return PATH; \ } while (0) - diff --git a/gcc/config/i386/xm-gnu.h b/gcc/config/i386/xm-gnu.h index 0b5985f9065..240e9041178 100644 --- a/gcc/config/i386/xm-gnu.h +++ b/gcc/config/i386/xm-gnu.h @@ -2,4 +2,3 @@ #include #include - diff --git a/gcc/config/i386/xm-linux.h b/gcc/config/i386/xm-linux.h index 713bf3b2817..84c9f6737e2 100644 --- a/gcc/config/i386/xm-linux.h +++ b/gcc/config/i386/xm-linux.h @@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */ #include #include - diff --git a/gcc/config/i386/xm-openbsd.h b/gcc/config/i386/xm-openbsd.h index 1a79e83bc4a..dac2de2de76 100644 --- a/gcc/config/i386/xm-openbsd.h +++ b/gcc/config/i386/xm-openbsd.h @@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ #include #include - diff --git a/gcc/config/i386/xm-sco5.h b/gcc/config/i386/xm-sco5.h index 6b22b1d549f..36d65e569c3 100644 --- a/gcc/config/i386/xm-sco5.h +++ b/gcc/config/i386/xm-sco5.h @@ -3,5 +3,3 @@ /* Big buffers improve performance. */ #define IO_BUFFER_SIZE (0x8000 - 1024) - - diff --git a/gcc/config/m68k/xm-openbsd.h b/gcc/config/m68k/xm-openbsd.h index c4312ff8725..b22e13c1283 100644 --- a/gcc/config/m68k/xm-openbsd.h +++ b/gcc/config/m68k/xm-openbsd.h @@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ #include #include - diff --git a/gcc/config/sparc/xm-openbsd.h b/gcc/config/sparc/xm-openbsd.h index 2df7fb3e363..5e066cc252b 100644 --- a/gcc/config/sparc/xm-openbsd.h +++ b/gcc/config/sparc/xm-openbsd.h @@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ #include #include - diff --git a/gcc/config/sparc/xm-pbd.h b/gcc/config/sparc/xm-pbd.h index 1c3f47590c7..a277aadf3d3 100644 --- a/gcc/config/sparc/xm-pbd.h +++ b/gcc/config/sparc/xm-pbd.h @@ -7,4 +7,3 @@ #ifndef __GNUC__ #define USE_C_ALLOCA #endif - diff --git a/gcc/config/xm-openbsd.h b/gcc/config/xm-openbsd.h index 74a842184c3..b18e7fe38d3 100644 --- a/gcc/config/xm-openbsd.h +++ b/gcc/config/xm-openbsd.h @@ -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 the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + /* This file gets included by all architectures. It holds stuff that ought to be defined when hosting a compiler on an OpenBSD machine, independently of the architecture. It's included by @@ -31,5 +32,3 @@ Boston, MA 02111-1307, USA. */ #ifdef __GNUC__ #define alloca __builtin_alloca #endif - - diff --git a/gcc/config/xm-svr4.h b/gcc/config/xm-svr4.h index 490bb906de5..741a500ac62 100644 --- a/gcc/config/xm-svr4.h +++ b/gcc/config/xm-svr4.h @@ -19,5 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define USG - #define POSIX -- 2.30.2