diff options
author | Alan Modra <amodra@gmail.com> | 2016-03-17 09:57:50 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-03-17 09:59:13 +1030 |
commit | 5dafb246a163333cf8454e5af863c18e3923bea7 (patch) | |
tree | 45e175ec71584c2518f0d24dc8eae666d54b84ea /gas | |
parent | 7868401b7b63d851eea5de3b780591238d579bd1 (diff) | |
download | gdb-5dafb246a163333cf8454e5af863c18e3923bea7.zip gdb-5dafb246a163333cf8454e5af863c18e3923bea7.tar.gz gdb-5dafb246a163333cf8454e5af863c18e3923bea7.tar.bz2 |
testsuite/ChangeLog is no longer supposed to exist
move entries to main ChangeLog
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 13 |
2 files changed, 7 insertions, 13 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 42dad37..ab383c7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -52,6 +52,10 @@ (do_t_mov_cmp): Likewise. (do_t_add_sub): Protect against bad relocations usage. (do_t_mov_cmp): Likewise. + * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New. + * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New. + * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New. + * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New. 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> @@ -566,6 +570,9 @@ * config/tc-arc.h (TARGET_USE_CFIPOP): Define (tc_cfi_frame_initial_instructions): Likewise. (tc_regname_to_dw2regnum): Likewise. + * testsuite/gas/cfi/cfi-arc-1.d: New file. + * testsuite/gas/cfi/cfi-arc-1.s: Likewise. + * testsuite/gas/cfi/cfi.exp: Allow running tests for arc. 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org> diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog deleted file mode 100644 index b94efee..0000000 --- a/gas/testsuite/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -2016-03-10 Mickael Guene <mickael.guene@st.com> - - PR gas/19744 - * gas/arm/adds-thumb1-reloc-local-armv7-m.s: New. - * gas/arm/adds-thumb1-reloc-local-armv7-m.d: New. - * gas/arm/movs-thumb1-reloc-local-armv7-m.s: New. - * gas/arm/movs-thumb1-reloc-local-armv7-m.d: New. - -2016-02-16 Claudiu Zissulescu <claziss@synopsys.com> - - * gas/cfi/cfi-arc-1.d: New file. - * gas/cfi/cfi-arc-1.s: Likewise. - * gas/cfi/cfi.exp: Allow running tests for arc. |