4 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
5 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
6 be a *disassemble_info, not a *FILE.
7 * hppa-dis.c: Support 'd', '!', and 'a'.
8 * hppa-dis.c: Support 's' to extract a 2 bit space register.
9 * hppa-dis.c: Delete cases which are no longer needed.
13 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
17 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
22 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
23 * configure.in: No longer need to configure to get sysdep.h.
28 * hppa-dis.c: Support 'I', 'J', and 'K' in output
29 templates for 1.1 FP computational instructions.
33 * h8500-dis.c (print_insn_h8500): Address argument is type
35 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
38 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
39 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
41 * sparc-dis.c (compare_opcodes): Move static declaration to
46 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
47 instruction, remove unimp hack from 'l' argument.
51 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
57 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
62 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
63 arrays of string pointers to 2-d arrays of chars, to save
68 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
69 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
73 * hppa-dis.c: New file from Utah, adapted to new disassembler
75 * Makefile.in: Include it.
79 * sh-dis.c, sh-opc.h: New files.
83 * alpha-dis.c, alpha-opc.h: New files.
87 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
92 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
96 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
101 * sparc-dis.c: Use fprintf_func a few places where I forgot,
102 and double percent signs a few places.
104 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
106 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
107 Use info->print_address_func not print_address.
109 * dis-buf.c (generic_print_address): New function.
113 * Makefile.in: Add sparc-dis.c.
114 sparc-dis.c: New file, merges binutils and gdb versions as follows:
116 Add `add' instruction to the set that get checked
117 for a preceding `sethi' in order to print an absolute address.
118 * (print_insn): Disassembly prefers real instructions.
119 (is_delayed_branch): Speed up.
120 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
121 Still missing some float ops, and needs testing.
122 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
123 F_ALIAS. Use printf, not fprintf, when not passing a file
125 (compare_opcodes): Check that identical instructions have
126 identical opcodes, complain otherwise.
131 Use dis-asm.h/read_memory_func interface.
135 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
136 deliberately return non-zero to setjmp from longjmp. Otherwise
137 this code fails to compile.
141 * m68k-dis.c: Fix prototype for fetch_arg().
145 * dis-buf.c: New file, for new read_memory_func interface.
146 Makefile.in (OFILES): Include it.
147 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
148 Use new read_memory_func interface.
152 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
153 * h8500-opc.h: Fix couple of opcodes.
155 Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
157 * Makefile.in: add dvi & installcheck targets
161 * Makefile.in: Update for h8500-dis.c.
165 * h8500-dis.c, h8500-opc.h: New files
169 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
170 ../include/dis-asm.h.
171 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
172 and ../gdb/m68k-pinsn.c).
173 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
174 and ../gdb/i386-pinsn.c).
175 * m68881-ext.c: New file. Moved definition of
176 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
177 * Makefile.in: Adjust for new files.
179 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
180 can be dis-assembled.
184 * mips-dis.c (print_insn_arg): Now returns void.
188 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
189 files that use the macros.
193 * mips-dis.c: New file, from gdb/mips-pinsn.c.
194 * Makefile.in (DIS_LIBS): Added mips-dis.o.
195 (CFILES): Added mips-dis.c.
199 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
200 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
204 * Makefile.in: Improve *clean rules.
205 * configure.in: Allow a default host.
207 Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
209 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
210 files include other sysdep files
214 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
218 * configure.in: For host support, use ../bfd/configure.host
219 so it stays in sync with the ../bfd/hosts database.
221 Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
223 * configure.in: use cpu-vendor-os triple instead of nested cases
227 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
228 *always* the wrong one.
232 * z8kgen.c: added copyright info
236 * z8k-dis.c (unparse_instr): prettier tabs
237 * z8kgen.c -> z8k-opc.h: bug fixes in tables
239 Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
241 * configure.in: Add ncr* configuration.
242 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
243 picayune ANSI compilers happy.
247 * configure.in (i386): Make i386 and i486 synonymous for now.
248 * configure.in (i[34]86-*-sysv4): Add my_host definition.
252 * Makefile.in (install): Fix typo.
256 * Makefile.in (make): Remove obsolete crud.
257 (sparc-opc.o): Avoid Sun Make VPATH bug.
261 * Makefile.in: since there are no SUBDIRS, remove rule and
262 references of subdir_do.
266 * Makefile.in (install): Get the library name right here too.
267 Don't install bfd.h, since it's unrelated to this library. No
268 subdirs to recurse into, either.
269 (CFILES): The source file has a .c suffix, not .o.
271 * sparc-opc.c: New file, moved from BFD.
272 * Makefile.in (OFILES): Build it.
276 * z8k-dis.c: fixed forward refferences of some declarations.
280 * Makefile.in: get the name of the library right
284 * z8k-dis.c: knows how to disassemble z8k stuff
285 * z8k-opc.h: new file full of z8000 opcodes