diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-16 05:52:35 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-16 05:52:35 +0000 |
commit | 94d1771d25fef8aff3d9f9337ca729f5a5b3fa5b (patch) | |
tree | aabc62d84013414f74f85af65934778083a4d1a0 /gcc/config/v850 | |
parent | 1ce00a9916acdf77cc5294d6d0ddb869036b9271 (diff) | |
download | gcc-94d1771d25fef8aff3d9f9337ca729f5a5b3fa5b.tar.gz |
Remove more CYGNUS LOCAL markers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/v850')
-rw-r--r-- | gcc/config/v850/lib1funcs.asm | 2 | ||||
-rw-r--r-- | gcc/config/v850/t-v850 | 2 | ||||
-rw-r--r-- | gcc/config/v850/v850.h | 2 | ||||
-rw-r--r-- | gcc/config/v850/xm-v850.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/v850/lib1funcs.asm b/gcc/config/v850/lib1funcs.asm index d441590678f..2a2bc0930cb 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 52034414b70..d1d9b16f1b6 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 e155c2dde3c..6ab64fae463 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 2d67cf81788..a9f25b5faea 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 */ |