aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-22 19:19:48 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-22 19:19:48 +0000
commit53a7bd71ddaa01f1a04cc74bfe5b8d2f975a5711 (patch)
tree6e674c2f0f306ef647ec17b2c320897df3f4ff48 /gcc/ChangeLog
parent99838ed7075b729130895888cd20a421ea4227ca (diff)
* gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
-fdump-ada-spec is passed but not if -fsyntax-only is. cp/ * lang-specs.h: Pass "-o %g.s" to cc1plus for headers even if -fdump-ada-spec is passed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224755 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 05ed274a9f7..e5a5764404b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
+
+ * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
+ -fdump-ada-spec is passed but not if -fsyntax-only is.
+
2015-06-22 Vladimir Makarov <vmakarov@redhat.com>
PR bootstrap/63740