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