OSDN Git Service

Fix typo in ChangeLog entry
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Mar 2007 17:07:41 +0000 (17:07 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Mar 2007 17:07:41 +0000 (17:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122797 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 6069792..73a521d 100644 (file)
@@ -2,9 +2,9 @@
 
        * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
        quotation mark.
-       * config/i386/darwin.c (machopic_select_section): Remove
-       superfluous argument in call to categorize_decl_for_section.
-       Remove unused variable shlib.
+       * config/darwin.c (machopic_select_section): Remove superfluous
+       argument in call to categorize_decl_for_section.  Remove unused
+       variable shlib.
 
 2007-03-10  Joseph Myers  <joseph@codesourcery.com>