From eb842b26f1624620045c70810d22fd5916ebf2eb Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Thu, 11 Jan 2001 18:11:48 +0000 Subject: [PATCH] Fix a comment that was terminated too early From-SVN: r38916 --- gcc/ChangeLog | 2 ++ gcc/config/mips/vxworks.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75876aa179b5..aebef878e7e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2001-01-11 Bernd Schmidt + * config/mips/vxworks.h: Don't terminate comment before its end. + * invoke.texi: Update -fvtable-thunks documentation. * loop.c (scan_loop): Disable copy propagation if we find a REG_LABEL diff --git a/gcc/config/mips/vxworks.h b/gcc/config/mips/vxworks.h index 0856c37343a7..25d9ef90cc8e 100644 --- a/gcc/config/mips/vxworks.h +++ b/gcc/config/mips/vxworks.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Free Software Foundation, Inc. */ +/* Copyright (C) 1999 Free Software Foundation, Inc. This file is part of GNU CC. -- 2.47.2