aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-09-15 23:52:35 -0600
committerJeff Law <law@gcc.gnu.org>1997-09-15 23:52:35 -0600
commit07f7a41accaa355bda5ce5cf5e90a16a0c6607a6 (patch)
treeaabc62d84013414f74f85af65934778083a4d1a0
parent5bfa6cfa3de22c6f383231d8b452ffe78db37e90 (diff)
downloadgcc-07f7a41accaa355bda5ce5cf5e90a16a0c6607a6.zip
gcc-07f7a41accaa355bda5ce5cf5e90a16a0c6607a6.tar.gz
gcc-07f7a41accaa355bda5ce5cf5e90a16a0c6607a6.tar.bz2
Remove more CYGNUS LOCAL markers.
From-SVN: r15475
-rw-r--r--gcc/config/v850/lib1funcs.asm2
-rw-r--r--gcc/config/v850/t-v8502
-rw-r--r--gcc/config/v850/v850.h2
-rw-r--r--gcc/config/v850/xm-v850.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/v850/lib1funcs.asm b/gcc/config/v850/lib1funcs.asm
index d441590..2a2bc09 100644
--- a/gcc/config/v850/lib1funcs.asm
+++ b/gcc/config/v850/lib1funcs.asm
@@ -1,4 +1,3 @@
-/* CYGNUS LOCAL entire file v850/law */
/* libgcc1 routines for NEC V850.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
@@ -1268,4 +1267,3 @@ __restore_all_interrupt:
jmp [r10]
.size __restore_all_interrupt,.-__restore_all_interrupt
#endif /* L_save_all_interrupt */
-/* END CYGNUS LOCAL */
diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850
index 5203441..d1d9b16 100644
--- a/gcc/config/v850/t-v850
+++ b/gcc/config/v850/t-v850
@@ -1,4 +1,3 @@
-# CYGNUS LOCAL entire file v850/law
CROSS_LIBGCC1 = libgcc1-asm.a
LIB1ASMSRC = v850/lib1funcs.asm
LIB1ASMFUNCS = _mulsi3 \
@@ -51,4 +50,3 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >>fp-bit.c
echo '#endif' >> fp-bit.c
cat $(srcdir)/config/fp-bit.c >> fp-bit.c
-#END CYGNUS LOCAL
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h
index e155c2d..6ab64fa 100644
--- a/gcc/config/v850/v850.h
+++ b/gcc/config/v850/v850.h
@@ -1,4 +1,3 @@
-/* CYGNUS LOCAL entire file/law */
/* Definitions of target machine for GNU compiler.
NEC V850 series
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
@@ -1416,4 +1415,3 @@ extern void expand_epilogue ();
extern void notice_update_cc ();
extern int v850_valid_machine_decl_attribute ();
extern int v850_interrupt_function_p ();
-/* END CYGNUS LOCAL */
diff --git a/gcc/config/v850/xm-v850.h b/gcc/config/v850/xm-v850.h
index 2d67cf8..a9f25b5 100644
--- a/gcc/config/v850/xm-v850.h
+++ b/gcc/config/v850/xm-v850.h
@@ -1,4 +1,3 @@
-/* CYGNUS LOCAL entire file v850/law */
/* Configuration for NEC V850.
Copyright (C) 1996 Free Software Foundation, Inc.
Contributed by Cygnus Support.
@@ -48,4 +47,3 @@ extern void free ();
tm.h is a symbolic link to the actual target specific file. */
#include "tm.h"
-/* END CYGNUS LOCAL */