aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2014-09-09 10:58:18 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2014-09-09 10:58:18 +0000
commit995ba386eeeff521886fabf96b793048bc0305b9 (patch)
treec386c4c44ccf7c47aa2ccf338bb36719fa3039db /gcc/ChangeLog
parentf0373b8db25f7ef0fceccb0aba7f2f2249b936fb (diff)
downloadgcc-995ba386eeeff521886fabf96b793048bc0305b9.zip
gcc-995ba386eeeff521886fabf96b793048bc0305b9.tar.gz
gcc-995ba386eeeff521886fabf96b793048bc0305b9.tar.bz2
[Obvious] Change Linux to GNU/LINUX in ARM options documentation
gcc/ * doc/invoke.texi (-march): Use GNU/Linux rather than Linux. (-mtune): Likewise. (-mcpu): Likewise. From-SVN: r215049
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9a22220..c4ee46d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2014-09-09 James Greenhalgh <james.greenhalgh@arm.com>
+
+ * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
+ (-mtune): Likewise.
+ (-mcpu): Likewise.
+
2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/61749