diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-13 00:27:06 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-13 00:27:06 +0000 |
commit | 53b02e6d166e8d13ad1242625309abaa7473e6e1 (patch) | |
tree | c0aed2f8902f5e7b70854383ddb2bed06679990a /gcc/ChangeLog | |
parent | d8570d9f7c08fc74ca5c02afe2ae03dc7bdb54a1 (diff) | |
download | gcc-53b02e6d166e8d13ad1242625309abaa7473e6e1.tar.gz |
* config/darwin.h: Make pretty.
* config/t-darwin (config/darwin.h.rebuild): Add.
(build/slashify): Add.
* config/slashify.c: Add.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170097 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 258e84c9b30..e060af6b525 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2011-02-12 Mike Stump <mikestump@comcast.net> + + * config/darwin.h: Make pretty. + * config/t-darwin (config/darwin.h.rebuild): Add. + (build/slashify): Add. + * config/slashify.c: Add. + 2011-02-12 Joseph Myers <joseph@codesourcery.com> PR driver/45731 @@ -46,7 +53,7 @@ 2011-02-12 Iain Sandoe <iains@gcc.gnu.org> * config/darwin.c (darwin_override_options): Add a hunk missed - from the commit of r168571. Trim comment line lengths and + from the commit of r168571. Trim comment line lengths and correct indents of the preceding block. 2011-02-12 Iain Sandoe <iains@gcc.gnu.org> |