diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-17 01:07:04 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-17 01:07:04 +0000 |
commit | b06c827cb8819ab911608ed8fe0771b512d3f1f8 (patch) | |
tree | 79220e252b8948c84163896d22b5a53f53c28df5 /gcc | |
parent | de0a398e833a5d525df493edddea3ab393dbed27 (diff) | |
download | gcc-b06c827cb8819ab911608ed8fe0771b512d3f1f8.zip gcc-b06c827cb8819ab911608ed8fe0771b512d3f1f8.tar.gz gcc-b06c827cb8819ab911608ed8fe0771b512d3f1f8.tar.bz2 |
* config/vxworks.h: Replace "GNU compiler" with "GCC".
From-SVN: r68057
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/vxworks.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a8affa..3c578c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org> + * config/vxworks.h: Replace "GNU compiler" with "GCC". * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h, config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h, config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h, diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index f154fa7..339acec 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -1,4 +1,4 @@ -/* Common VxWorks target definitions for GNU compiler. +/* Common VxWorks target definitions for GCC. Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Wind River Systems. |