aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDJ Delorie <dj@gcc.gnu.org>2011-05-12 16:52:32 -0400
committerDJ Delorie <dj@gcc.gnu.org>2011-05-12 16:52:32 -0400
commitd53903d64cbf33cd150e8053613ea26d6d539599 (patch)
treed62509e4f237dcc4f1c81e49e31413246dc09ec8 /gcc
parent8b9a1428e501cc54419cba1da888d6f98e69464e (diff)
downloadgcc-d53903d64cbf33cd150e8053613ea26d6d539599.zip
gcc-d53903d64cbf33cd150e8053613ea26d6d539599.tar.gz
gcc-d53903d64cbf33cd150e8053613ea26d6d539599.tar.bz2
Fix missing file name in changelog
From-SVN: r173715
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 58f25a7..5a59de8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -61,7 +61,7 @@
2011-05-12 DJ Delorie <dj@redhat.com>
- (rx_builtins): New arrays - holds builtin functions.
+ * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
(ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
created builtin into rx_builtins array.
(rx_builtin_decl): New function.