projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41f1c4
)
Revert "2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>"
author
Jeff Law
<law@gcc.gnu.org>
Mon, 23 Jun 2014 20:31:52 +0000
(14:31 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Mon, 23 Jun 2014 20:31:52 +0000
(14:31 -0600)
This reverts commit
ed8c02da028fb10d25a682e1838ba8b23a2c34ff
.
From-SVN: r211915
gcc/ChangeLog
patch
|
blob
|
history
gcc/gcc.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8995702c48797dcb20b3967998227d2ec9dbdada..df29febfa499a6352a9d4f8fb5d37eb222db196f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,7
+1,3
@@
-2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>
-
- * gcc.c (set_multilib_dir): Fix typo.
-
2014-06-23 Richard Biener <rguenther@suse.de>
* tree-ssa-loop.c (gate_loop): New function.
diff --git
a/gcc/gcc.c
b/gcc/gcc.c
index fa48758a0d1e168b47faefd19488c9a883212429..9ac18e60d8014eb5b62ea1f12a80b6f9335ab719 100644
(file)
--- a/
gcc/gcc.c
+++ b/
gcc/gcc.c
@@
-7810,7
+7810,7
@@
set_multilib_dir (void)
}
if (multilib_dir == NULL && multilib_os_dir != NULL
- && strcmp (multilib_os_dir, ".")
!
= 0)
+ && strcmp (multilib_os_dir, ".")
=
= 0)
{
free (CONST_CAST (char *, multilib_os_dir));
multilib_os_dir = NULL;