From: Bernd Schmidt Date: Thu, 11 Jan 2001 18:11:48 +0000 (+0000) Subject: Fix a comment that was terminated too early X-Git-Tag: prereleases/gcc-2.95.3-test2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb842b26f1624620045c70810d22fd5916ebf2eb;p=thirdparty%2Fgcc.git Fix a comment that was terminated too early From-SVN: r38916 --- 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.