summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-29 11:50:22 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-29 11:50:22 +0000
commitbb195fbb894d692f917f7823659783d30d7e591b (patch)
tree2ef7aa60e0ea31c0d8fd33a519b54d0c5f0ac268 /gcc
parent0abea32ce53397ae5f3f9db852687aede815f6d4 (diff)
downloadgcc-bb195fbb894d692f917f7823659783d30d7e591b.tar.gz
2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
Andrew Haley <aph@redhat.com> Richard Sandiford <rdsandiford@googlemail.com> * doc/extend.texi: Rewrite inline asm page / re-org asm-related pages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 99c1ffc292f..789a71ce8af 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2674,6 +2674,13 @@
(expand_used_vars): Call stack_protect_decl_p and
stack_protect_return_slot_p for -fstack-protector-strong.
+2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
+ Andrew Haley <aph@redhat.com>
+ Richard Sandiford <rdsandiford@googlemail.com>
+
+ * doc/extend.texi: Rewrite inline asm page / re-org asm-related
+ pages.
+
2014-05-09 Kenneth Zadeck <zadeck@naturalbridge.com>
PR middle-end/61111