diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-02-05 02:39:31 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-02-05 02:39:31 +0000 |
commit | 2696e97b8690fdf90dfbcf5ca4ae62e6af157896 (patch) | |
tree | 397d2cb6c200311b61d624015efc23feeb794fab | |
parent | 3deb275873f7810c2e98fbea6b4f05ddddf846ef (diff) | |
download | gcc-2696e97b8690fdf90dfbcf5ca4ae62e6af157896.zip gcc-2696e97b8690fdf90dfbcf5ca4ae62e6af157896.tar.gz gcc-2696e97b8690fdf90dfbcf5ca4ae62e6af157896.tar.bz2 |
* config/arm/netbsd.h: Correct a comment.
From-SVN: r49511
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/netbsd.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 509b220..0152647 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-05 Jason Thorpe <thorpej@wasabisystems.com> + + * config/arm/netbsd.h: Correct a comment. + 2002-02-05 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index 74f32e8..d1bc009 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -1,4 +1,4 @@ -/* NetBSD/arm (RiscBSD) version. +/* NetBSD/arm a.out version. Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc. Contributed by Mark Brinicombe (amb@physig.ph.kcl.ac.uk) |