summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2002-11-18 14:00:44 +0000
committerSvein Seldal <svein@dev.seldal.com>2002-11-18 14:00:44 +0000
commitd4b79a4554fe07fc29a4495fe8fe5d0e207f52ac (patch)
treea3da950694f5b917197d55e147cc2a67dc195239 /include
parent3375be4ad7b076dcbfff420824e40cd3e35a2bbf (diff)
downloadgdb-d4b79a4554fe07fc29a4495fe8fe5d0e207f52ac.tar.gz
Fixups in ChangeLog entries which has been filed in the wrong place.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog14
-rw-r--r--include/opcode/ChangeLog14
2 files changed, 14 insertions, 14 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 703154e957d..5e1d70d68a8 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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++.
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index af5707e8e88..b83104d540d 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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.