aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2013-11-20 08:15:17 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2013-11-20 08:15:17 +0000
commitcc6ebdca92e3a84397ea1d0b38a729ab5cbf933c (patch)
tree6bfe151c57a40d474db139df272eb06a23551620 /gcc
parent49b0aa187af0ef02227886ef40697e758faed084 (diff)
downloadgcc-cc6ebdca92e3a84397ea1d0b38a729ab5cbf933c.zip
gcc-cc6ebdca92e3a84397ea1d0b38a729ab5cbf933c.tar.gz
gcc-cc6ebdca92e3a84397ea1d0b38a729ab5cbf933c.tar.bz2
Remove gcc/ prefixes
From-SVN: r205091
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog21
1 files changed, 10 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3900adf..8a53975 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,10 +1,9 @@
2013-11-19 Joshua J Cogliati <jrincayc@yahoo.com>
PR c/53001
- * doc/invoke.texi: Adding documentation about
- -Wfloat-conversion.
+ * doc/invoke.texi: Adding documentation about -Wfloat-conversion.
-2013-11-20 Miro Kropacek <miro.kropacek@gmail.com>
+2013-11-19 Miro Kropacek <miro.kropacek@gmail.com>
* config/m68k/m68k.c (m68k_option_overrides): Fix typo.
@@ -1475,10 +1474,10 @@
2013-11-18 Teresa Johnson <tejohnson@google.com>
- * gcc/cfgrtl.c (cfg_layout_initialize): Assert if we
- try to go into cfglayout after bb reordering.
- * gcc/passes.def: Move compgotos before bb reordering
- since it goes into cfglayout.
+ * cfgrtl.c (cfg_layout_initialize): Assert if we try to go into
+ cfglayout after bb reordering.
+ * passes.def: Move compgotos before bb reordering since it goes into
+ cfglayout.
2013-11-18 Bernd Schmidt <bernds@codesourcery.com>
@@ -1686,8 +1685,8 @@
2013-11-18 Kirill Yukhin <kirill.yukhin@intel.com>
- * gcc/config/ia64/ia64.c (ia64_split_tmode_move): Mark load with
- `dead' flag if it kills address, not its post-increment.
+ * config/ia64/ia64.c (ia64_split_tmode_move): Mark load with `dead'
+ flag if it kills its address, not its post-increment.
2013-11-18 Ilya Enkovich <ilya.enkovich@intel.com>
@@ -1748,8 +1747,8 @@
(enum processor_type): Add PROCESSOR_BDVER4.
* config/i386/i386.md (define_attr "cpu"): Add bdver4.
* config/i386/i386.opt (flag_dispatch_scheduler): Add bdver4.
- * gcc/doc/extend.texi: Add details about bdver4.
- * gcc/doc/invoke.texi: Add details about bdver4. Add
+ * doc/extend.texi: Add details about bdver4.
+ * doc/invoke.texi: Add details about bdver4. Add
fma4 and fsgsbase for bdver3. Add fma4 for bdver2.
2013-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>