diff options
author | William Schmidt <wschmidt@gcc.gnu.org> | 2016-01-22 22:06:06 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2016-01-22 22:06:06 +0000 |
commit | d403fc9a7b069eb27229796569ef654a5600e562 (patch) | |
tree | 0e9a5c6cc96ececedcc2f878a2ccb692b7674a59 /gcc | |
parent | d1fb377c689e7586492b357617ff0e78ab0228b3 (diff) | |
download | gcc-d403fc9a7b069eb27229796569ef654a5600e562.zip gcc-d403fc9a7b069eb27229796569ef654a5600e562.tar.gz gcc-d403fc9a7b069eb27229796569ef654a5600e562.tar.bz2 |
Fix ChangeLog entry in wrong file
From-SVN: r232750
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5dfdfc5..b86024d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -26,11 +26,6 @@ * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING. * common/config/aarch64/aarch64-common.c (toplevel): Ditto. -2016-01-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com> - - * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with - 64-bit support. - 2016-01-22 Christian Bruel <christian.bruel@st.com> PR target/68674 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 06e9138..0b4b2d7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -3,6 +3,11 @@ * gcc.target/powerpc/pr63354c: Adjust target selector to include 32-bit targets testing an -m64 multilib. +2016-01-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with + 64-bit support. + 2016-01-22 James Greenhalgh <james.greenhalgh@arm.com> * gcc.dg/vect/bb-slp-pr68892.c: Require vect_double. |