From f50909cf2290f22f6dc2fe82b57b4377f977f200 Mon Sep 17 00:00:00 2001 From: Yufeng Zhang Date: Mon, 13 May 2013 22:33:54 +0000 Subject: [PATCH] Corrected the changelog entry in the previous commit. --- gas/ChangeLog | 7 ------- gas/testsuite/ChangeLog | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index c1a0aa7e43..e35c82147a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,10 +1,3 @@ -2013-05-13 Yufeng Zhang - - * testsuite/gas/aarch64/diagnostic.s: Update. - * testsuite/gas/aarch64/diagnostic.l: Ditto. - * testsuite/gas/aarch64/movi.s: Add new tests. - * testsuite/gas/aarch64/movi.d: Update. - 2013-05-09 Andrew Pinski * config/tc-mips.c (struct mips_set_options): New ase_virt field. diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index dbaed95f06..679cf54090 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2013-05-13 Yufeng Zhang + + * gas/aarch64/diagnostic.s: Update. + * gas/aarch64/diagnostic.l: Ditto. + * gas/aarch64/movi.s: Add new tests. + * gas/aarch64/movi.d: Update. + 2013-05-09 Andrew Pinski * gas/mips/mips.exp: Run virt and virt64 testcases.