diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2003-12-11 13:25:24 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2003-12-11 13:25:24 +0000 |
commit | 90ff9ff39c96c8a8a1bcfd061f94f883d0ba7a39 (patch) | |
tree | 18ef94616c05df15530bcdf024b50c232d660e2c /contrib | |
parent | f8e405a35a16d26e3b5754bf9fe475cbbea1add5 (diff) | |
download | gcc-90ff9ff39c96c8a8a1bcfd061f94f883d0ba7a39.tar.gz |
gcc_update (files_and_dependencies): Correct typo in the filename gnat_ug_wnt.texi.
2003-12-10 Kelley Cook <kcook@gcc.gnu.org>
* gcc_update (files_and_dependencies): Correct typo in the filename
gnat_ug_wnt.texi.
From-SVN: r74535
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/gcc_update | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b14de4b1ebd..0e657753b67 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2003-12-11 Kelley Cook <kcook@gcc.gnu.org> + + * gcc_update (files_and_dependencies): Correct typo in the filename + gnat_ug_wnt.texi. + 2003-12-08 Arnaud Charlet <charlet@act-europe.fr * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads, diff --git a/contrib/gcc_update b/contrib/gcc_update index cb0650c7c7e..ff7703033f9 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -82,7 +82,7 @@ gcc/java/keyword.h: gcc/java/keyword.gperf gcc/ada/gnat_ug_unx.texi: gcc/ada/gnat_ug.texi gcc/ada/xgnatug.adb gcc/ada/ug_words gcc/ada/gnat_ug_vms.texi: gcc/ada/gnat_ug.texi gcc/ada/xgnatug.adb gcc/ada/ug_words gcc/ada/gnat_ug_vxw.texi: gcc/ada/gnat_ug.texi gcc/ada/xgnatug.adb gcc/ada/ug_words -gcc/ada/gnat_ug_w32.texi: gcc/ada/gnat_ug.texi gcc/ada/xgnatug.adb gcc/ada/ug_words +gcc/ada/gnat_ug_wnt.texi: gcc/ada/gnat_ug.texi gcc/ada/xgnatug.adb gcc/ada/ug_words # testsuite # Without this, _Pragma3.c can have a false negative. gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc/testsuite/gcc.dg/cpp/mi1c.h |