* m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
2
3 * copy.c, nm.c, objdump.c, size.c : changed to use the
4 new reloc scheme.
5
6
7 Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
8
9 * bucomm.c (print_arelt_descr): Tweek the output format
10 so that 'ar tv' output follows Posix 1003.2/D11.
11 Output is now also identical to Sun's (except __.SYMDEF).
12
13 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
14
15 * Makefile.in: Make `make' output more readable.
16
17 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
18
19 * Makefile.in: Bump to version 1.94.
20
21 Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
22
23 * ar.c: added "b" to fopens for dos
24 * configdj.bat, makefile.dos new files from DJ
25
26 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
27
28 * Makefile.in: infodir belongs in datadir.
29
30 Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
31
32 * bucomm.h: created to hold prototypes of bucomm.c
33 * objdump.h: created to hold prototyes of objdump.c
34 * am29k-pinsn.c: include objdump.h
35 * ar.c: include bucomm.h, get ar.h from the right place and
36 include libbfd.h
37 * bucomm.c: defunize bfd_fatal
38 * copy.c: include bucomm.h, lint.
39 * i960-pinsn.h: include bucomm.h
40 * m68k-pinsn.h: lint
41 * nm.c: include bucomm.h, lint
42 * objdump.c: lint
43 * sparc-pinsn.c: include objdump.h
44
45
46
47 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
48
49 * Makefile.in: added standards.text support. install using
50 INSTALL_PROGRAM and INSTALL_DATA.
51
52 * configure.in: configure now does all of it's work from objdir so
53 make file existence tests against ${srcdir}.
54
55 Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
56
57 * Makefile.in: idestdir and ddestdir go away. Added copyrights
58 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
59 and mandir now keyed off datadir by default.
60
61 Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
62
63 * Makefile.in: Bump to version 1.93.
64 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
65 for make versions that provide half-baked VPATH-support (e.g. Sun's).
66 * size.c: Improvements suggested by
67 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
68 - Don't emit (Berkeley) headers if no files were found.
69 - Return a non-zero return code on failure.
70
71 Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
72
73 Changes due to include file renaming:
74 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
75 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
76 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
77 * nm.c: stab.gnu.h -> aout/stab_gnu.h
78
79 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
80
81 * README: Mention MINIMIZE flag for bfd's make.
82
83 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
84
85 * README: Various improvements.
86
87 Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
88
89 * Makefile.in: Bump to version 1.92.
90 * version.c, Makefile.in: Get version string from Makefile.
91 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
92 Make the same change that we earlier did for ar/ranlib:
93 Generate two different binaries for strip and copy and use
94 a global variable with different values to distinguish
95 ostrip from copy. (-1 means to use argv[0] to decide,
96 so you can get the old behavior, but it is no longer the default).
97 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
98 * copy.c (main): If is_strip==-1, compare last 5 chars
99 of argv[0], not the whole path.
100 * copy.c (main): Return 0, not 1.
101 * copy.c (setup_sections): Fix due to change in bfd_make_section
102 now failing if asked for a duplicate section.
103 * strip.c, ostrip.c: Removed obsolete files.
104 * ar.c, not-ranlib.c, maybe-ranlib.c:
105 Change encoding of is_ranlib variable to be consistent
106 with is_strip for strip.copy (i.e -1 to means use argv[0]).
107
108 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
109
110 * version.c (program_version): Update to version 1.92.
111
112 Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
113
114 * ar.c (get_pos_bfd): Previous fix was missing a "break".
115
116 Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
117
118 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
119 encodings. (Thaks to David Wood)
120
121 Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
122
123 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
124 * ar.c (get_pos_bfd): Fix to handling of before/after
125 positioning options.
126 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
127 since libiberty contains vfprintf etc if otherwise missing.
128 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
129 type operands, as used by branch instructions.
130 * nm.c: Delegate printing of symbols to BFD,
131 by using bfd_print_symbol to do the formatting.
132
133 Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
134
135 * ar.c (write_archive.c): added unlink before rename since some
136 systems can't rename onto an existant file.
137
138 Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
139
140 * nm.c: now doesn't crash if a symbol with no section and no
141 SEC_ABS appears.
142
143 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
144
145 * Makefile.in, version.c: Bump to version 1.91.
146
147 Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
148
149 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
150 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
151 * strip.c: Add or update Copyright notice.
152 * TODO: Add note on 'nm -a'.
153 * version.c: Update version number to 1.90.
154 * Makefile.in: Fix making of documentation for dist.
155
156 Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
157
158 * README: New file.
159 * Makefile.in: New kludgy rules for making a tarfile.
160 * Makefile.in: Fix bindir path.
161
162 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
163
164 * Makefile.in: add targets binutils.mm, binutils.me
165
166 Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
167
168 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
169
170 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
171
172 * Makefile.in: add target "binutils.ms"
173
174 * binutils.texinfo: minor restructuring for texi2roff comfort.
175
176 Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
177
178 Restructure configuration scheme for bfd, binutils, ld.
179
180 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
181 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
182 Change some config names to match other dirs.
183 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
184 get defined first.
185 * Makefile.in: Use -I. to get sysdep.h.
186
187 Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
188
189 * nm.c (print_symbols): Handle NULL name field of symbol.
190 * Makefile.in: Removed spurious comment.
191
192 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
193
194 * binutils.texinfo: minor typos, phrasing, formatting fixes.
195
196 Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
197
198 * configure.in: Get host file from ../bfd/config, not config.
199 * config/*: Remove config directory and its files.
200
201 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
202
203 * Makefile.in: new targets binutils.dvi, binutils.info
204
205 * binutils.texinfo: remove most remaining FIXME's, delete
206 references to __.SYMDEF by name
207
208
209 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
210
211 * objdump.c (print_address) Print addresses nicely.
212
213 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
214
215 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
216 Make two different binaries for ar and ranlib, instead of
217 distinguishing them at run time using argv[0].
218 (Old behavior is still available if you "make ar_with_ranlib",
219 but it is not the default.)
220 * ranlib.sh (new): An alternative one-line
221 shell implementation of ranlib.
222
223 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
224
225 * objdump.c: Cope with renames of a few BFD types & enums.
226
227 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
228
229 * binutils.texinfo: add new file (rudimentary docn)
230
231 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
232
233 * config/hmake-news: Add new file (for Sony NEWSOS3).
234 * bucomm.c (fatal): Conditionally compile fatal() depending on
235 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
236 * objdump.c (dump_headers): Trivial output format change.
237 * objdump.c (display_info): Loop over integers, not enums,
238 to appease old compilers.
239
240 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
241
242 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
243
244 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
245 from bother
246 * objdump.c (print_address): Make disasembled output more
247 consistent with gdb and as: Add 0x when printing hex.
248 Don't print extra leading zeros.
249 Attempt to not print "filename.o".
250 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
251
252
253 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
254
255 * copy.c: Change =& constructs to = &, since they confuse older
256 C compilers.
257
258
This page took 0.096015 seconds and 4 git commands to generate.