diff options
author | Mantas Mikaitis <mantas.mikaitis@arm.com> | 2014-12-10 11:46:08 +0000 |
---|---|---|
committer | Alan Lawrence <alalaw01@gcc.gnu.org> | 2014-12-10 11:46:08 +0000 |
commit | d0d7c3578223567be0795ac70f4c26e788fc2387 (patch) | |
tree | c2f0865c36667611eb93ad121f4f2eb2387aa131 /gcc | |
parent | 73d1736364dbaa29eba1dce8b9ab6844915529ac (diff) | |
download | gcc-d0d7c3578223567be0795ac70f4c26e788fc2387.zip gcc-d0d7c3578223567be0795ac70f4c26e788fc2387.tar.gz gcc-d0d7c3578223567be0795ac70f4c26e788fc2387.tar.bz2 |
check_GNU_style.sh "80 characters exceeded" error fix
2014-12-10 Mantas Mikaitis <mantas.mikaitis@arm.com>
* contrib/check_GNU_style.sh (col): Got rid of cut operation
from the pipe chain and instead added cut inside awk command.
From-SVN: r218575
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58045f5..a8d9198 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-12-10 Mantas Mikaitis <mantas.mikaitis@arm.com> + + * contrib/check_GNU_style.sh (col): Got rid of cut operation + from the pipe chain and instead added cut inside awk command. + 2014-12-10 Richard Biener <rguenther@suse.de> PR tree-optimization/64191 |