provide a new interface (using read_memory_func) to call the disassemblers
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * dis-buf.c: New file, for new read_memory_func interface.
4 Makefile.in (OFILES): Include it.
5 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
6 Use new read_memory_func interface.
7
8 Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9
10 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
11 * h8500-opc.h: Fix couple of opcodes.
12
13 Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14
15 * Makefile.in: add dvi & installcheck targets
16
17 Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
18
19 * Makefile.in: Update for h8500-dis.c.
20
21 Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
22
23 * h8500-dis.c, h8500-opc.h: New files
24
25 Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
26
27 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
28 ../include/dis-asm.h.
29 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
30 and ../gdb/m68k-pinsn.c).
31 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
32 and ../gdb/i386-pinsn.c).
33 * m68881-ext.c: New file. Moved definition of
34 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
35 * Makefile.in: Adjust for new files.
36 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
37 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
38 can be dis-assembled.
39
40 Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
41
42 * mips-dis.c (print_insn_arg): Now returns void.
43
44 Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
45
46 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
47 files that use the macros.
48
49 Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
50
51 * mips-dis.c: New file, from gdb/mips-pinsn.c.
52 * Makefile.in (DIS_LIBS): Added mips-dis.o.
53 (CFILES): Added mips-dis.c.
54
55 Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
56
57 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
58 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
59
60 Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
61
62 * Makefile.in: Improve *clean rules.
63 * configure.in: Allow a default host.
64
65 Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
66
67 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
68 files include other sysdep files
69
70 Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
71
72 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
73
74 Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
75
76 * configure.in: For host support, use ../bfd/configure.host
77 so it stays in sync with the ../bfd/hosts database.
78
79 Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
80
81 * configure.in: use cpu-vendor-os triple instead of nested cases
82
83 Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
84
85 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
86 *always* the wrong one.
87
88 Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
89
90 * z8kgen.c: added copyright info
91
92 Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
93
94 * z8k-dis.c (unparse_instr): prettier tabs
95 * z8kgen.c -> z8k-opc.h: bug fixes in tables
96
97 Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
98
99 * configure.in: Add ncr* configuration.
100 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
101 picayune ANSI compilers happy.
102
103 Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
104
105 * configure.in (i386): Make i386 and i486 synonymous for now.
106 * configure.in (i[34]86-*-sysv4): Add my_host definition.
107
108 Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
109
110 * Makefile.in (install): Fix typo.
111
112 Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
113
114 * Makefile.in (make): Remove obsolete crud.
115 (sparc-opc.o): Avoid Sun Make VPATH bug.
116
117 Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
118
119 * Makefile.in: since there are no SUBDIRS, remove rule and
120 references of subdir_do.
121
122 Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
123
124 * Makefile.in (install): Get the library name right here too.
125 Don't install bfd.h, since it's unrelated to this library. No
126 subdirs to recurse into, either.
127 (CFILES): The source file has a .c suffix, not .o.
128
129 * sparc-opc.c: New file, moved from BFD.
130 * Makefile.in (OFILES): Build it.
131
132 Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
133
134 * z8k-dis.c: fixed forward refferences of some declarations.
135
136 Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
137
138 * Makefile.in: get the name of the library right
139
140 Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
141
142 * z8k-dis.c: knows how to disassemble z8k stuff
143 * z8k-opc.h: new file full of z8000 opcodes
144
145
146
This page took 0.035671 seconds and 4 git commands to generate.