aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Wohlferd <LimeGreenSocks@yahoo.com>2014-05-29 11:50:22 +0000
committerAndrew Haley <aph@gcc.gnu.org>2014-05-29 11:50:22 +0000
commit2556511ee02c2673e85ebce98abd0e974b9ad629 (patch)
tree2ef7aa60e0ea31c0d8fd33a519b54d0c5f0ac268 /gcc
parent004d38098c5e8c2153d07da36b79ceb81f0140b4 (diff)
downloadgcc-2556511ee02c2673e85ebce98abd0e974b9ad629.zip
gcc-2556511ee02c2673e85ebce98abd0e974b9ad629.tar.gz
gcc-2556511ee02c2673e85ebce98abd0e974b9ad629.tar.bz2
extend.texi: Rewrite inline asm page / re-org asm-related pages.
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. From-SVN: r211051
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 99c1ffc..789a71c 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