diff options
author | DJ Delorie <dj@gcc.gnu.org> | 2000-12-04 12:24:14 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2000-12-04 12:24:14 -0500 |
commit | b38695910199b321758ed77b2185f917c30eda19 (patch) | |
tree | 9a7476e882822ade610dbf90a34cd9f52c122b8b | |
parent | 55e4756faab87f3423a513208a66db6a56e4ec32 (diff) | |
download | gcc-b38695910199b321758ed77b2185f917c30eda19.zip gcc-b38695910199b321758ed77b2185f917c30eda19.tar.gz gcc-b38695910199b321758ed77b2185f917c30eda19.tar.bz2 |
Capitalization fix.
From-SVN: r38006
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9e7d73..b0d896d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,7 +4,7 @@ 2000-12-04 DJ Delorie <dj@redhat.com> - * print-tree.c (print_node): target-specific builtins print + * print-tree.c (print_node): Target-specific builtins print numbers, not names. 2000-12-04 Jason Merrill <jason@redhat.com> |