]>
Commit | Line | Data |
---|---|---|
7c926404 KR |
1 | Wed Oct 7 12:53:52 1992 Ken Raeburn ([email protected]) |
2 | ||
3 | * copy.c (main): Even if is_strip, accept -d argument indicating | |
4 | alternate output format. Needed by gdb for Nindy. | |
5 | ||
6 | * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type. | |
e31e9a8d JO |
7 | |
8 | Tue Oct 6 16:33:56 1992 Jeffrey Osier ([email protected]) | |
9 | ||
10 | * binutils.texi: added documentation for "copy" | |
11 | ||
8d6ae8fc PB |
12 | Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony) |
13 | ||
14 | * Makefile.in (*clean rules): Some cleaning up. | |
15 | * Makefile.in (dist): Make diststuff in gprof for a dist. | |
16 | ||
17 | * ar.c (do_show_version): New function. | |
18 | * ar.c (main): Fix so "ar -V" works. | |
19 | ||
20 | Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
21 | ||
22 | * configure.in: now uses the cpu-vendor-os triple instead of | |
23 | nested cases. | |
24 | ||
c005c66c JG |
25 | Fri Sep 25 22:41:08 1992 John Gilmore ([email protected]) |
26 | ||
27 | * i960-pinsn.c: Change bzero to memset. | |
28 | * sparc-pinsn.c: Change index to strchr. | |
29 | ||
30 | Mon Sep 21 14:39:56 1992 Ian Lance Taylor ([email protected]) | |
31 | ||
32 | * m68k-pinsn (print_insn_arg, fetch_arg): added support for | |
33 | operands to memory management instructions, from WRS. | |
34 | ||
94a4a005 ILT |
35 | Tue Sep 15 15:26:38 1992 Ian Lance Taylor ([email protected]) |
36 | ||
37 | * Makefile.in (install): if $(tooldir) exists, install nm and | |
38 | strip in $(tooldir)/bin. | |
39 | ||
40 | Thu Sep 3 11:57:40 1992 Per Bothner ([email protected]) | |
41 | ||
42 | * Makefile.in: Let's call it version 2.0. | |
43 | ||
44 | Wed Sep 2 00:25:13 1992 Per Bothner ([email protected]) | |
45 | ||
46 | * Makefile.in: Bump to version 0.98. | |
47 | * TODO, README: Minor updates. | |
48 | ||
49 | * Makefile.in: Added mostlyclean, distclean rules, | |
50 | and cleaned up clean, realclean. | |
51 | ||
3790af1d ILT |
52 | Sun Aug 30 21:18:59 1992 Ian Lance Taylor ([email protected]) |
53 | ||
54 | * Makefile.in: map program names through program_transform_name | |
55 | when installing. | |
56 | ||
455a0d28 PB |
57 | Sun Aug 30 18:09:03 1992 Per Bothner ([email protected]) |
58 | ||
59 | * Makefile.in: Bump to versions 1.97.90. | |
60 | * cplus-dem.c: Removed. Was nowhere used - and if some | |
61 | programs are changed to to demangling should now use the | |
62 | versions in libiberty. | |
63 | ||
582e962a BK |
64 | Thu Aug 27 12:58:09 1992 Brendan Kehoe ([email protected]) |
65 | ||
66 | * configure.in: add we32k | |
67 | ||
817b5a60 SC |
68 | Mon Aug 24 14:53:42 1992 Steve Chamberlain ([email protected]) |
69 | ||
70 | * ar.c (map_over_members): if the element of the archive has a | |
71 | null name, fill it in. | |
72 | ||
73 | * nm.c (do_one_rel_file): only warn if a bfd's flags say there | |
74 | will be symbols and there aren't any. | |
75 | ||
1090c41e ILT |
76 | Wed Aug 19 11:20:25 1992 Ian Lance Taylor ([email protected]) |
77 | ||
78 | * m68k-pinsn.c: handle new operand type 'r', introduced for cas2. | |
79 | ||
305c1e74 RS |
80 | Tue Aug 18 20:45:48 1992 Rob Savoye ([email protected]) |
81 | ||
82 | * nm.c objdump.c: Added support for a +version (-V) | |
83 | to print the version number. | |
84 | ||
85 | * ar.c, copy.c: Added support for a -V option to print | |
86 | the version number. | |
87 | ||
f478fcf6 ILT |
88 | Tue Aug 18 13:28:44 1992 Ian Lance Taylor ([email protected]) |
89 | ||
90 | * config/mh-apollo68v: removed -g from CC definition. | |
91 | ||
92 | * Makefile.in: always create installation directories. | |
93 | ||
d6b38bfb PB |
94 | Mon Aug 17 18:33:41 1992 Per Bothner ([email protected]) |
95 | ||
96 | * m68k-pinsn.c: Minor fix in style of output (don't use | |
97 | range to indicate floating point control registers). | |
98 | ||
a00721fc PB |
99 | Tue Aug 11 23:42:21 1992 Per Bothner ([email protected]) |
100 | ||
101 | * ar.c (main): Don't *always* set the verbose flag! | |
102 | ||
ee9d275b PB |
103 | Wed Aug 5 11:25:27 1992 Per Bothner ([email protected]) |
104 | ||
105 | * copy.c: When is_strip (because it is invoked as the strip | |
106 | program), follow traditional argv processing: | |
107 | 'strip file1 file2' now strips file1 and file2, rather | |
108 | than stripping file1 (as input), leaving output in file2. | |
109 | ||
110 | Mon Jul 27 16:28:08 1992 Per Bothner ([email protected]) | |
111 | ||
112 | * objdump.c (display_info, display_info_table): Call | |
113 | bfd_set_format() on dummy bfd before using it (twice). | |
114 | * ar.c: Make sure archive is created on command 'r' | |
115 | even when no elements are inserted. (Clean up and | |
116 | simplify some non-working related code.) | |
117 | ||
e49dde89 DHW |
118 | Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace ([email protected]) |
119 | ||
120 | * configure.in: hppa support doesn't assume hp OS (from sef). | |
121 | ||
122 | Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
123 | ||
124 | * configure.in: recognize hppa hosts (bsd & hpux), error messages | |
125 | to stderr, not stdout | |
126 | ||
d1289d72 RP |
127 | Fri Jul 17 18:39:44 1992 K. Richard Pixley ([email protected]) |
128 | ||
129 | * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1, | |
130 | size.1, sparc-pinsn.c, strip.1: removed rcsid's. | |
131 | ||
249608be RP |
132 | Thu Jul 16 16:55:24 1992 K. Richard Pixley ([email protected]) |
133 | ||
134 | * Makefile.dos: removed rcsid. | |
135 | ||
cdb76cc3 SC |
136 | Thu Jul 16 08:23:07 1992 Steve Chamberlain ([email protected]) |
137 | ||
138 | * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too | |
139 | ||
0b0b5dba DHW |
140 | Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace ([email protected]) |
141 | ||
142 | * Makefile.in: Add program_suffix (parallel to program_prefix) | |
143 | ||
65967d33 JG |
144 | Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com) |
145 | ||
146 | * nm.c (sorters): Lint. Remove excess whitespace. | |
147 | ||
96cc09a0 PB |
148 | Wed Jun 24 13:48:07 1992 Per Bothner ([email protected]) |
149 | ||
150 | * nm.c (valueof macro): Add missing parentheses. | |
151 | (Their lack screwed up numeric_forward().) | |
152 | ||
c3c93fda JG |
153 | Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com) |
154 | ||
155 | * objdump.c (dump_elf_stabs): Also dump .stab.index and | |
156 | .stab.excl sections. | |
157 | (dump_elf_stabs_1): Split out main body of old dump_elf_stabs. | |
158 | * objdump.1, binutils.texi: Document new sections dumped. | |
159 | ||
770cde30 JG |
160 | Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com) |
161 | ||
b886a6e3 | 162 | * size.c, objdump.c, bucomm.c: Lint. |
770cde30 | 163 | |
73b8f102 JG |
164 | Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com) |
165 | ||
166 | * objdump.c (dump_elf_stabs): New feature: --stabs prints out a | |
167 | .stab section from an ELF file. Installed under #ifdef | |
168 | ELF_STAB_DISPLAY so it can be easily disabled, since it requires | |
169 | bfd-internals header files and such. | |
c5f0c938 JG |
170 | * objdump.1, binutils.texi: Update for --stabs. Also fix |
171 | objdump's doc to use -- rather than + for long options. | |
172 | (FIXME: Not yet fixed everywhere in binutils.texinfo.) | |
73b8f102 | 173 | |
aa0a709a SC |
174 | Wed Jun 10 07:53:24 1992 Steve Chamberlain ([email protected]) |
175 | ||
176 | * objdump.c(display_info), patches from | |
177 | [email protected] to print the table much more | |
178 | nicely. | |
179 | ||
180 | Thu May 28 13:36:16 1992 Per Bothner ([email protected]) | |
181 | ||
182 | * objdump.c: Add another enum->int cast, for the sake of | |
183 | old compilers (such as PCC). | |
184 | ||
7aea847a PB |
185 | Wed May 27 13:01:44 1992 Per Bothner ([email protected]) |
186 | ||
187 | * arlex.l: Don't include <sysdep.h> (unneeded conflicts). | |
188 | Add declaration of strdup(). | |
189 | ||
45212e5e PB |
190 | Fri May 22 13:40:37 1992 Per Bothner ([email protected]) |
191 | ||
82108c11 PB |
192 | * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex |
193 | rules, since these are used when building a distribution. | |
194 | * Makefile.in (arlex.c): Don't re-direct output, since that | |
195 | leaves a bogus output files if it fails. | |
196 | ||
45212e5e PB |
197 | * arlex.l: Make work with lex, for what it's worth. |
198 | * Makefile.in: Better lex support. | |
199 | * Makefile.in (dist): Generate flex and bison outputs | |
200 | for distribution. | |
201 | ||
202 | Thu May 14 17:17:59 1992 K. Richard Pixley ([email protected]) | |
203 | ||
204 | * Makefile.in: get BISON definition right. | |
205 | ||
206 | Fri May 8 07:47:08 1992 K. Richard Pixley ([email protected]) | |
207 | ||
208 | * sanity.sh: default TMPDIR to ".". | |
209 | ||
ea55afde RP |
210 | Thu May 7 12:34:50 1992 Roland H. Pesch ([email protected]) |
211 | ||
212 | * binutils.texi: add doc for ar command language. | |
213 | ||
d24fbb20 SC |
214 | Wed May 6 18:05:36 1992 Steve Chamberlain ([email protected]) |
215 | ||
216 | * arparse.y: make END call ar_end | |
217 | * arsup.c (ar_end): added, deletes temp file if archive session | |
218 | aborted. | |
219 | ||
220 | ||
146a41ab RP |
221 | Wed May 6 11:08:53 1992 K. Richard Pixley ([email protected]) |
222 | ||
58137c4d RP |
223 | * Makefile.in: use bison & flex from ../ if they exist. Also, |
224 | FLEX->LEX. | |
225 | ||
146a41ab RP |
226 | * sanity.sh: remove temporary directory when finished. |
227 | ||
5b07d693 PB |
228 | Tue May 5 12:00:58 1992 Per Bothner ([email protected]) |
229 | ||
230 | * Makefile.in: Bump to version 1.97. | |
231 | * ar.c: Declare errno for machines that need it. | |
232 | ||
22923083 JG |
233 | Mon May 4 23:29:51 1992 John Gilmore ([email protected]) |
234 | ||
235 | * objdump.c (display_info): Handle error cases without coredump. | |
236 | Close the dummy temporary file we open in the loop. | |
237 | * Makefile.in (arsup.o): Add kludge to build with Sun Make. | |
238 | ||
dc760829 RP |
239 | Fri May 1 16:20:23 1992 K. Richard Pixley ([email protected]) |
240 | ||
7d6cc102 RP |
241 | * Makefile.in: added test-install target. |
242 | ||
dc760829 RP |
243 | * sanity.sh: new file. |
244 | ||
245 | * Makefile.in: use sanity test on make check. | |
246 | ||
d8e89b6b RP |
247 | Tue Apr 21 13:38:37 1992 K. Richard Pixley ([email protected]) |
248 | ||
249 | * Makefile.in: rework CFLAGS so that they can be passed on the | |
250 | command line to make. Remove MINUS_G. Default CFLAGS to -g. | |
251 | ||
252 | Wed Apr 15 14:33:07 1992 Steve Chamberlain ([email protected]) | |
253 | ||
254 | * arsup.c, arsup.h, arparse.y, arlex.l: support for archive | |
255 | scripting language. | |
256 | ||
257 | Fri Mar 6 21:54:53 1992 K. Richard Pixley ([email protected]) | |
258 | ||
259 | * Makefile.in: added check target. | |
260 | ||
261 | Thu Mar 5 21:35:49 1992 K. Richard Pixley ([email protected]) | |
262 | ||
263 | * Makefile.in: added clean-info target. | |
264 | ||
265 | Tue Mar 3 15:36:37 1992 K. Richard Pixley ([email protected]) | |
266 | ||
267 | * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be | |
268 | installed. added tooldir and program_prefix. | |
269 | ||
270 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
271 | ||
272 | * Makefile.in, configure.in: removed traces of namesubdir, | |
273 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
274 | copyrights to '92, changed some from Cygnus to FSF. | |
275 | ||
276 | Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com) | |
277 | ||
278 | * Makefile.in: Bump version to 1.96, and remove -beta | |
279 | suffix from distribution name. | |
280 | * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract | |
281 | the signed value of a character (even if chars are unsigned). | |
282 | * sparc-pinsn.c: Add new operand types. | |
283 | ||
284 | Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
285 | ||
286 | * objdump.c (disassemble_data): don't print a section's contents | |
287 | if it's not loadable (eg bss) | |
288 | ||
289 | Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
290 | ||
291 | * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch | |
292 | displacements don't get printed as large +ve ones. | |
293 | ||
d20f480f SC |
294 | Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
295 | ||
296 | * copy.c, nm.c, objdump.c, size.c : changed to use the | |
297 | new reloc scheme. | |
298 | ||
299 | ||
300 | Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com) | |
301 | ||
302 | * bucomm.c (print_arelt_descr): Tweek the output format | |
303 | so that 'ar tv' output follows Posix 1003.2/D11. | |
304 | Output is now also identical to Sun's (except __.SYMDEF). | |
305 | ||
e6e4459c JG |
306 | Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com) |
307 | ||
308 | * Makefile.in: Make `make' output more readable. | |
309 | ||
310 | Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com) | |
311 | ||
312 | * Makefile.in: Bump to version 1.94. | |
313 | ||
314 | Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com) | |
315 | ||
316 | * ar.c: added "b" to fopens for dos | |
317 | * configdj.bat, makefile.dos new files from DJ | |
318 | ||
319 | Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
320 | ||
321 | * Makefile.in: infodir belongs in datadir. | |
322 | ||
323 | Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
324 | ||
325 | * bucomm.h: created to hold prototypes of bucomm.c | |
326 | * objdump.h: created to hold prototyes of objdump.c | |
327 | * am29k-pinsn.c: include objdump.h | |
328 | * ar.c: include bucomm.h, get ar.h from the right place and | |
329 | include libbfd.h | |
330 | * bucomm.c: defunize bfd_fatal | |
331 | * copy.c: include bucomm.h, lint. | |
332 | * i960-pinsn.h: include bucomm.h | |
333 | * m68k-pinsn.h: lint | |
334 | * nm.c: include bucomm.h, lint | |
335 | * objdump.c: lint | |
336 | * sparc-pinsn.c: include objdump.h | |
337 | ||
338 | ||
339 | ||
5d845d37 | 340 | Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
bdce0211 | 341 | |
5d845d37 RP |
342 | * Makefile.in: added standards.text support. install using |
343 | INSTALL_PROGRAM and INSTALL_DATA. | |
bdce0211 | 344 | |
5d845d37 RP |
345 | * configure.in: configure now does all of it's work from objdir so |
346 | make file existence tests against ${srcdir}. | |
347 | ||
348 | Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
349 | ||
350 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
351 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
352 | and mandir now keyed off datadir by default. | |
353 | ||
354 | Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com) | |
355 | ||
356 | * Makefile.in: Bump to version 1.93. | |
357 | * Makefile.in: Add make-strip.o:maybe-strip.c dependency | |
358 | for make versions that provide half-baked VPATH-support (e.g. Sun's). | |
359 | * size.c: Improvements suggested by | |
360 | "david d [zoo] zuhn" <[email protected]>: | |
361 | - Don't emit (Berkeley) headers if no files were found. | |
362 | - Return a non-zero return code on failure. | |
363 | ||
364 | Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
365 | ||
366 | Changes due to include file renaming: | |
367 | * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h | |
368 | * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h | |
369 | * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h | |
370 | * nm.c: stab.gnu.h -> aout/stab_gnu.h | |
bdce0211 SC |
371 | |
372 | Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com) | |
373 | ||
374 | * README: Mention MINIMIZE flag for bfd's make. | |
375 | ||
d08a5233 PB |
376 | Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com) |
377 | ||
378 | * README: Various improvements. | |
379 | ||
782d7963 PB |
380 | Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com) |
381 | ||
382 | * Makefile.in: Bump to version 1.92. | |
383 | * version.c, Makefile.in: Get version string from Makefile. | |
384 | * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in: | |
385 | Make the same change that we earlier did for ar/ranlib: | |
386 | Generate two different binaries for strip and copy and use | |
387 | a global variable with different values to distinguish | |
388 | ostrip from copy. (-1 means to use argv[0] to decide, | |
389 | so you can get the old behavior, but it is no longer the default). | |
390 | * copy.c (copy_file): Set EXEC_P of output bfd if input is so. | |
391 | * copy.c (main): If is_strip==-1, compare last 5 chars | |
392 | of argv[0], not the whole path. | |
393 | * copy.c (main): Return 0, not 1. | |
394 | * copy.c (setup_sections): Fix due to change in bfd_make_section | |
395 | now failing if asked for a duplicate section. | |
396 | * strip.c, ostrip.c: Removed obsolete files. | |
397 | * ar.c, not-ranlib.c, maybe-ranlib.c: | |
398 | Change encoding of is_ranlib variable to be consistent | |
399 | with is_strip for strip.copy (i.e -1 to means use argv[0]). | |
400 | ||
401 | Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com) | |
402 | ||
403 | * version.c (program_version): Update to version 1.92. | |
404 | ||
405 | Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com) | |
406 | ||
407 | * ar.c (get_pos_bfd): Previous fix was missing a "break". | |
408 | ||
86c18d92 SC |
409 | Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com) |
410 | ||
411 | * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction | |
412 | encodings. (Thaks to David Wood) | |
413 | ||
414 | Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com) | |
415 | ||
416 | * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes. | |
417 | * ar.c (get_pos_bfd): Fix to handling of before/after | |
418 | positioning options. | |
419 | * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue, | |
420 | since libiberty contains vfprintf etc if otherwise missing. | |
421 | * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL | |
422 | type operands, as used by branch instructions. | |
423 | * nm.c: Delegate printing of symbols to BFD, | |
424 | by using bfd_print_symbol to do the formatting. | |
425 | ||
5f0e8767 SC |
426 | Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com) |
427 | ||
428 | * ar.c (write_archive.c): added unlink before rename since some | |
429 | systems can't rename onto an existant file. | |
430 | ||
7e309104 SC |
431 | Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com) |
432 | ||
433 | * nm.c: now doesn't crash if a symbol with no section and no | |
434 | SEC_ABS appears. | |
435 | ||
436 | Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com) | |
437 | ||
438 | * Makefile.in, version.c: Bump to version 1.91. | |
439 | ||
d8474a9b PB |
440 | Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com) |
441 | ||
442 | * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c, | |
443 | i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, | |
444 | * strip.c: Add or update Copyright notice. | |
445 | * TODO: Add note on 'nm -a'. | |
446 | * version.c: Update version number to 1.90. | |
447 | * Makefile.in: Fix making of documentation for dist. | |
448 | ||
449 | Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com) | |
450 | ||
451 | * README: New file. | |
452 | * Makefile.in: New kludgy rules for making a tarfile. | |
453 | * Makefile.in: Fix bindir path. | |
454 | ||
0c10ff03 RP |
455 | Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com) |
456 | ||
457 | * Makefile.in: add targets binutils.mm, binutils.me | |
458 | ||
d7cce023 JG |
459 | Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com) |
460 | ||
461 | * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies. | |
462 | ||
abd4aaa9 RP |
463 | Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com) |
464 | ||
6b583720 RP |
465 | * Makefile.in: add target "binutils.ms" |
466 | ||
abd4aaa9 RP |
467 | * binutils.texinfo: minor restructuring for texi2roff comfort. |
468 | ||
d7381d0c JG |
469 | Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com) |
470 | ||
471 | Restructure configuration scheme for bfd, binutils, ld. | |
472 | ||
473 | * include/sys/h-*.h: Move to bfd/hosts/h-*.h. | |
474 | * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. | |
475 | Change some config names to match other dirs. | |
476 | * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() | |
477 | get defined first. | |
478 | * Makefile.in: Use -I. to get sysdep.h. | |
479 | ||
480 | Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com) | |
481 | ||
482 | * nm.c (print_symbols): Handle NULL name field of symbol. | |
483 | * Makefile.in: Removed spurious comment. | |
484 | ||
c9629e6e RP |
485 | Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com) |
486 | ||
487 | * binutils.texinfo: minor typos, phrasing, formatting fixes. | |
488 | ||
398eef0a PB |
489 | Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com) |
490 | ||
491 | * configure.in: Get host file from ../bfd/config, not config. | |
492 | * config/*: Remove config directory and its files. | |
493 | ||
050f05e7 RP |
494 | Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com) |
495 | ||
b7a11ec2 RP |
496 | * Makefile.in: new targets binutils.dvi, binutils.info |
497 | ||
050f05e7 RP |
498 | * binutils.texinfo: remove most remaining FIXME's, delete |
499 | references to __.SYMDEF by name | |
500 | ||
501 | ||
71e83453 SC |
502 | Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com) |
503 | ||
504 | * objdump.c (print_address) Print addresses nicely. | |
505 | ||
06a97fbd PB |
506 | Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com) |
507 | ||
508 | * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c: | |
509 | Make two different binaries for ar and ranlib, instead of | |
510 | distinguishing them at run time using argv[0]. | |
511 | (Old behavior is still available if you "make ar_with_ranlib", | |
512 | but it is not the default.) | |
513 | * ranlib.sh (new): An alternative one-line | |
514 | shell implementation of ranlib. | |
515 | ||
e779a58c JG |
516 | Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com) |
517 | ||
518 | * objdump.c: Cope with renames of a few BFD types & enums. | |
519 | ||
0a5403df RP |
520 | Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com) |
521 | ||
522 | * binutils.texinfo: add new file (rudimentary docn) | |
523 | ||
3fdbfe8d PB |
524 | Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com) |
525 | ||
0a5403df | 526 | * config/hmake-news: Add new file (for Sony NEWSOS3). |
3fdbfe8d PB |
527 | * bucomm.c (fatal): Conditionally compile fatal() depending on |
528 | MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS. | |
529 | * objdump.c (dump_headers): Trivial output format change. | |
530 | * objdump.c (display_info): Loop over integers, not enums, | |
531 | to appease old compilers. | |
532 | ||
533 | Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com) | |
534 | ||
535 | *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files | |
536 | ||
537 | Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com) | |
538 | from bother | |
539 | * objdump.c (print_address): Make disasembled output more | |
540 | consistent with gdb and as: Add 0x when printing hex. | |
541 | Don't print extra leading zeros. | |
542 | Attempt to not print "filename.o". | |
543 | * objdump.c: Add some enum-to-int casts to accomodate old compilers. | |
544 | ||
545 | ||
546 | Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com) | |
547 | ||
548 | * copy.c: Change =& constructs to = &, since they confuse older | |
549 | C compilers. | |
550 | ||
551 |