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