diff options
author | Svein Seldal <svein@dev.seldal.com> | 2002-11-18 14:00:44 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2002-11-18 14:00:44 +0000 |
commit | eb1284494b10dc685a3b2cf3bd622d605a37b003 (patch) | |
tree | 7c44682dbc3251b407cce9b6dbcb5953b2a14639 /gas | |
parent | 9c87d6c7e4d127af8701b80157edbcdddb7b01b6 (diff) | |
download | gdb-eb1284494b10dc685a3b2cf3bd622d605a37b003.zip gdb-eb1284494b10dc685a3b2cf3bd622d605a37b003.tar.gz gdb-eb1284494b10dc685a3b2cf3bd622d605a37b003.tar.bz2 |
Fixups in ChangeLog entries which has been filed in the wrong place.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 35 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 30 |
2 files changed, 30 insertions, 35 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cebad84..a8a2c99 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,27 +1,5 @@ 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com> - * testsuite/gas/all/gas.exp: Setup for tic4x testcase - * testsuite/gas/macros/macros.exp: Ditto - * testsuite/gas/tic4x: New tic4x gas testsuite directory - * testsuite/gas/tic4x/addressing.s: Create - * testsuite/gas/tic4x/addressing_c3x.d: Create - * testsuite/gas/tic4x/addressing_c4x.d: Create - * testsuite/gas/tic4x/allopcodes.S: Create - * testsuite/gas/tic4x/data.d: Create - * testsuite/gas/tic4x/data.s: Create - * testsuite/gas/tic4x/float.d: Create - * testsuite/gas/tic4x/float.s: Create - * testsuite/gas/tic4x/opclasses.h: Create - * testsuite/gas/tic4x/opcodes.s: Create - * testsuite/gas/tic4x/opcodes_c3x.d: Create - * testsuite/gas/tic4x/opcodes_c4x.d: Create - * testsuite/gas/tic4x/rebuild.sh: Create - * testsuite/gas/tic4x/registers.s: Create - * testsuite/gas/tic4x/registers_c3x.d: Create - * testsuite/gas/tic4x/registers_c4x.d: Create - * testsuite/gas/tic4x/tic4x.exp: Create - * testsuite/gas/tic4x/zeros.d: Create - * testsuite/gas/tic4x/zeros.s: Create * config/tc-tic4x.c: Fixed proper commandline parameters. Added support for new opcode-list format. General error message fixups. @@ -41,19 +19,6 @@ (md_parse_options): Revised commandprompt swicthes and added new ones. (md_show_usage): Complete rewrite of printout. - * testsuite/gas/tic4x/addressing.s: Fix bug in one insn - * testsuite/gas/tic4x/addressing_c3x.d: Update thereafter - * testsuite/gas/tic4x/addressing_c4x.d: Update thereafter - * testsuite/gas/tic4x/allopcodes.S: Add support for new - opclass.h changes - * testsuite/gas/tic4x/opclasses.h: Added testsuites for - the new enhanced opcodes. - * testsuite/gas/tic4x/opcodes.s: Regenerate - * testsuite/gas/tic4x/opcodes_c3x.d: Update from above - * testsuite/gas/tic4x/opcodes_c4x.d: Update from above - * testsuite/gas/tic4x/opcodes_new.d: Added new testsuite for - the enhanced and special insns. - * testsuite/gas/tic4x/tic4x.exp: Added the opcodes_new testsuite 2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com> diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d3658aa..644fc41 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,33 @@ +2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com> + + * gas/all/gas.exp: Setup for tic4x testcase + * gas/macros/macros.exp: Ditto + * gas/tic4x: New tic4x gas testsuite directory + * gas/tic4x/addressing.s: Create. Fix bug in one insn + * gas/tic4x/addressing_c3x.d: Create and update + * gas/tic4x/addressing_c4x.d: Create and update + * gas/tic4x/allopcodes.S: Create. Add support for new + opclass.h changes. + * gas/tic4x/data.d: Create + * gas/tic4x/data.s: Create + * gas/tic4x/float.d: Create + * gas/tic4x/float.s: Create + * gas/tic4x/opclasses.h: Create. Added testsuites for the + new enhanced opcodes. + * gas/tic4x/opcodes.s: Create (regenerate). + * gas/tic4x/opcodes_c3x.d: Create. Updated from enhanced + changes + * gas/tic4x/opcodes_c4x.d: Create. Ditto. + * gas/tic4x/rebuild.sh: Create + * gas/tic4x/registers.s: Create + * gas/tic4x/registers_c3x.d: Create + * gas/tic4x/registers_c4x.d: Create + * gas/tic4x/zeros.d: Create + * gas/tic4x/zeros.s: Create + * gas/tic4x/opcodes_new.d: Added new testsuite for + the enhanced and special insns. + * gas/tic4x/tic4x.exp: Create. Added the opcodes_new testsuite + 2002-11-12 Alan Modra <amodra@bigpond.net.au> * gas/ppc/booke.d: Adjust output for corrected condition reg. |