mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
Fixups in ChangeLog entries which has been filed in the wrong place.
This commit is contained in:
parent
9c87d6c7e4
commit
eb1284494b
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,28 +1,14 @@
|
||||
2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* opcode/tic4x.h: File reordering. Added enhanced opcodes.
|
||||
|
||||
2002-11-16 Klee Dienes <kdienes@apple.com>
|
||||
|
||||
* opcode/m88k.h (INSTAB): Remove 'next' field.
|
||||
(instruction): Remove definition; replace with extern declaration
|
||||
and mark as const.
|
||||
|
||||
2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* opcode/tic4x.h: Major rewrite of entire file. Define
|
||||
instruction classes, and put each instruction into a class.
|
||||
|
||||
2002-11-14 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* bfdlink.h (struct bfd_link_info): Add new boolean
|
||||
field pei386_runtime_pseudo_reloc.
|
||||
|
||||
2002-11-11 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* opcode/tic4x.h: Added new opcodes and corrected some bugs. Add
|
||||
support for new DSP types.
|
||||
|
||||
2002-10-26 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* partition.h: Close the extern "C" scope when compiling with C++.
|
||||
|
@ -1,3 +1,17 @@
|
||||
2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* tic4x.h: File reordering. Added enhanced opcodes.
|
||||
|
||||
2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* tic4x.h: Major rewrite of entire file. Define instruction
|
||||
classes, and put each instruction into a class.
|
||||
|
||||
2002-11-11 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* tic4x.h: Added new opcodes and corrected some bugs. Add support
|
||||
for new DSP types.
|
||||
|
||||
2002-10-14 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* cgen.h: Test __BFD_H_SEEN__ rather than BFD_VERSION_DATE.
|
||||
|
Loading…
Reference in New Issue
Block a user