diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-12-13 12:29:19 -0800 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-12-13 12:29:19 -0800 |
commit | b286769e763bea688efa03f3d1c69bc5be185cbb (patch) | |
tree | 5fc65d3a6ff91a5b54121e9029080e775adc24d1 /gcc | |
parent | fe8728354109159d6b79af99eae6e94f2a282027 (diff) | |
download | gcc-b286769e763bea688efa03f3d1c69bc5be185cbb.zip gcc-b286769e763bea688efa03f3d1c69bc5be185cbb.tar.gz gcc-b286769e763bea688efa03f3d1c69bc5be185cbb.tar.bz2 |
fix typo in my last changelog
From-SVN: r92103
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85e7719..7fc35b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -13,7 +13,7 @@ 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> PR target/18964 - * config/darwin.c (darwin_assemble_visibility): Fix minor diadnostic + * config/darwin.c (darwin_assemble_visibility): Fix minor diagnostic problem, adding a space at the end of the string before concatenation. 2004-12-13 Kazu Hirata <kazu@cs.umass.edu> |