4 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
5 Do not print a space before the completers specified by
10 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
11 defined, since gdb has been fixed.
14 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
15 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
16 be a *disassemble_info, not a *FILE.
17 * hppa-dis.c: Support 'd', '!', and 'a'.
18 * hppa-dis.c: Support 's' to extract a 2 bit space register.
19 * hppa-dis.c: Delete cases which are no longer needed.
23 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
27 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
32 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
33 * configure.in: No longer need to configure to get sysdep.h.
38 * hppa-dis.c: Support 'I', 'J', and 'K' in output
39 templates for 1.1 FP computational instructions.
43 * h8500-dis.c (print_insn_h8500): Address argument is type
45 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
48 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
49 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
51 * sparc-dis.c (compare_opcodes): Move static declaration to
56 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
57 instruction, remove unimp hack from 'l' argument.
61 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
67 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
72 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
73 arrays of string pointers to 2-d arrays of chars, to save
78 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
79 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
83 * hppa-dis.c: New file from Utah, adapted to new disassembler
85 * Makefile.in: Include it.
89 * sh-dis.c, sh-opc.h: New files.
93 * alpha-dis.c, alpha-opc.h: New files.
97 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
102 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
106 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
111 * sparc-dis.c: Use fprintf_func a few places where I forgot,
112 and double percent signs a few places.
114 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
116 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
117 Use info->print_address_func not print_address.
119 * dis-buf.c (generic_print_address): New function.
123 * Makefile.in: Add sparc-dis.c.
124 sparc-dis.c: New file, merges binutils and gdb versions as follows:
126 Add `add' instruction to the set that get checked
127 for a preceding `sethi' in order to print an absolute address.
128 * (print_insn): Disassembly prefers real instructions.
129 (is_delayed_branch): Speed up.
130 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
131 Still missing some float ops, and needs testing.
132 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
133 F_ALIAS. Use printf, not fprintf, when not passing a file
135 (compare_opcodes): Check that identical instructions have
136 identical opcodes, complain otherwise.
141 Use dis-asm.h/read_memory_func interface.
145 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
146 deliberately return non-zero to setjmp from longjmp. Otherwise
147 this code fails to compile.
151 * m68k-dis.c: Fix prototype for fetch_arg().
155 * dis-buf.c: New file, for new read_memory_func interface.
156 Makefile.in (OFILES): Include it.
157 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
158 Use new read_memory_func interface.
162 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
163 * h8500-opc.h: Fix couple of opcodes.
165 Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
167 * Makefile.in: add dvi & installcheck targets
171 * Makefile.in: Update for h8500-dis.c.
175 * h8500-dis.c, h8500-opc.h: New files
179 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
180 ../include/dis-asm.h.
181 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
182 and ../gdb/m68k-pinsn.c).
183 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
184 and ../gdb/i386-pinsn.c).
185 * m68881-ext.c: New file. Moved definition of
186 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
187 * Makefile.in: Adjust for new files.
189 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
190 can be dis-assembled.
194 * mips-dis.c (print_insn_arg): Now returns void.
198 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
199 files that use the macros.
203 * mips-dis.c: New file, from gdb/mips-pinsn.c.
204 * Makefile.in (DIS_LIBS): Added mips-dis.o.
205 (CFILES): Added mips-dis.c.
209 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
210 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
214 * Makefile.in: Improve *clean rules.
215 * configure.in: Allow a default host.
217 Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
219 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
220 files include other sysdep files
224 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
228 * configure.in: For host support, use ../bfd/configure.host
229 so it stays in sync with the ../bfd/hosts database.
231 Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
233 * configure.in: use cpu-vendor-os triple instead of nested cases
237 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
238 *always* the wrong one.
242 * z8kgen.c: added copyright info
246 * z8k-dis.c (unparse_instr): prettier tabs
247 * z8kgen.c -> z8k-opc.h: bug fixes in tables
249 Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
251 * configure.in: Add ncr* configuration.
252 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
253 picayune ANSI compilers happy.
257 * configure.in (i386): Make i386 and i486 synonymous for now.
258 * configure.in (i[34]86-*-sysv4): Add my_host definition.
262 * Makefile.in (install): Fix typo.
266 * Makefile.in (make): Remove obsolete crud.
267 (sparc-opc.o): Avoid Sun Make VPATH bug.
271 * Makefile.in: since there are no SUBDIRS, remove rule and
272 references of subdir_do.
276 * Makefile.in (install): Get the library name right here too.
277 Don't install bfd.h, since it's unrelated to this library. No
278 subdirs to recurse into, either.
279 (CFILES): The source file has a .c suffix, not .o.
281 * sparc-opc.c: New file, moved from BFD.
282 * Makefile.in (OFILES): Build it.
286 * z8k-dis.c: fixed forward refferences of some declarations.
290 * Makefile.in: get the name of the library right
294 * z8k-dis.c: knows how to disassemble z8k stuff
295 * z8k-opc.h: new file full of z8000 opcodes