aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCharles Baylis <cbaylis@gcc.gnu.org>2014-10-24 15:01:49 +0000
committerCharles Baylis <cbaylis@gcc.gnu.org>2014-10-24 15:01:49 +0000
commit820aecbf23385cd7c2acc8247dee468e02eeb8e7 (patch)
treeaa48bdcd829aa1c1786a420bff6d6c692d132f1d /gcc
parent29e5e2f9e2b920c29711785963895b755e930035 (diff)
downloadgcc-820aecbf23385cd7c2acc8247dee468e02eeb8e7.zip
gcc-820aecbf23385cd7c2acc8247dee468e02eeb8e7.tar.gz
gcc-820aecbf23385cd7c2acc8247dee468e02eeb8e7.tar.bz2
fix up changelog format for r216671.
From-SVN: r216673
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3a48bb1..cfa6222 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,6 +6,7 @@
(__LD4_LANE_FUNC): Likewise.
2014-10-24 Charles Baylis <charles.baylis@linaro.org>
+
* config/aarch64/aarch64-builtins.c
(aarch64_types_loadstruct_lane_qualifiers): Define.
* config/aarch64/aarch64-simd-builtins.def (ld2_lane, ld3_lane,
@@ -20,8 +21,6 @@
* config/aarch64/aarch64.md (define_c_enum "unspec"): Add
UNSPEC_LD2_LANE, UNSPEC_LD3_LANE, UNSPEC_LD4_LANE.
-Change-Id: I4c36d18072215133573e07483cfe12165201c339
-
2014-10-24 Georg-Johann Lay <avr@gjlay.de>
* avr-protos.h (avr_out_sign_extend): New.