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