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