projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f64800
)
Fix typo in ChangeLog entry
author
Tobias Schlüter
<tobi@gcc.gnu.org>
Sat, 10 Mar 2007 17:07:41 +0000
(18:07 +0100)
committer
Tobias Schlüter
<tobi@gcc.gnu.org>
Sat, 10 Mar 2007 17:07:41 +0000
(18:07 +0100)
From-SVN: r122797
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 60697926ad97fb494d6615ebad8920da3b86d383..73a521df8303b8ab635c8e3e6afb3576f1fd67fe 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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>