3 * Makefile.in: added test-install target.
7 * Makefile.in: use sanity test on make check.
11 * Makefile.in: rework CFLAGS so that they can be passed on the
12 command line to make. Remove MINUS_G. Default CFLAGS to -g.
16 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
21 * Makefile.in: added check target.
25 * Makefile.in: added clean-info target.
29 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
30 installed. added tooldir and program_prefix.
34 * Makefile.in, configure.in: removed traces of namesubdir,
35 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
36 copyrights to '92, changed some from Cygnus to FSF.
38 Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
40 * Makefile.in: Bump version to 1.96, and remove -beta
41 suffix from distribution name.
42 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
43 the signed value of a character (even if chars are unsigned).
44 * sparc-pinsn.c: Add new operand types.
46 Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
48 * objdump.c (disassemble_data): don't print a section's contents
49 if it's not loadable (eg bss)
51 Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
53 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
54 displacements don't get printed as large +ve ones.
56 Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
58 * copy.c, nm.c, objdump.c, size.c : changed to use the
62 Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
64 * bucomm.c (print_arelt_descr): Tweek the output format
65 so that 'ar tv' output follows Posix 1003.2/D11.
66 Output is now also identical to Sun's (except __.SYMDEF).
68 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
70 * Makefile.in: Make `make' output more readable.
72 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
74 * Makefile.in: Bump to version 1.94.
76 Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
78 * ar.c: added "b" to fopens for dos
79 * configdj.bat, makefile.dos new files from DJ
81 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
83 * Makefile.in: infodir belongs in datadir.
85 Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
87 * bucomm.h: created to hold prototypes of bucomm.c
88 * objdump.h: created to hold prototyes of objdump.c
89 * am29k-pinsn.c: include objdump.h
90 * ar.c: include bucomm.h, get ar.h from the right place and
92 * bucomm.c: defunize bfd_fatal
93 * copy.c: include bucomm.h, lint.
94 * i960-pinsn.h: include bucomm.h
96 * nm.c: include bucomm.h, lint
98 * sparc-pinsn.c: include objdump.h
102 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
104 * Makefile.in: added standards.text support. install using
105 INSTALL_PROGRAM and INSTALL_DATA.
107 * configure.in: configure now does all of it's work from objdir so
108 make file existence tests against ${srcdir}.
110 Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
112 * Makefile.in: idestdir and ddestdir go away. Added copyrights
113 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
114 and mandir now keyed off datadir by default.
116 Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
118 * Makefile.in: Bump to version 1.93.
119 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
120 for make versions that provide half-baked VPATH-support (e.g. Sun's).
121 * size.c: Improvements suggested by
123 - Don't emit (Berkeley) headers if no files were found.
124 - Return a non-zero return code on failure.
126 Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
128 Changes due to include file renaming:
129 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
130 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
131 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
132 * nm.c: stab.gnu.h -> aout/stab_gnu.h
134 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
136 * README: Mention MINIMIZE flag for bfd's make.
138 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
140 * README: Various improvements.
142 Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
144 * Makefile.in: Bump to version 1.92.
145 * version.c, Makefile.in: Get version string from Makefile.
146 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
147 Make the same change that we earlier did for ar/ranlib:
148 Generate two different binaries for strip and copy and use
149 a global variable with different values to distinguish
150 ostrip from copy. (-1 means to use argv[0] to decide,
151 so you can get the old behavior, but it is no longer the default).
152 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
153 * copy.c (main): If is_strip==-1, compare last 5 chars
154 of argv[0], not the whole path.
155 * copy.c (main): Return 0, not 1.
156 * copy.c (setup_sections): Fix due to change in bfd_make_section
157 now failing if asked for a duplicate section.
158 * strip.c, ostrip.c: Removed obsolete files.
159 * ar.c, not-ranlib.c, maybe-ranlib.c:
160 Change encoding of is_ranlib variable to be consistent
161 with is_strip for strip.copy (i.e -1 to means use argv[0]).
163 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
165 * version.c (program_version): Update to version 1.92.
167 Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
169 * ar.c (get_pos_bfd): Previous fix was missing a "break".
171 Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
173 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
174 encodings. (Thaks to David Wood)
176 Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
178 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
179 * ar.c (get_pos_bfd): Fix to handling of before/after
181 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
182 since libiberty contains vfprintf etc if otherwise missing.
183 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
184 type operands, as used by branch instructions.
185 * nm.c: Delegate printing of symbols to BFD,
186 by using bfd_print_symbol to do the formatting.
188 Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
190 * ar.c (write_archive.c): added unlink before rename since some
191 systems can't rename onto an existant file.
193 Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
195 * nm.c: now doesn't crash if a symbol with no section and no
198 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
200 * Makefile.in, version.c: Bump to version 1.91.
202 Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
204 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
205 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
206 * strip.c: Add or update Copyright notice.
207 * TODO: Add note on 'nm -a'.
208 * version.c: Update version number to 1.90.
209 * Makefile.in: Fix making of documentation for dist.
211 Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
214 * Makefile.in: New kludgy rules for making a tarfile.
215 * Makefile.in: Fix bindir path.
217 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
219 * Makefile.in: add targets binutils.mm, binutils.me
221 Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
223 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
225 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
227 * Makefile.in: add target "binutils.ms"
229 * binutils.texinfo: minor restructuring for texi2roff comfort.
231 Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
233 Restructure configuration scheme for bfd, binutils, ld.
235 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
236 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
237 Change some config names to match other dirs.
238 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
240 * Makefile.in: Use -I. to get sysdep.h.
242 Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
244 * nm.c (print_symbols): Handle NULL name field of symbol.
245 * Makefile.in: Removed spurious comment.
247 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
249 * binutils.texinfo: minor typos, phrasing, formatting fixes.
251 Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
253 * configure.in: Get host file from ../bfd/config, not config.
254 * config/*: Remove config directory and its files.
256 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
258 * Makefile.in: new targets binutils.dvi, binutils.info
260 * binutils.texinfo: remove most remaining FIXME's, delete
261 references to __.SYMDEF by name
264 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
266 * objdump.c (print_address) Print addresses nicely.
268 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
270 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
271 Make two different binaries for ar and ranlib, instead of
272 distinguishing them at run time using argv[0].
273 (Old behavior is still available if you "make ar_with_ranlib",
274 but it is not the default.)
275 * ranlib.sh (new): An alternative one-line
276 shell implementation of ranlib.
278 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
280 * objdump.c: Cope with renames of a few BFD types & enums.
282 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
284 * binutils.texinfo: add new file (rudimentary docn)
286 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
288 * config/hmake-news: Add new file (for Sony NEWSOS3).
289 * bucomm.c (fatal): Conditionally compile fatal() depending on
290 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
291 * objdump.c (dump_headers): Trivial output format change.
292 * objdump.c (display_info): Loop over integers, not enums,
293 to appease old compilers.
295 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
297 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
299 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
301 * objdump.c (print_address): Make disasembled output more
302 consistent with gdb and as: Add 0x when printing hex.
303 Don't print extra leading zeros.
304 Attempt to not print "filename.o".
305 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
308 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
310 * copy.c: Change =& constructs to = &, since they confuse older