Wed Apr 26 18:26:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
f302a4d9
SC
1Wed Apr 26 18:26:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
2
3 * srconv.c (main): Add support for -n option which disables
4 prescan of common symbols.
5 (wr_ob): If reading past the end of a section, fill with zeros.
6
d3c66665
KR
7Tue Apr 25 19:14:37 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8
9 * objdump.c (dump_section_header): Display load address after
10 virtual memory (run-time) address.
11
12Wed Apr 19 09:44:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13
14 * Makefile.in (cplus-dem.o): Pass -DVERSION='"$(VERSION)"' to the
15 compile.
16 (DEMANGLER_PROG): No longer uses version.o.
17
18Mon Apr 10 13:29:49 1995 Stan Shebs <shebs@andros.cygnus.com>
19
20 Merge in support for Mac MPW as a host.
21 (Old change descriptions retained for informational value.)
22
23 * mpw-config.in (TDEFINES): Define as empty in makefile frag.
24
25 * mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
26
27 * mpw-config.in: New file, MPW configure fragment for binutils.
28 * mpw-make.in (install-only): New target.
29 (install): Also depend on install-only.
30
31 * mpw-make.in (cplusfilt): Renamed from c++filt.
32 (INCLUDES): Add more paths.
33
34 * mpw-make.in: New file, MPW makefile fragment for binutils.
35 (Normally automatically generated from Makefile.in.)
36
37Mon Mar 27 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
38
39 * ar.c (write_archive): Call make_tempname to get output file
40 name, rather than using a fixed name based on the input file.
41
42 * objcopy.c (make_tempname): Copy from here...
43 * bucomm.c (make_tempname): ...to here, and make global.
44 * bucomm.h (make_tempname): Declare.
45
fb3f84c7
ILT
46Fri Mar 24 11:47:42 1995 Ian Lance Taylor <ian@cygnus.com>
47
48 * strings.c: Include "bfd.h" before other headers. Include
49 "sysdep.h".
50 * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
51 and print them with %ld.
52
53Fri Mar 10 13:09:42 1995 Ian Lance Taylor <ian@cygnus.com>
54
55 * objcopy.c (strip_options): Add --keep-symbol.
56 (copy_options): Likewise.
57 (copy_usage): Mention --keep-symbol and -K.
58 (strip_usage): Likewise.
59 (keep_symbols): New static variable.
60 (is_strip_symbol): Adjust the return value according to
61 keep_symbols.
62 (strip_main): Handle -K. For -N, check that -K was not given.
63 (copy_main): Likewise.
64 * binutils.texi, objcopy.1, strip.1: Document -K.
65
66Mon Mar 6 13:33:47 1995 Stan Shebs <shebs@andros.cygnus.com>
67
68 * objcopy.c (copy_archive): Check result of mkdir.
69 (copy_main): Cast an xmalloc result.
70
71 * objdump.c (usage): Break long format string into shorter ones.
72
be1d162b
ILT
73Mon Mar 6 13:46:12 1995 Ian Lance Taylor <ian@cygnus.com>
74
75 * bucomm.c (list_supported_targets): New function.
76 * bucomm.h (list_supported_targets): Declare.
77 * ar.c (usage): Call list_supported_targets.
78 * nm.c (usage): Likewise.
79 * objcopy.c (copy_usage, strip_usage): Likewise.
80 * objdump.c (usage): Likewise.
81 * size.c (usage): Likewise.
82 * strings.c (usage): Likewise.
83
84Tue Feb 28 15:13:58 1995 Ian Lance Taylor <ian@cygnus.com>
85
86 * bucomm.c (print_arelt_descr): Cast st_size to long before
87 passing it to fprintf.
88
89Fri Feb 17 13:36:45 1995 Ian Lance Taylor <ian@cygnus.com>
90
91 * objcopy.c (struct section_list): Add fields remove, set_flags,
92 and flags. Change adjust from boolean to enum.
93 (remove_sections): Remove static variable.
94 (sections_removed): New static variable.
95 (copy_options): Add --set-section-flags.
96 (copy_usage): Mention --set-section-flags.
97 (parse_flags): New static function.
98 (find_section_list): New static function.
99 (is_strip_symbol): Change return type from int to boolean.
100 (is_strip_section): New static function.
101 (filter_symbols): Call is_strip_section.
102 (copy_object): When adding sections, check for specified flags or
103 VMA. Call filter_symbols if any sections are being removed.
104 (setup_section): Use find_section_list function rather than
105 looking through remove_sections and adjust_sections. Handle
106 --set-section-flags.
107 (copy_section): Use find_section_list rather than looking through
108 remove_sections.
109 (strip_main): Use find_section_list instead of adding items to
110 sections_removed.
111 (copy_main): Use find_section_list instead of adding items to
112 sections_removed and adjust_sections. Handle --set-section-flags.
113 * binutils.texi, objcopy.1: Document --set-section-flags.
114
24b39a7e
ILT
115Tue Feb 14 18:03:03 1995 Ian Lance Taylor <ian@cygnus.com>
116
117 * objdump.c (with_source_code): New global variable.
118 (usage): Mention -S/--source.
119 (long_options): Add --source.
120 (prev_functionname, prev_line): New static variables.
121 (struct print_file_list): Define.
122 (print_files): New static variable.
123 (skip_to_line, show_line): New static functions.
124 (disassemble_data): Call show_line to handle -l and -S.
125 (main): Handle -S.
126 * binutils.texi, objdump.1: Document -S/--source.
127
128Thu Feb 9 16:11:53 1995 Ian Lance Taylor <ian@cygnus.com>
129
130 * objcopy.c (copy_usage): Rename parameter to avoid shadowing.
131 (strip_usage): Likewise.
132
133 * objcopy.c (struct section_add): Define.
134 (add_sections): New static variable.
135 (copy_options): Accept --add-section.
136 (copy_usage): Mention --add-section.
137 (copy_object): Add sections from the add_sections list.
138 (copy_main): Handle --add-section.
139 * binutils.texi, objcopy.1: Document --add-section.
140
236857e5
KR
141Wed Feb 1 15:04:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
142
143 * objdump.c (disassemble_data): Pass section offset, not absolute
144 address, to bfd_find_nearest_line.
145
146 * nlmconv.c (powerpc_mangle_relocs): Don't use const with
147 reloc_howto_type.
148
149Thu Jan 26 18:50:06 1995 Ian Lance Taylor <ian@cygnus.com>
150
151 * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
152 than VAR->value.
153 (objdump_print_address): Likewise.
154 (disassemble_data): Don't change the symbol values. It can
155 confuse bfd_canonicalize_reloc.
156
39e5cbd7
MM
157Thu Jan 26 12:03:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
158
159 * configure.in: Add support for powerpc-*-ebai.
160
161Wed Jan 18 10:02:12 1995 Steve Chamberlain <sac@splat>
162
163 * coffdump.c: Include sysdep.h.
164 (dump_coff_type): Hanlde coff_secdef_type.
165 * coffgrok.c : Include sysdep.h.
166 * srconv.c: Include libiberty.h
167 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
168
958998b7
ILT
169Wed Jan 18 12:24:14 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
170
171 * coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
172 printf.
173 * coffgrok.c: Include bucomm.h. Don't declare xmalloc.
174 (push_scope): Declare type of parameter link.
175 * size.c: Include libiberty.h.
176 * srconv.c: Include bucomm.h.
177 (find_base): Declare at top of file.
178 (wr_hd): Add default case to architecture switch.
179 (wr_dps_start): Declare type of parameter nest.
180 (wr_du): Comment out variables used only in commented out blocks.
181 (wr_dus): Remove unused variable i.
182 (wr_sc): Remove unused variables myinfo, low, and high.
183 * strings.c: Include libiberty.h.
184 * sysdump.c: Include <ctype.h>.
185
c2efd5a1
ILT
186Tue Dec 20 19:13:44 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
187
188 * ar.c (main): Ignore 'f' modifier used on HP/UX 9.
189
190Thu Dec 15 17:34:12 1994 Stan Shebs <shebs@andros.cygnus.com>
191
192 * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h.
193 * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS
194 and END_PROGRESS.
195 * ar.c (map_over_members, open_inarch): Call PROGRESS.
196 * nm.c (main, display_archive, filter_symbols, print_symbols):
197 Call PROGRESS.
198
199 * objcopy.c (copy_usage): Break up long usage string.
200
63ca9597
KR
201Wed Dec 14 15:51:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
202
203 * objcopy.c (copy_object): Don't bother setting status after
204 nonfatal() "call", because it won't return.
205
277187d7
ILT
206Fri Dec 9 00:22:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
207
208 * nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
209 the section symbol if the symbol is undefined.
210
4af19c61
KR
211Thu Dec 8 14:45:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
212
213 * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
214
215Wed Nov 30 11:05:43 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
216
217 * ar.c (replace_members): Pass current->filename to normalize when
218 checking for duplicates, because the filename of a newly added
219 file will not have been normalized yet.
220
87a15686
ILT
221Thu Nov 17 15:00:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
222
f618f758
ILT
223 * ar.c (main): Don't call do_quick_append if any of the archive
224 names are longer than 14 characters.
225
87a15686
ILT
226 * objcopy.c (main): Fix is_strip test. From
227 pirker@eiunix.tuwien.ac.at (Martin Pirker).
228
29c0d15c
ILT
229Thu Nov 17 15:37:19 1994 Mark W. Eichin <eichin@cygnus.com>
230
231 * objcopy.c (add_strip_symbol): New function, adds a name to an
232 explicit list of symbols to strip.
233 (is_strip_symbol): New function, reports whether the name argument
234 is in the explicit list.
235 (filter_symbols): Check against is_strip_symbol above all.
236 (strip_main): Recognize -N option. If used, don't default to
237 strip_all.
238 (copy_main): Recognize -N option.
239 (strip_usage): Document -N and --strip-symbol options.
240 (copy_usage): Ditto.
241 * objcopy.1, strip.1, binutils.texi: Document -N and
242 --strip-symbol options.
243
eb88e5ee
ILT
244Tue Nov 8 13:12:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
245
87a15686
ILT
246 * objdump.c (display_target_list, display_info_table): Pass an
247 array to tmparg, rather than NULL, since some systems can't handle
248 NULL.
249
eb88e5ee
ILT
250 * objcopy.c (copy_archive): Keep a list of the names of the
251 temporary files we created. Close each input BFD after we open
252 its successor.
253
254Mon Nov 7 15:48:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
255
256 * Makefile.in (VERSION): Bump to 2.5.3.
257
6f383ce5
KR
258Thu Nov 3 19:04:34 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
259
260 * Makefile.in (install-info): Install info files from whatever
261 directory they were found in.
262
263 Patch from DJ Delorie:
264 * configure.bat: do c++filt -> cxxfilt right
265
266 * sysinfo.y: Include system header files early, so any potential
267 declaration of abort() occurs before its use.
268
269 * strings.c (strings_file): Try opening the file in binary mode
270 first.
271
e640e664
ILT
272Wed Nov 2 15:44:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
273
274 * ar.c (main): Treat ar qs like ar rs.
275
33e0a06d
ILT
276Tue Oct 25 16:19:25 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
277
278 * objcopy.c (gap_fill): Explicitly initialize, for clarity.
279 (pad_to_set, pad_to): New static variables.
280 (copy_options): Accept --pad-to.
281 (copy_usage): Mention --pad-to.
282 (copy_object): Support --pad-to.
283 (compare_section_vma): Sort non loadable sections to the front.
284 Sort sections with the same VMA by size.
285 (copy_main): Handle --pad-to.
286 * binutils.texi, objcopy.1: Document --pad-to.
287
596d99ba
ILT
288Thu Oct 20 13:51:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
289
290 * objcopy.c (gap_fill_set, gap_fill): New static variables.
291 (copy_options): Accept --gap-fill.
292 (copy_usage): Mention --gap-fill.
293 (copy_object): Support --gap-fill.
294 (get_sections, compare_section_vma): New static functions.
295 (copy_main): Handle --gap-fill.
296 * binutils.texi, objcopy.1: Document --gap-fill.
297
9b14c27a
ILT
298Wed Oct 19 14:09:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
299
300 * Makefile.in (check): Add a dummy else clause to the if
301 statement.
302
303 * objcopy.c (copy_object): Revert yesterday's change.
304 * binutils.texi, objcopy.1: Remove special mention of --set-start
305 and `binary' output format.
306
6c7ed084
ILT
307Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
308
67f67ed9
ILT
309 * objcopy.c (copy_object): If the output file format is `binary',
310 and the start address was not set using --set-start, default the
311 start address to zero. This hack is because the `binary' output
312 file format uses the start address to set the virtual address of
313 the first byte in the file.
314 * binutils.texi, objcopy.1: Add some notes on generating S-records
315 and binary files.
316
67932b7d
ILT
317 * nm.c (print_symdef_entry): Call print_symname to print the
318 symbol name, so that --demangle works.
319
69b60892
ILT
320 * Makefile.in (mostlyclean): Remove tmpdir.
321
6c7ed084
ILT
322 * objcopy.c (struct section_list): Add fields used, adjust, val.
323 (adjust_start, set_start_set, set_start): New static variables.
324 (adjust_section_vma, adjust_sections): New static variables.
325 (copy_options): Add --adjust-start, --adjust-vma,
326 --adjust-section-vma, --adjust-warnings, --no-adjust-warnings,
327 --set-start.
328 (parse_vma): New static function.
329 (copy_usage): Mention new options.
330 (copy_object): Handle --set-start and --adjust-start.
331 (setup_section): Correct type of last argument to PTR. Set used
332 field if section is removed. Handle --adjust-vma and
333 --adjust-section-vma.
334 (copy_section): Correct type of last argument to PTR.
335 (mark_symbols_used_in_relocations): Likewise.
336 (strip_main): Clear used field when handling -R.
337 (copy_main): Handle new options.
338 * binutils.texi (objcopy): Document new options.
339 * objcopy.1: Document new options.
340
5903dfae
ILT
341Fri Oct 14 14:38:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
342
343 * configure.in (configdirs): Remove definition--testsuite is no
344 longer configured.
345 * Makefile.in (testsuite): Remove target.
346 (site.exp): New target.
347 (check): Rewrite.
348 (clean, distclean): Don't recur into testsuite directory.
349
6c7ed084
ILT
350Thu Oct 13 19:24:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
351
352 * Makefile.in (VERSION): Updated to 2.5.
353 * Version 2.5 released.
354
5903dfae
ILT
355Tue Oct 11 15:26:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
356
357 * Makefile.in (sysdump.o): Depends upon sysroff.c.
358
b7d90093
C
359Mon Oct 10 13:50:30 1994 J.T. Conklin (jtc@rtl.cygnus.com)
360
361 * nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
362 ctor/dtor tables needed by C++ programs are built.
363
f0eebb5f
JW
364Sun Oct 9 18:04:00 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
365
366 * Makefile.in (srconv.o): Add dependence on sysroff.c.
367
368Tue Oct 4 12:19:51 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
369
370 * configure.in: Use ${config_shell} when running config.bfd.
371
372 * Makefile.in (sysroff.h): Split target away from sysroff.c.
373 (srconv.o, sysdump.o): New targets.
374 (srconv, sysdump): Don't depend upon sysroff.c.
375
aa39dc49
ILT
376Wed Sep 28 13:04:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
377
3bbea7af
ILT
378 * Makefile.in (arparse.c): Don't ignore errors from mv.
379 (sysinfo.c): Likewise. Also, depend upon arparse.c, to prevent a
380 parallel make from trying to build both arparse.c and sysinfo.c
381 simultaneously.
382 (nlmheader.c): Similar change.
383 (arparse.h): Separate target from arparse.c, so that a parallel
384 make does not try to build both at once. Depend upon arparse.c.
385 (sysinfo.h): Similar change.
386
aa39dc49
ILT
387 * objdump.c (disassemble_data): Pass the reloc buffer to free, not
388 the pointer used to loop over the relocs.
389
390Sat Sep 24 16:16:57 1994 Stan Shebs (shebs@andros.cygnus.com)
391
392 * objdump.c (disassemble_data): Cast result of xmalloc.
393
394Wed Sep 21 19:30:35 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
395
396 * objdump.c (sorted_syms, sorted_symcount): New global variables.
397 (objdump_print_address): Use sorted_syms and sorted_symcount
398 instead of syms and symcount.
399 (disassemble_data): Don't bother to get the relocs before looping
400 over the sections. Before filtering and sorting the symbol table,
401 copy it into sorted_syms.
402
8b129785
ILT
403Fri Sep 16 11:27:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
404
405 * objdump.c (struct objdump_disasm_info): Add field require_sec.
406 (objdump_print_address): If aux->require_sec, require that the
2d054641
ILT
407 symbol be in aux->sec even if HAS_RELOC is not set. If we can't
408 find a smaller symbol in the right section, look for a larger one.
8b129785
ILT
409 (disassemble_data): Set aux.require_sec around the
410 objdump_print_address call for the instruction address.
411
d5464baa
ILT
412Thu Sep 15 21:43:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
413
4b4e568a
ILT
414 * ar.c: Call xexit rather than exit.
415 (output_filename, output_file, output_bfd): New static variables.
416 (remove_output): New static function.
417 (main): Call xatexit (remove_output). Call xexit rather than
418 returning.
419 (extract_file): Set output_filename and output_file while output
420 file is open.
421 (write_archive): Likewise, but use output_bfd, not output_file.
422 * arsup.c: Include libiberty.h. Call xexit rather than exit.
423 * bucomm.c: Likewise.
424
d5464baa
ILT
425 * objdump.c (disassemble_all): New global variable.
426 (usage): Document --disassemble-all.
427 (long_options): Add disassemble-all as a synonym for -D.
428 (compare_symbols): Make pointers const.
429 (compare_relocs): New static function.
430 (disassemble_data): Rename disassemble to disassemble_fn to avoid
431 shadowing. If dump_reloc_info, print relocs along with
432 disassembly. Skip sections which are not SEC_CODE unless
433 disassemble_all or only is set.
434 (display_bfd): Don't call dump_relocs if disassemble is set.
435 (main): Accept and handle -D.
436 * binutils.texi: Document -D/--disassemble-all.
437 * objdump.1: Likewise.
438
1896790e
ILT
439Wed Sep 14 12:19:07 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
440
e4798f40
ILT
441 * objdump.c (disassemble_data): Initialize prevline to 0. Make
442 prev_function non const. Copy functionname into an malloc buffer
443 when setting prev_function, instead of assuming that the string
444 will last forever.
445
1896790e
ILT
446 * nm.c: Include libiberty.h.
447 (sort_by_size): New static variable.
448 (long_options): Add --size-sort.
449 (usage): Mention --size-sort.
450 (numeric_forward): Make static. Change from void * to PTR.
451 (numeric_reverse): Likewise.
452 (non_numeric_forward, non_numeric_reverse): Likewise.
453 (sorters): Change declaration from void * to PTR.
454 (size_forward, sort_symbol_by_size): New static functions.
455 (display_rel_file): Handle sort_by_size.
456 (filter_symbols): If sort_by_size, discard absolute and undefined
457 symbols.
458 * binutils.texi (nm): Document --size-sort.
459 * nm.1: Document --size-sort.
460
a0f5033d
JL
461Tue Sep 13 21:06:06 1994 Jeff Law (law@snake.cs.utah.edu)
462
463 * objcopy.c (copy_main): Initialize input_filename and
464 output_filename to NULL.
465
5e39c987
ILT
466Tue Sep 13 14:17:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
467
468 * Makefile.in (version.o): Depend upon Makefile, so that version.o
469 gets rebuilt when make variable VERSION is changed.
470
471 * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag.
472
473Wed Aug 24 12:40:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
474
475 * configure.in: Change i[34]86 to i[345]86.
476
477Tue Aug 23 11:00:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
478
479 * ar.c (ranlib_touch): Don't update the archive map if there isn't
480 one.
481
02354a0f
ILT
482Mon Aug 22 16:02:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
483
484 * ar.c: Include libiberty.h.
485 (inarch): Remove variable.
486 (map_over_members): Make static. Add arch argument, and use it
487 instead of inarch. Change all callers.
488 (main): Treat --version as -v. Accept -t argument. Accept any
489 number of archive arguments. Catch and use open_inarch return
490 value, rather than using inarch.
491 (open_inarch): Return newly opened BFD, rather than using inarch.
492 (do_quick_append): Make archive_filename const.
493 (write_archive): Add iarch argument, and use it instead of inarch.
494 Change all callers.
495 (delete_members, move_members, replace_members): Likewise.
496 (ranlib_only): Don't exit on success. Catch and use open_inarch
497 return value.
498 (ranlib_touch): New function.
499 * arsup.h (map_over_members): Don't declare.
500 (ar_end, ar_extract): Declare.
501 (open_inarch): Change return value in declaration to bfd *.
502 * arsup.c (map_over_list): Make static. Always pass two arguments
503 to function. Add arch argument, and use it instead of inarch.
504 Change all callers.
505 (ar_directory_doer): Make static. Add ignored second argument.
506 Change all callers.
507 (ar_directory): Use open_inarch return value rather than inarch.
508 (ar_addlib_doer): Make static.
509 (ar_addlib): Use open_inarch return value rather than inarch.
510 (ar_extract): Remove unused local variable abfd.
511
0aca460e
ILT
512Thu Aug 11 14:55:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
513
514 Add support for removing named sections to objcopy and strip.
515 * objcopy.c (struct section_list): Define.
516 (remove_sections): New static variable.
517 (strip_options, copy_options): Add remove-section.
518 (copy_usage, strip_usage): Mention -R and --remove-section.
519 (setup_section): If section is in remove_sections list, ignore it.
520 (copy_section): Likewise.
521 (strip_main, copy_main): Handle -R.
522 * binutils.texi, objcopy.1, strip.1: Document new options.
523
8ea882c6
SS
524Wed Aug 10 10:19:55 1994 Stan Shebs (shebs@andros.cygnus.com)
525
526 * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,
527 so as not to conflict with the symvalue typedef in bfd.h.
528
6d2ec583
JMD
529Mon Aug 1 13:19:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
530
531 * nlmheader.y: Per current NetWare docs, accept a revision number
532 of 0 and treat a revision number greater than 26 as 0.
533
ca6c1a22
ILT
534Mon Jul 25 12:58:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
535
536 * objdump.c (objdump_print_address): Correct handling of end of
537 symbols when looking for next symbol with a different value.
538
d3bba67b
KR
539Fri Jul 22 16:48:34 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
540
541 * nm.c (numeric_forward): Treat undefined symbols as "less than"
542 defined symbols with zero values. If numeric values are equal, or
543 both symbols are undefined, sort alphabetically. Don't assume
544 that the difference of two bfd_vma values will truncate to "int"
545 and still have the same sign.
546 (numeric_reverse): Call numeric_forward and negate the result.
547 (print_symbol_info_bsd): For undefined symbols, print leading
548 spaces equivalent to the width of a printed bfd_vma, rather than
549 assuming that 8 will look right.
550
8ea882c6
SS
551Fri Jul 22 10:36:50 1994 Steve Chamberlain (sac@jonny.cygnus.com)
552
553 * coffgrok.c (doit): Zero all fields of new structure.
554 * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg.
555 * sysinfo.y: Generate sysroff_swap_*_out without requiring extra
556 arg.
557
d3bba67b
KR
558Fri Jul 22 10:09:53 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
559
560 * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer
561 rather than the parser.
562
d672b1bf
ILT
563Thu Jul 21 10:25:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
564
565 * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88:
566 Remove; obsolete.
567
81794792
ILT
568Sat Jul 16 22:34:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
569
570 * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols
571 even if the bfd is not marked DYNAMIC. ELF executables are not
572 marked DYNAMIC, but do have dynamic symbols.
573
4725d7ae
SC
574Fri Jul 15 01:41:35 1994 Steve Chamberlain (sac@jonny.cygnus.com)
575
576 * coffgrok.c (do_where): Make data with no type 'int'.
577 (do_define): Keep info on source file of a symbol.
578 * coffgrok.h (coff_symbol): New field.
579 * srconv.c (PROGRAM_VERSION): Now 1.3
580 (wr_rl): Use external ref number for symbol.
581 (wr_dus): Only keep one source file per debug unit.
582 (wr_dln): Always emit line numbers for first source file,
583 (wr_globals): Emit globals in the du of their owning source file.
584
ee5f2460
C
585Mon Jul 11 15:59:03 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
586
587 * nlmheader.y: Null terminate var_hdr->threadName.
588
a2869e63
KR
589Fri Jul 8 17:33:22 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
590
591 * Makefile.in (syslex.o, sysinfo.o): Permit C source files to be
592 in $(srcdir), as they will be for FSF releases.
593
594Wed Jul 6 01:13:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
595
596 * nlmconv.c (setup_sections): Preserve existing section flags when
597 copying in flags from a new section.
598
33315bca
ILT
599Tue Jul 5 15:56:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
600
601 * objcopy.c: Include libiberty.h.
602 (copy_file): If output_target is NULL, set it to the target of the
603 input file.
604
605Wed Jun 29 17:17:14 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
606
607 * nlmconv.c (link_inputs): Fixed memory allocation bug.
608
1f8b3b57
DM
609Thu Jun 23 12:52:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
610
611 * configure.in: Change --with-targets to --enable-targets.
612
a18ff4a7
ILT
613Tue Jun 21 12:53:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
614
1f8b3b57
DM
615 * Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS).
616
e1495000
ILT
617 * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
618 NetWare custom header; no longer needed.
619 (powerpc_mangle_relocs): Convert relocs against the uninitialized
620 data section into relocs against the data section.
621
9d11577a
ILT
622 * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all the
623 netware targets. Write it into Makefile as NLMCONV_DEFS.
624 * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC).
625 * nlmconv.c: Only compile code for specific CPU types if
626 NLMCONV_cputype is defined.
627
a18ff4a7
ILT
628 * nlmconv.c (main): Change uses of bfd_abs_section, etc., to use
629 bfd_abs_section_ptr or bfd_is_abs_section, etc.
630 (i386_mangle_relocs, alpha_mangle_relocs): Likewise.
631 (powerpc_build_stubs): Likewise.
632 * nm.c (filter_symbols, print_symbols): Likewise.
633 * objcopy.c (filter_symbols): Likewise.
634 (mark_symbols_used_in_relocations): Likewise.
635 * objdump.c (remove_useless_symbols, dump_relocs): Likewise.
636 * size.c (sysv_internal_printer): Likewise.
637
1cf8bd3f
KR
638Mon Jun 20 16:43:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
639
640 * Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).
641 (install): Install it explicitly, from build dir, not srcdir.
642
d5671c53
ILT
643Mon Jun 20 16:29:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
644
645 * objdump.c: Don't include elf/internal.h.
646 (bfd_elf_find_section): Don't declare.
647 (read_section_stabs): No special handling for ELF. Always read
648 using BFD sections.
649
6f88f031
ILT
650Thu Jun 16 17:25:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
651
652 * configure.in: Set UNDERSCORE in Makefile based on result of
653 invoking config.bfd with a second argument of ``_''.
654 * Makefile.in (underscore.c): Depend upon Makefile. Don't try to
655 run $(CC) and $(NM), just use $(UNDERSCORE). Create via temporary
656 file.
657 (demangle.o): Remove target.
658 ($(NM_PROG)): Don't depend upon demangle.o, and don't link against
659 demangle.o. It's in libiberty anyhow.
660 (cplus-dem.o): Don't depend upon demangle.o.
661 * binutils.texi: Mention -n and --no-strip-underscores arguments
662 to c++filt.
663
9eb39bca
ILT
664Wed Jun 15 12:10:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
665
666 * nm.c (long_options): Add --no-demangle to turn off --demangle,
667 and --no-cplus for Linux compatibility.
668 (usage): Mention --no-demangle.
669 * binutils.texi: Document --no-demangle.
670
90f6517d
ILT
671Fri Jun 10 15:41:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
672
8291be48
ILT
673 * nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.
674
90f6517d
ILT
675 * objcopy.c (copy_archive): Make the temporary directory in the
676 same directory as the output BFD, since we may not have write
677 permission on the current directory. Set the permissions of the
678 new directory to 0700, not 0777.
679
b5775df3
DHW
680Mon Jun 6 21:36:43 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
681
682 * configure.in: if this is an rs6000 (and we're not building for
683 any other bfd targets) then build only nm (collect needs it on
684 rs6000-lynx).
685
686 * Makefile.in: define TOOL_PROGS which the list of programes to
687 install in $tooldir -- replaces a hard-coded list.
688
105da05c
ILT
689Fri Jun 3 10:59:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
690
691 * objdump.c (display_target_list): Remove unused local ok.
692
c06e55d9
KR
693Thu May 26 18:05:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
694
695 * config/mh-alphaosf (CFLAGS): Don't specify both -g and -O;
696 they're not compatible under native cc. Use -O1 instead.
697
698 * Makefile.in (VERSION): Updated to cygnus-2.4.1.
699
700 Changes from binutils-2.4 net release:
701
702 * Makefile.in (MANPAGES): Use $(DEMANGLER_PROG).
703 ($(DEMANGLER_PROG).1): Build from cxxfilt.man, using sed.
704 * cxxfilt.man: Renamed from c++filt.1, replaced "c++filt" with
705 magic token to be replaced by sed.
706
707 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
708
709 * configure.bat: update for latest makefile.in
710
1a5b12f7
ILT
711Fri May 13 23:25:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
712
713 * bucomm.c: Check ANSI_PROTOTYPES rather than __STDC__.
714
6f9077cd
JM
715Tue May 10 18:22:06 1994 Jason Molenda (crash@sendai.cygnus.com)
716
717 * objcopy.c (copy_section): Set section size correctly if using
718 interleave.
719
720Sat May 7 16:49:36 1994 Steve Chamberlain (sac@cygnus.com)
721
722 * Makefile.in: Add rule for sysinfo.h
723
724Fri May 6 12:18:33 1994 Steve Chamberlain (sac@cygnus.com)
725
726 * Makefile.in (SRCONV_PROG): Define.
727 (PROGS): Use $(SRCONV_PROG) too.
728
729Thu May 5 19:41:43 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
730
731 * Makefile.in (DISTSTUFF): Add sysinfo.c, syslex.c, in case
732 someone configures with `targets=all'.
733 (distclean): Remove y.*.
734 (syslex.o): Depend on sysinfo.h.
735 (sysinfo.c): Rename y.tab.h to sysinfo.h.
736 (install-info): Don't try to install into $(infodir)/$(srcdir).
737 * syslex.l: Include sysinfo.h, not y.tab.h.
738
5e540094
KR
739Thu May 5 11:50:55 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
740
741 * syslex.l (yywrap): Define as function if not defined as a macro.
742
743 * Makefile.in (objdump.o): Deleted special rule.
744 * configure.in: Don't bother building ARCHDEFS variable for
745 Makefile.
746 * objdump.c (ARCH_*): Deleted handling.
747 (disassemble_data): Call `disassembler' from opcodes library.
748
749Thu May 5 13:28:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
750
751 * Makefile.in (install): Correct handling of $(tooldir) and
752 $(bindir) being on different devices.
753
93231538
SC
754Fri Apr 29 09:50:38 1994 Steve Chamberlain (sac@cygnus.com)
755
756 * sysdump.c (h8300, sh): Add declarations.
757
7bf6856e
SC
758Wed Apr 27 11:25:18 1994 Steve Chamberlain (sac@cygnus.com)
759
760 * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.
761 * coffdump.c, coffgroc.c, coffgrog.h, srconv.c, sysdump.c,
762 sysroff.info: Major changes.
763
22111f0e
SS
764Tue Apr 26 18:18:24 1994 Stan Shebs (shebs@andros.cygnus.com)
765
766 * objdump.c (print_section_stabs): Indicate the stab header symbol
767 more clearly, print numbers of unrecognized stab n_type values.
768
769Tue Apr 26 16:22:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
770
771 * nlmconv.c (copy_sections): Copy arelent pointers, not arelents.
772
88d8ae09
ILT
773Mon Apr 25 16:14:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
774
775 * Makefile.in (distclean): Remove $(PROGS) and underscore.c.
776
162794fe
ILT
777Fri Apr 22 11:14:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
778
f645a4bf
ILT
779 * nlmconv.c (setup_sections): Remove special handling of .reginfo
780 section.
781 (copy_sections): Likewise.
782 (alpha_mangle_relocs): Use bfd_ecoff_get_gp_value rather than the
783 special ECOFF .reginfo section.
784
45f82cf7
ILT
785 * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after
786 copying everything else, to let it fiddle with the file in its
787 final state.
788
a963bfc8
ILT
789 * objdump.c: Include libiberty.h.
790 (display_target_list): If a format fails, just go on to the next
791 one. Check return value of bfd_set_format.
792 (display_info_table): Likewise. Don't increment loop variable in
793 for loop test, since that skips the first element.
794 (display_target_tables): Rewrite loop for clarity. Ensure that it
795 always prints at least one element.
796
162794fe
ILT
797 * nlmconv.c (main): Use CyGnUsEx rather than CyGnUsSeCs for
798 sections header. Rename from cygnus_sections to cygnus_ext.
799
dcb210cb
ILT
800Thu Apr 21 12:12:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
801
de04bceb
ILT
802 * objdump.c (_DUMMY_NAME_): Don't define.
803 (display_target_list): Use tmpnam to get a file name rather than
804 using _DUMMY_NAME_. Unlink it when done.
805 (display_info_table): Likewise.
806
dcb210cb
ILT
807 * nlmconv.c (secsec): New static variable.
808 (main): Create .nlmsections section in output BFD. Store
809 information about it in sections header.
810 (setup_sections): Allocate space in sections header.
811 (copy_sections): Copy zero sized sections. Put information about
812 each section in the sections header.
813
a95abbb3 814Wed Apr 20 14:34:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
a95abbb3
ILT
815
816 * nlmconv.c (powerpc_build_stubs): Take new outbfd argument.
817 Change caller. Create custom header for new PowerPC NetWare
818 format.
a95abbb3
ILT
819
820 * Makefile.in (nlmheader.o, nlmconv.o): Update dependencies.
821 * nlmconv.c: Include bfd.h and libiberty.h with "", not <>.
822 * nlmheader.y: Include bfd.h with "", not <>.
823
ebc9eeba
ILT
824Wed Apr 13 10:52:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
825
826 * objdump.c: Do an ifdef on __GO32__, not unix.
827
de3b08ac
ILT
828Wed Apr 6 21:54:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
829
830 Added -D (--dynamic) option to nm and -T (--dynamic-syms) and -R
831 (--dynamic-reloc) arguments to objdump.
832 * nm.c (dynamic): New static variable.
833 (long_options): Added "dynamic".
834 (usage): Mention -D and --dynamic.
835 (main): Add D to getopt string. Handle -D by setting dynamic.
836 (display_rel_file): If dynamic is non-zero, read dynamic symbols
837 rather than normal symbols.
838 * nm.1: Updated for -D (--dynamic) option.
839 * objdump.c (dump_dynamic_symtab): New global variable.
840 (dump_dynamic_reloc_info): New global variable.
841 (dynsyms, dynsymcount): New global variables.
842 (usage): Mention -R, -T, --dynamic-syms and --dynamic-reloc.
843 (long_options): Added "dynamic-reloc" and "dynamic-syms".
844 (slurp_symtab): If no symbols, return rather than exit.
845 (slurp_dynamic_symtab): New function.
846 (display_bfd): Handle dump_dynamic_symtab and
847 dump_dynamic_reloc_info.
848 (dump_symbols): Take new dynamic argument, indicating whether to
849 display dynamic symbols.
850 (dump_relocs): Move most printing into dump_reloc_set.
851 (dump_dynamic_relocs): New function.
852 (dump_reloc_set): New function, extracted from dump_relocs.
853 (main): Add R and T to getopt string. Handle -T by setting
854 dump_dynamic_symtab and -R by setting dump_dynamic_reloc_info.
855 * objdump.1: Updated for -R (--dynamic-reloc) and -T
856 (--dynamic-syms) options.
857 * binutils.texi: Updated for new nm and objdump options.
858
ae5d2ff5
ILT
859Wed Mar 30 15:52:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
860
861 Update for recent BFD changes to symbol and reloc reading. Rename
862 all uses of get_symtab_upper_bound to bfd_get_symtab_upper_bound.
863 Also:
864 * coffgrok.c (symcount): Change to long.
865 (do_sections_p1): Check for error return from
866 bfd_get_reloc_upper_bound. Change relcount to long, and check for
867 error from bfd_canonicalize_reloc.
868 (coff_grok): Change storage to long. Check for error from
869 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
870 * nlmconv.c (main): Change symcount, newsymalloc, newsymcount, and
871 i to long. Check for error from bfd_get_symtab_upper_bound and
872 bfd_canonicalize_symtab.
873 (copy_sections): Change reloc_size and reloc_count to long. Check
874 for error from bfd_get_reloc_upper_bound and
875 bfd_canonicalize_reloc.
876 (mangle_relocs, i386_mangle_relocs, alpha_mangle_relocs): Change
877 reloc_count_ptr argument to long *. Make corresponding changes to
878 variables loaded from *reloc_count_ptr.
879 * nm.c (display_rel_file): Change storage and symcount to long.
880 Check for errors from bfd_get_symtab_upper_bound and
881 bfd_canonicalize_symtab.
882 * objcopy.c (filter_symbols): Change symcount, src_count and
883 dst_count to long.
884 (copy_object): Change symcount to long. Pass another argument to
885 fprintf. Check for errors from bfd_get_symtab_upper_bound and
886 bfd_canonicalize_symtab.
887 (copy_section): Change relcount to long. Check for errors from
888 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
889 (mark_symbols_used_in_relocations): Change relcount and i to long.
890 Check for errors form bfd_get_reloc_upper_bound and
891 bfd_canonicalize_reloc.
892 * objdump.c (storage): Remove global variable.
893 (symcount): Changed to long.
894 (slurp_symtab): New local variable storage. Check for errors from
895 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
896 (remove_useless_symbols): Change return value and count to long.
897 (objdump_print_address): Change min, max, thisplace and i to long.
898 (disassemble_data): Change i to long.
899 (dump_symbols): Change count to long.
900 (dump_relocs): Change relcount to long. Check for errors from
901 bfd_ret_reloc_upper_bound and bfd_canonicalize_reloc.
902 (display_info_table): Add casts when passing LONGEST_ARCH for
903 printf %* argument.
904
9f191108
ILT
905Tue Mar 29 14:59:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
906
907 * nm.c (display_archive): Close each archive element after it has
908 been displayed.
8f197c94 909 * objdump.c (display_file): Likewise.
9f191108 910
934ec70a
ILT
911Mon Mar 28 13:04:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
912
913 * configure.in: Change error message to refer to bfd/config.bfd
914 rather than bfd/configure.in.
915
77ccab3c
JL
916Sun Mar 27 16:23:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
917
918 * More fixes for object formats which allow multiple sections
919 with the same name:
920 * objcopy.c (setup_section): Make a new output section even if
921 one already exists with the given name.
922 (copy_section): Use isection->output_section rather than trying
923 to look the output section up by its (possibly non-unique) name.
924
925 * Makefile.in (install-info): Look for binutils.info in the
926 current directory, then in $(srcdir). Don't use $<.
927
93e53ea4
ILT
928Mon Mar 21 12:55:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
929
930 * objdump.c (objdump_print_address): Make static. Declare with
931 prototype. Change vardiff from int to bfd_signed_vma. Correct
932 binary search termination condition. When looking for same
933 section symbol in relocatable file, handle final symbol correctly.
934
fb158b92
JL
935Sun Mar 20 11:26:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
936
4e85e79f
JL
937 * Makefile.in: Avoid bug in hpux sed.
938
fb158b92
JL
939 * objcopy.c: Changes to keep it from stripping symbols used
940 in output relocations.
941 (mark_symbols_used_in_relocations): New function. Mark symbols
942 used in output relocations with BSF_KEEP.
943 (filter_symbols): Do not strip symbols marked with BSF_KEEP.
944 (copy_object): Reorder actions. First setup sections, then
945 build the output symbol table, then copy the section contents.
946
60e9faeb
ILT
947Fri Mar 18 10:53:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
948
949 * ar.c (write_archive): Allocate space for the null byte. From
950 Robert Lipe <robertl@arnet.com>.
951
06459c06
ILT
952Thu Mar 17 16:20:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
953
954 * Makefile.in: Built nm.new and strip.new to avoid problems with
955 collect when . is in PATH.
956 (STRIP_PROG): Change from strip to strip.new.
957 (NM_PROG): Change from nm to nm.new.
958 (install): Remove the .new when installing.
959
06459c06
ILT
960Wed Mar 16 16:27:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
961
962 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
963 symbol for which we build a stub.
964 (powerpc_mangle_relocs): Only reset TOC pointer for a call to a
965 symbol with BSF_DYNAMIC flag set.
966
1d483829
JL
967Tue Mar 15 23:04:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
968
969 * objcopy.c (filter_symbols): Use bfd_is_local_label to determine
970 if a symbol represents a compiler-generated local label.
971 (copy_object): Give the BFD backends a chance to copy any private
972 bfd data from the input BFD to the output BFD.
973 (setup_section): Give the BFD backends a chance to copy any private
974 section data from the input section to the output section.
975
c9563567
JL
976Mon Mar 14 11:15:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
977
978 * objcopy.c (mangle_section): Delete unused function.
979 (setup_section): Set osection here instead of calling
980 mangle section to do it.
981
ad8e3db9
ILT
982Mon Mar 14 12:11:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
983
984 * ar.c (write_archive): Close inarch before unlinking it.
985
4bd7a65f
ILT
986Fri Mar 11 22:20:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
987
988 * nlmconv.c (main): For PowerPC, call powerpc_build_stubs and
989 powerpc_resolve_stubs. Use __GOT0, not __toc_start. Handle it if
990 the start and end symbols are not in the text section.
991 (struct powerpc_stub): New struct definition.
992 (powerpc_stubs, powerpc_stub_insns): New static variables.
993 (powerpc_initial_got_size): New static variable.
994 (powerpc_build_stubs): New function.
995 (powerpc_resolve_stubs): New function.
996 (powerpc_mangle_relocs): Clear extraneous data in .got section.
997 Rearrange reloc handling to handle ELF relocs that are not
998 partial_inplace. Resolve PC relative relocs.
999
9fdf266c
SC
1000Wed Mar 9 13:48:11 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1001
1002 * ar.c (move_members): Fix it so that the abi positional modifiers
1003 don't delete all archive members following the insert point.
1004
e52e2acd
SC
1005Tue Mar 8 13:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1006
1007 * coffgrok.[ch]: New files, understand coff objects.
1008 * coffdump.c: Uses coffgrok to dump out the debug info of a coff
1009 file.
1010 * sysroff.info: Description of a SYSROFF object file.
1011 * sysinfo.y, syslex.l: Parse info file, generate a reader, writer,
1012 header files and a printer.
1013 * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff
1014 file to a SYSROFF file.
1015
6eb243a2
SS
1016Sat Feb 26 13:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
1017
1018 * ar.c (do_quick_append): Pad with a genuine character 10,
1019 rather than whatever '\n' might happen to be.
1020
1021Tue Feb 22 18:25:52 1994 Ian Lance Taylor (ian@cygnus.com)
1022
1023 * nlmconv.c (main): Ignore debugging symbols when looking for
1024 special symbols by name.
1025
1026Sun Feb 20 18:47:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
1027
1028 * nlmconv.c: Include libiberty.h.
d5e29b60 1029
6eb243a2
SS
1030 Support for PowerPC NetWare.
1031 * nlmconv.c (main): For PowerPC NetWare, automatically define the
1032 special symbols __toc_start.
1033 (select_output_format): Handle bfd_arch_powerpc.
1034 (mangle_relocs): Likewise.
1035 (powerpc_mangle_relocs): New function.
6eb243a2 1036
7681bc7b
DM
1037Thu Feb 17 09:28:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1038
1039 * ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c,
1040 size.c: Use bfd_get_error and bfd_set_error and new error names.
1041
704bbd0d
DM
1042Fri Feb 11 15:54:51 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1043
1044 * objcopy.c (strip_main, copy_main): Add missing 'break' in switch.
1045
1046Mon Feb 7 19:45:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1047
1048 * objdump.c (disassemble_data): Handle bfd_arch_powerpc.
1049
1050Sun Feb 6 22:08:20 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1051
1052 * strings.c objdump.c nlmconv.c objcopy.c nm.c ar.c size.c (main):
1053 Call xmalloc_set_program_name.
1054
5d2f7e30
DM
1055Fri Feb 4 10:46:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1056
1057 * objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we
1058 can do arithmetic on it.
1059
250e36fe
DM
1060Thu Feb 3 14:06:41 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1061
1062 * objdump.c (dump_section_stabs, read_section_stabs,
1063 print_section_stabs): Functions broken out of dump_stabs_1.
1064 Free the stabs and strings when done with them.
1065
cef35d48
DM
1066Wed Feb 2 13:42:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1067
0c5dc23c
DM
1068 * nlmconv.c (main): Use bfd_get_flavour instead of struct member.
1069 * ar.c (print_contents, extract_file), size.c
6f9dff07 1070 (print_berkeley_format, print_sysv_format): Use bfd_get_filename and
0c5dc23c
DM
1071 bfd_my_archive instead of dereferencing the structs directly.
1072
0c62139f
DM
1073 * ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
1074 Indent. Remove DEFUNs.
1075
cef35d48
DM
1076 * nlmconv.c (main), objcopy.c (copy_file): Print matching formats
1077 if ambiguous match.
6f9dff07
DM
1078 * nm.c (display_file, display_archive), size.c (display_bfd):
1079 Eliminate gotos.
cef35d48
DM
1080 Print matching formats if there is an ambiguous match. Use
1081 bfd_nonfatal instead of hardcoded error message if nothing matches.
1082
1083 * arsup.c, ar.c, objdump.c: Use bfd_get_filename instead of
1084 abfd->filename.
1085
1086 * nm.c (display_archive): New function, from code in display_file.
1087 (display_rel_file): Renamed from do_one_rel_file.
1088
1089 * size.c: Indent.
1090 (display_archive): New function from code in display_file.
1091 (display_file): Check bfd_close error return.
1092
1093 * strings.c (strings_object_file): Check bfd_check_format
1094 error return.
1095
1096 * strings.c, objdump.c, size.c: Use bfd_nonfatal instead of bfd_perror.
1097
1098 * bucomm.c: Delete references to exit_handler. It wasn't set
1099 anywhere, and now that we're using the libiberty xmalloc, it
1100 wouldn't always get called before exiting.
1101 (list_matching_formats): Function moved from objdump.c.
1102 * bucomm.h: Declare it.
1103
1104 * objdump.c (disassemble_data): Move some variable decls closer to
1105 their use. Add some comments. Replace a nested block with a
1106 return.
1107
334d6e76
SS
1108Mon Jan 31 18:50:41 1994 Stan Shebs (shebs@andros.cygnus.com)
1109
1110 * objdump.c (display_target_list, display_info_table): Check that
1111 the bfd of the dummy output file is not null.
1112
f7b839f7
DM
1113Wed Jan 26 13:13:18 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1114
1115 * objcopy.c (filter_bytes): New function.
1116 (copy_section): Call it.
1117 (copy_options, copy_usage, copy_main): Add --byte option to
1118 activate it. Appropriate the -b option (which was an undocumented
1119 synonym for -F) for it, also. Add --interleave, -i option for
1120 additional control.
1121 (setup_section, copy_section, mangle_section): Renamed with no `s'
1122 on the end.
1123 * objcopy.1, binutils.texi: Document the new options.
1124
1125 * objdump.c (display_target_tables, display_target_list):
1126 New functions broken out of display_info.
1127 Eliminate some magic constants. Use more meaningful variable names.
1128 (dump_bfd_header): New function broken out of display_bfd.
1129 (dump_section_header): New function broken out of dump_headers.
1130 (remove_useless_symbols): Don't shadow global variable name with
1131 parameter.
1132 (objdump_print_address): Fix backward test.
1133
0886e098
SS
1134Tue Jan 25 19:40:54 1994 Stan Shebs (shebs@andros.cygnus.com)
1135
1136 * bucomm.c (print_arelt_descr): Change decl of `when' to time_t.
1137 * objdump.h: Removed.
1138
db2e6adb
DM
1139Mon Jan 24 13:29:02 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1140
209e5610
DM
1141 * objdump.c (display_file): Remove call to list_matching_formats.
1142 It would never be called.
1143 (list_matching_formats): Take an arg giving the list of matching
1144 formats.
1145 (display_bfd): Pass the arg, and get it filled in by calling
1146 bfd_check_format_matches instead of bfd_check_format.
abdcac0f
DM
1147 (display_info, display_info_table): target_vector was renamed to
1148 bfd_target_vector.
209e5610 1149
db2e6adb
DM
1150 * binutils.texi (objdump): Note some limitations of -h section
1151 address printing.
1152
37853673
SS
1153Sat Jan 22 16:20:46 1994 Stan Shebs (shebs@andros.cygnus.com)
1154
1155 * Makefile.in (MALLOC): Set to emptiness by default.
1156 (ALL_CFLAGS): Add and use.
1157 (arparse.h): Make it depend on arparse.y.
1158 * ar.c (libbfd.h): Don't require to be in ../bfd.
1159 * objdump.c (comp): Rename to compare_symbols.
1160
eae82145
DM
1161Fri Jan 21 20:22:30 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1162
1163 * objdump.c (list_matching_formats): If the file format is ambiguous,
1164 print the matching names so the user can choose one.
1165 (display_bfd): Call it.
1166 (display_file): Call it.
1167
722087ec
ILT
1168Fri Jan 21 19:17:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1169
1170 * objdump.c (disassemble_data): Support bfd_arch_rs6000.
1171
fe2750e1
SS
1172Mon Jan 17 13:57:25 1994 Stan Shebs (shebs@andros.cygnus.com)
1173
1174 * objdump.c (stab_name): Allocate dynamically.
1175 (stab_print): Use pointers to strings instead of char arrays.
1176 (dump_stabs): Change alloc and init of arrays appropriately.
1177 (dump_stabs_1): Always decide whether to print stab_name or
1178 the stab's type number, if unnamed.
1179
e70f2bde
ILT
1180Fri Jan 14 14:42:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1181
46050fe4
ILT
1182 * objcopy.c (strip_main, copy_main): Don't clobber the input file
1183 if copy_file fails.
1184
1edb7335
ILT
1185 * nlmconv.c (main): Warn about an attempt to use a shared library
1186 with uninitialized data.
1187
e70f2bde
ILT
1188 * nlmconv.c (setup_sections): Make sure that we align the
1189 output_offset of each input section appropriately.
1190
02a68547
ILT
1191Thu Jan 13 17:32:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1192
1193 * objdump.c (dump_relocs): Don't crash if section name is NULL.
1194
1195Tue Jan 11 19:46:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1196
1197 * filemode.c (filemodestring): Commented out; not used.
1198 (mode_string): Use POSIX definitions.
1199 (ftypelet): Likewise.
1200 (rwx): Removed; no longer used.
1201 * bucomm.c: Include bucomm.h.
1202 (bfd_nonfatal, bfd_fatal): Argument is const.
1203 (fatal): Make __STDC__ version.
1204 * bucomm.h (mode_string): Declare.
1205 * Makefile.in (bucomm.o): Depend upon bucomm.h
1206
1207Sun Jan 9 12:03:20 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
096aefc0
KR
1208
1209 * bucomm.c (xmalloc, xrealloc): Deleted.
1210 * bucomm.h (xmalloc, xrealloc): Fix prototypes, to correspond to
1211 libiberty version of functions.
1212
eae04238
DM
1213Thu Jan 6 06:18:15 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1214
1215 * binutils.texi: Add a chapter summarizing the ways to select
1216 aspects of the target for each program.
1217
1218 * objdump.c (long_options, usage): Add long equivalents for all
1219 remaining short options that lacked them.
1220 * binutils.texi objdump.1: Document them.
1221
1222 * size.c (usage): Tweak usage message.
1223 * size.1: Add missing `=' in examples.
1224
1225 * binutils.texi strip.1 objcopy.1 nlmconv.1 objcopy.c nlmconv.c:
1226 Use "--target=bfdname" as the option to select the BFD target,
1227 like nm and size already do.
1228 Reserve "--format=format" for textual output selection options, but
1229 for now keep old option names as obsolete for backward compatibility.
1230
1231 * strings.c (main, strings_object_file, usage): Add --target option.
1232 * binutils.texi strings.1: Document it.
1233
1234Sat Jan 1 13:58:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1235
1236 * ar.c (main): Add \n in error message.
1237
9ef23d71
ILT
1238Thu Dec 23 12:23:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1239
1240 gcc -Wall lint:
1241 * ar.c (main): Put parens around assignment used as truth value.
1242 * objcopy.c (strip_main): Remove unused variables. Return 0.
1243 (copy_main): Remove unused variables. Return 0.
1244 * objdump.c (display_bfd): Declare return value as void.
1245 (stab_print): Use "" instead of 0 to initialize array.
1246 (dump_stabs_1): Print vma using printf_vma.
1247 (display_info): Put parens around assignment used as truth value.
1248 * strings.c (print_strings): Cast printf arguments.
1249
1250 * objcopy.c (copy_main): Use copy_options, not strip_options.
1251
1252 * nlmheader.y (command): Warn about illegal date values.
1253
1254Wed Dec 15 11:18:03 1993 David J. MacKenzie (djm@frosty.eng.umd.edu)
1255
1256 * bucomm.c bucomm.h: Run through indent. De-ansidecl-ify.
1257 (bfd_nonfatal): New function.
1258 (bfd_fatal): Call it.
1259
1260 * objcopy.c (smart_rename): Do a copy if the dest file has
1261 multiple hard links. Remove source file on successful copy.
1262 Try to preserve mode and owner on successful rename.
1263
1264 * objcopy.c: Run through indent. Clean up a bit.
1265 Make global variables static.
1266 Make {input,output}_{target,filename}, show_version local
1267 to various functions.
1268 New global variable `status' for exit status.
1269 (strip_main, copy_main): New functions with code from main.
1270 (nonfatal): New macro. Use it globally instead of bfd_perror and
1271 bfd_fatal.
1272
1273 (copy_object): Call mangle_sections with bfd_map_over_sections.
1274 (mangle_sections): Adjust for new calling convention.
1275
6972011b
ILT
1276Fri Dec 10 11:28:11 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
1277
1278 * nlmheader.y (command): Accept MAP and FULLMAP without arguments.
1279 * nlmconv.c (main): Change error message for MAP and FULLMAP.
1280
0f6df2ee
ILT
1281Thu Dec 9 17:47:19 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
1282
4e58b3eb
ILT
1283 * nlmconv.c (main): Warn about imported symbols that are not in
1284 the IMPORT list even if the IMPORT keyword is not used.
1285
0f6df2ee
ILT
1286 * nlmconv.c (debug, unlink_on_exit): New static variables.
1287 (long_options): Add "debug" and "linker".
1288 (main): Handle -d and -l arguments. Make command line input and
1289 output files optional. Parse the command file before opening the
1290 BFD's, which requires storing more information in local variables.
1291 If INPUT names multiple files, link them together. Use OUTPUT for
1292 the output file name if not named on command line.
1293 (show_usage): Changed for new options.
1294 (link_inputs): New function to automatically invoke linker to
1295 handle multiple INPUT files.
1296 (choose_temp_base_try, choose_temp_base, pexecute): New functions,
1297 mostly copied from gcc/gcc.c.
1298 * nlmconv.h (input_files, output_file): Declare.
1299 * nlmheader.y (input_files, output_file): Define.
1300 (command): Support INPUT with a string_list argument. Support
1301 OUTPUT.
1302 (string_list): Renamed from module_list.
1303 * Makefile.in (nlmconv.o): Define LD_NAME based on
1304 program_transform_name.
1305
627703f9
ILT
1306Wed Dec 8 10:09:04 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
1307
1308 * nlmheader.y (nlmheader_identify): New function. Use it to print
1309 the program name just once, instead of with every error message.
1310
419093bc
ILT
1311Mon Dec 6 16:11:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1312
1313 * nlmconv.c (long_options): Changed --header-info to --header-file
1314 to match documentation and usage message.
1315
e2767a01
JL
1316Sun Dec 5 01:31:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1317
1318 * objdump.c (dump_relocs): Avoid dereferencing a NULL sym_ptr_ptr
1319 in a relocation.
1320
1321Thu Dec 2 16:00:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1322
1323 * nlmconv.c (main): Change various types from bfd_size_type to
1324 size_t, since they have to be arguments to fread and fwrite.
1325 Change set from char * to unsigned char *.
1326 (select_output_format): Make mach argument unsigned. Handle
1327 bfd_arch_alpha.
1328 (setup_sections): Don't copy the .reginfo section of an ECOFF
1329 file. Call bfd_set_reloc to initialize the relocation fields.
1330 (copy_sections): Don't copy the .reginfo section of an ECOFF file.
1331 Combine all relocs for a section.
1332 (mangle_relocs): Change type of relocs to permit specific
1333 functions to change it. Call alpha_mangle_relocs for alpha,
1334 default_mangle_relocs for other architectures.
1335 (default_mangle_relocs): New function. Adjust the address of all
1336 relocs by the output_offset.
1337 (i386_mangle_relocs): Change type of relocs argument. Cast length
1338 argument to memmove to size_t.
1339 (alpha_mangle_relocs): New function.
1340
3fa2ae53
ILT
1341Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
1342
1343 * nlmconv.c (select_output_format): Use nlm32-sparc for
1344 bfd_arch_sparc.
1345
1346Wed Nov 17 14:41:35 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
1347
1348 * nlmconv.1: added man page
1349 * objcopy.1: fixed format errors
1350
94333f27
ILT
1351Wed Nov 17 12:03:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1352
1353 * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
1354
80f31fbb
DM
1355Wed Nov 17 04:50:55 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1356
1357 * strings.1: Fix typo.
1358
1359Mon Nov 15 12:03:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
1360
1361 * Makefile.in (DISTSTUFF): Build "info".
1362 (VERSION): Updated to cygnus-2.3.1; 2.3 has gone out.
1363
cca528fa
JL
1364Sun Nov 14 00:27:24 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1365
1366 * objdump.c (dump_stabs): Handle stabs-in-som as implemented
1367 by the new BFD SOM assembler.
1368
938fa52b
DM
1369Sat Nov 13 07:14:05 1993 David J. Mackenzie (djm@rtl.cygnus.com)
1370
1371 * ar.1 c++filt.1 nm.1 objcopy.1 objdump.1 ranlib.1 size.1
1372 strings.1 strip.1: Replace \(em in NAME section with \- so
1373 makewhatis can grok it.
1374
ea5a60a1
ILT
1375Tue Nov 9 15:22:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1376
1377 * nlmconv.c (i386_mangle_relocs): Adjust reloc address by
1378 section output_offset.
1379
1380Fri Nov 5 12:11:52 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
1381
1382 * binutils.texi: added nlmconv chapter
1383
51b7bf87
JW
1384Wed Nov 3 16:10:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
1385
1386 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
1387
1388Wed Nov 3 15:09:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
1389
1390 * Makefile.in (distclean): Don't get rid of dvi or info files.
1391
d6f8ba7e
DM
1392Tue Nov 2 13:29:59 1993 David J. Mackenzie (djm@rtl.cygnus.com)
1393
1394 * objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
1395
53a3e5b5
DM
1396Fri Oct 29 16:02:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1397
d6f8ba7e
DM
1398 * binutils.texi: Move objcopy docs into alphabetical order.
1399
53a3e5b5
DM
1400 * objdump.c: Use xmalloc instead of malloc.
1401
e1ec9f07
SS
1402Fri Oct 29 11:11:14 1993 Stan Shebs (shebs@rtl.cygnus.com)
1403
1404 * objdump.c (info): Rename to formats_info.
1405 (dump_stabs_1): Better comments and formatting.
1406
4ecf13a8
SS
1407Thu Oct 28 19:43:16 1993 Stan Shebs (shebs@rtl.cygnus.com)
1408
1409 * ar.c (main): Always create the archive when quick appending,
1410 even if no input files have been given.
1411
90d8edfd
ILT
1412Wed Oct 27 12:03:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1413
6a6d38c8
ILT
1414 * nlmconv.c (main): Set sharedDebugRecordOffset and
1415 sharedDebugRecordCount fields in extended header.
1416
90d8edfd
ILT
1417 * nlmconv.c (main): Force moduleName field to upper case.
1418
8cfa4950
ILT
1419Mon Oct 25 16:45:42 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1420
1421 * objcopy.c (main): Give a usage message if there are too many
1422 arguments.
1423
ca0a2b2d
KR
1424Mon Oct 25 10:37:08 1993 Ken Raeburn (raeburn@rover.cygnus.com)
1425
1426 * Makefile.in (install-info): Rewrite to take advantage of VPATH,
1427 so FSF distributions (with info files in $(srcdir)) install
1428 properly.
1429 (DISTSTUFF): Build nlmheader.c too.
1430
1431Fri Oct 22 11:43:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
1432
1433 * ar.c (program_name): Don't define here.
1434 * objdump.c: Include "bucomm.h".
1435 (xmalloc): Don't declare here.
1436 (program_name): Don't define here.
1437 (program_version): Fixed type in declaration.
1438 * size.c: Include "bucomm.h".
1439 (program_name): Don't declare here.
1440
9ca01052
ME
1441Fri Oct 22 14:10:41 1993 Mark Eichin (eichin@cygnus.com)
1442
1443 * objdump.c (fprintf): hide declaration in FPRINTF_ALREADY_DECLARED
1444
1445Fri Oct 1 12:43:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1446
1447 * nlmconv.c (i386_mangle_relocs): Resolve and remove PC relative
1448 relocs against defined symbols in the same section.
1449
650a49f0
RP
1450Thu Sep 30 16:46:26 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1451
1452 * Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex
1453
1454Sat Sep 25 18:09:29 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1455
1456 * objcopy.c (simple_copy, smart_rename): New functions.
1457 (main): Use them.
1458
1459Fri Sep 24 15:38:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1460
1461 * Makefile.in (clean, distclean): Recurse into testsuite.
1462
c0367ba5
ILT
1463Thu Sep 23 01:05:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1464
650a49f0
RP
1465 * objcopy.c (setup_sections, copy_sections): If stripping, don't
1466 copy SEC_DEBUGGING sections.
1467 * objdump.c (dump_headers): Print SEC_DEBUGGING flag.
1468
9b018ecd
ILT
1469 * objdump.c (usage): Mention --stabs.
1470
c0367ba5
ILT
1471 * objcopy.c (copy_object): Copy all applicable file flags.
1472 (copy_file): Don't copy EXEC_P specially here.
1473
b342eba6
ILT
1474Mon Sep 20 19:28:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1475
1476 * nlmconv.c (main): Adjust data section size to correspond to bss
1477 alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to
1478 a different section. Use time_t for time variable.
1479 (setup_sections): Only put sections with contents in output NLM.
1480 (i386_mangle_relocs): No symbols are common at this point. Add
1481 casts to avoid warnings.
1482
1483Fri Sep 10 11:00:40 1993 Stan Shebs (shebs@rtl.cygnus.com)
1484
1485 * objdump.c: Made the --stabs option work for stabs-in-coff.
1486 (ELF_STAB_DISPLAY): Removed.
1487 (dump_elf_stabs): Renamed to dump_stabs, changed to run for
1488 any object file format.
1489 (dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to
1490 generic BFD routines for non-ELF case, changed format of message
1491 for no-section-found case.
1492 (display_bfd): Always call dump_stabs if requested.
1493 (dump_data): Call bfd_section_size to get section size.
1494
941ffd19
DM
1495Fri Sep 10 08:12:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1496
1497 * Makefile.in (install): Don't put strings in tooldir/bin.
1498
d5808c7c
ILT
1499Mon Sep 6 15:39:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1500
1501 * nlmconv.c (total_bss_size): Removed.
1502 (main): Set the bss vma to always follow the data section. Move
1503 symbols into new sections, and adjust values by output_offset.
1504 (setup_sections): Don't copy all sections, but instead point all
1505 text sections to .text, all data sections to .data, and all bss
1506 sections to .bss.
1507 (copy_sections): Adjust accordingly.
1508
a6762b10
ILT
1509Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1510
1511 Only build nlmconv if configured for a NetWare target.
1512 * configure.in: If we have some *-*-netware* target, or are using
1513 all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile.
1514 * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than
1515 $(NLMCONV_PROG).
1516
195d1adf
KR
1517Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1518
1519 * objdump.c (ARCH_all): Define ARCH_hppa too.
1520 (dump_headers): Don't test for SEC_BALIGN if it's not defined by
1521 bfd.h.
1522
ef5b5368
ILT
1523Tue Aug 31 13:29:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1524
1525 * nlmconv.c (main): Force creation of .bss section. Set up the
1526 sections before looking at the symbols. Move all common symbols
1527 into .bss section. Automatically define _edata and _end. Only
1528 export symbols in the export list, with multiple prefixes if
1529 necessary. Warn if no version. Always create extended header.
1530 Set date automatically if not already set.
1531 (setup_sections): Count size of bss sections.
1532 (mangle_relocs, i386_mangle_relocs): Accept section argument, and
1533 take reloc_count as a changeable pointer; changed callers.
1534 (i386_mangle_relocs): Remove PC relative relocs within a section,
1535 as they require no adjustment.
1536 * nlmheader.y: Fixed memory allocation throughout: token STRING is
1537 now allocated on the heap, and freed if not needed. Null
1538 terminated copyright message. Accept version with only two
1539 strings.
1540 (symbol_list_opt): New nonterminal, either symbol_list or empty.
1541 (symbol_list): Use left recursion to avoid overflowing parser
1542 stack.
1543 (yylex): Rearranged beginning of line check. Accept quoted
1544 strings using single quotes. End generic argument at comment
1545 character or parentheses.
1546 (string_list_append): Fixed.
1547 (string_list_append1): New function.
1548
1549 * bucomm.h: The first argument to xrealloc is PTR, not char *.
1550 * bucomm.c (xrealloc): Use PTR rather than char *.
1551 * Makefile.in (objdump.o): Depend upon config.status to notice
1552 --with-targets changes.
1553 (nlmconv.o): Depend upon bucomm.h.
1554
1555Tue Aug 17 09:46:01 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1556
1557 * configure.in: Don't pass cpu to config.bfd.
1558
1559Thu Aug 12 16:43:04 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1560
1561 * Makefile.in ($(NM_PROG)): Depend on demangle.o.
1562 (demangle.o): New target.
1563 (cplus-dem.o): Depend on it, to force compilation order when doing
1564 parallel compiles.
1565
1566 * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
1567 (struct output_fns print_symbol_info): Ditto.
1568 (long_options, usage, main): Add -C --demangle option.
1569 (print_symname): New function, demangling if requested.
1570 (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
1571
1572Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1573
1574 * Makefile.in: Put CFLAGS last in compilation rules and omit from
1575 linking rules. Use ARCHDEFS to compile objdump.c.
1576 Update dependencies.
1577 * configure.in: Construct ARCHDEFS based on the BFD target makefile
1578 fragments.
1579 * objdump.c: Conditionalize calls to the print_insn_ARCH functions
1580 according to ARCHDEFS.
1581
ee0af83f
ILT
1582Thu Aug 12 08:06:15 1993 Ian Lance Taylor (ian@cygnus.com)
1583
1584 * ar.c: Removed obsolete and non-functional GNU960 code.
1585
29078b29
ILT
1586Wed Aug 11 13:08:26 1993 Ian Lance Taylor (ian@cygnus.com)
1587
1588 * size.c (berkeley_sum): New function.
1589 (bsssize, datasize, textsize): New global variables.
1590 (bss_section_name, data_section_name, text_section_name): Removed.
1591 (print_berkeley_format): Map berkeley_sum over all the sections,
1592 rather than only reporting sizes of specifically named sections.
1593 * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
1594
1595Tue Aug 10 10:46:01 1993 Ian Lance Taylor (ian@cygnus.com)
1596
1597 * nlmconv.c, nlmconv.h, nlmheader.y: New files for program to
1598 convert object files into NetWare Loadable Modules.
1599 * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv.
1600 (PROGS): Add NLMCONV_PROG.
1601 (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New
1602 targets.
1603
1604Thu Aug 5 15:48:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1605
1606 * Makefile.in: define MAKEOVERRIDES to an empty string
1607
c2b781a2
DM
1608Wed Aug 4 17:08:08 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1609
1610 * objcopy.c (copy_file): Make failures to process a file nonfatal.
1611
68dd5295
DM
1612Mon Aug 2 11:28:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1613
1614 * nm.c: Add -B option, like --format=bsd.
1615
1616Tue Jul 27 16:29:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1617
1618 * objcopy.c (copy_file): If the file is neither an object nor an
1619 archive, give an error rather than returning success.
1620
1621Mon Jul 19 16:13:40 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
1622
1623 * objdump.c (objdump_print_address): Prefer non-local symbols over
1624 local ones, and especially discriminate against debugging symbols.
1625 Also, for relocateable files, try to find a symbol in the current
1626 section, instead of picking one from some random section with a
1627 convenient value (read, section offset).
1628 (disassemble_data): Cast argument to malloc to size_t first.
1629 (dump_data): Likewise.
1630 (dump_relocs): If a single section name is specified, show relocs
1631 only for that section. Otherwise, silently omit sections without
1632 relocs. Format table nicely even if values are printed using 16
1633 digits instead of 8.
1634
a2cdf246
DM
1635Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1636
de793e5f
DM
1637 * nm.c: Changes for final version of POSIX.2.
1638 (print_symbol_filename_{bsd,sysv,posix}): New functions.
1639 (formats): Add an element for a pointer to them.
1640 (print_symbols): Call it.
1641 (print_object_filename_posix, print_archive_member_posix): Produce
1642 output according to new POSIX.2 spec.
1643
a2cdf246
DM
1644 * strings.c (print_strings): Handle STREAM being NULL.
1645 (strings_a_section): Pass a NULL.
1646 (main): Don't open /dev/null.
1647
b3a2b497
ILT
1648Thu Jul 15 12:44:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1649
1650 * objdump.c (disassemble_data): Handle the m88k.
1651 (display_bfd): Use bfd_errmsg, rather than just claiming that the
1652 bfd is not an object file.
1653
7d8d7084
RP
1654Mon Jul 12 17:55:34 1993 K. Richard Pixley (rich@cygnus.com)
1655
1656 * Makefile.in (TAGS): make work again by naming directories
1657 explicitly rather than depending on undefined macros.
1658 (INSTALL_XFORM): correct bad install target.
1659
2470e6fa
DM
1660Fri Jul 2 16:58:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1661
1662 * strings.c: Doc fixes.
1663
1664Sun Jun 27 13:35:24 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1665
1666 * Makefile.in: Note dependencies on bucomm.h.
1667 (cplus-dem.o): Link c++filt with version.o.
1668
1669 * strings.c: Include bucomm.h and add prototypes to other decls.
1670 Remove -h option.
1671
1672 * bucomm.h: Declare xrealloc.
1673
1674 * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
1675 --help option. Put "GNU" in the version message.
1676 (usage): Take stream and exit status as args.
1677 (main): Pass new args to usage.
1678
ba7c8e29
DM
1679Fri Jun 25 23:12:12 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1680
1681 * strings.c, strings.1: New files.
1682 * binutils.texi: Document strings.
4f15fb27 1683 * Makefile.in: Add rules for it.
ba7c8e29 1684
d086adf8
KR
1685Fri Jun 25 20:44:43 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
1686
68dd5295 1687 * objdump.c: Use size-independent bfd elf section names.
d086adf8
KR
1688
1689Sun Jun 20 23:09:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
1690
1691 * objdump.c (objdump_print_address): Handle wide offsets by
1692 calling sprintf_vma.
1693
3ae36cb6
PB
1694Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
1695
1696 * objdump.c (syms2): Removed unused variable.
1697 * objdump.c (remove_useless_symbols): New function.
1698 * objdump.c (comp): Simplify.
1699 * objdump.c (dis-assemble_data): Make simpler and more
1700 efficient how we filter out useless symbols: Just filter
1701 BEFORE the sort (using remove_useless_symbols).
1702 * objdump.c (objdump_print_address): Simplify.
1703 Change output syntax to match gdb.
1704
c8fee4a5
DZ
1705Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
1706
1707 * Makefile.in: canonicalize install.sh; for use within
1708 this directory (and subdirs)
1709
238aa238
DZ
1710Mon Jun 14 12:13:22 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
1711
1712 * Makefile.in (install, install-info): remove parentdir support,
1713 use INSTALL_XFORM; define INSTALL_XFORM
1714
f63e502b
PB
1715Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
1716
1717 * objcopy.c (copy_object): Fix bad size passed to xmalloc().
1718
1719Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
1720
1721 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
1722 * configure.in: No longer need to configure to get sysdep.h.
1723 * objcopy.c (copy_object): Fix symbol table handling.
1724
1725Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
1726
1727 * objcopy.c (filter_symbols): Cannot filter the symbols
1728 in place, because that confuses the relocs, so take separate
1729 parameter for output array.
1730 * objcopy.c (sympp): Make two variables: isympp and osympp.
1731 * objcopy.c (copy_object): Allocate separate array (osympp)
1732 for filtered symbols.
1733
1734Fri Jun 4 10:51:44 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1735
1736 * Makefile.in: change recursion test to presence of a configured
1737 testsuite directory
1738
d34c55c6
KR
1739Thu Jun 3 14:05:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1740
1741 * Makefile.in (underscore.c): Hack the backquoted command so it
1742 doesn't cause Solaris make to bomb.
1743
3ac620d4
JO
1744Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com)
1745
1746 * Makefile.in: added c++filt and objcopy to MANPAGES variable
1747 * .Sanitize: keep c++filt.1 and objcopy.1
1748
5a070355
DZ
1749Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1750
1751 * Makefile.in: rename LOADLIBES to EXTRALIBS
1752
08ad9921
JO
1753Wed Jun 2 18:30:24 1993 Jeffrey Osier (jeffrey@cygnus.com)
1754
1755 * c++filt.1, objcopy.1: new man pages
1756
1757Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
1758
1759 * Makefile.in (install): Also install ar and ranlib in
1760 $(tooldir)/bin; needed for building libgcc.a.
1761 * objdump.c (objdump_print_address): Fix the check
1762 "coincidental" label matches by dis-allowing undefined
1763 or com symbols.
1764
6c69b6bd
JO
1765Thu May 27 16:58:31 1993 Jeffrey Osier (jeffrey@cygnus.com)
1766
1767 * biutils.texi: revised c++filt chapter
1768
4447efa2
ILT
1769Wed May 26 17:24:17 1993 Ian Lance Taylor (ian@cygnus.com)
1770
1771 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
1772
f50af42b
KR
1773Tue May 25 00:26:47 1993 Ken Raeburn (raeburn@cygnus.com)
1774
1775 * objdump.c (slurp_symtab): Print warning for bad symbol table.
875607cb
KR
1776 (bfd_elf32_find_section, Elf32_Internal_Shdr): Updated
1777 declarations and uses.
f50af42b
KR
1778
1779 * Makefile.in (DISTSTUFF): Don't build binutils.mm.
1780
386803c0
DM
1781Fri May 21 10:51:19 1993 David J. Mackenzie (djm@rtl.cygnus.com)
1782
f50af42b
KR
1783 * nm.c: Add -f/--format, -P/--portability, -t/--radix options.
1784 Make global variables static.
1785 (main): Make -v like -n, not -V, and make -A like -o, for POSIX.2.
1786 (set_print_radix, set_output_format,
1787 print_{object_filename,archive_filename,archive_member,symbol_info}
1788 {bsd,sysv,posix}): New functions.
1789 (display_file, print_symbols): Call them.
1790
386803c0
DM
1791 * ar.c: Improve error messages.
1792
1793 * nm.c (main): Handle long options that just set a flag.
1794
1795 * nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c
1796 (main): Exit after printing the version number, per the GNU coding
1797 standards.
1798
1799Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
1800
1801 * README, Makefile.in: Minor updates for 2.2.
1802
20e54bf2
PB
1803Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
1804
386803c0
DM
1805 * Makefile.in (underscore.c): Automatically generate
1806 (using nm) a file with the variable prepends_underscore.
1807 * Makefile.in (c++filt): Link underscore.o with cplus-dem.o
1808 so that initial underscores get removed iff appropriate.
1809 * binutils.texi: Preliminary documentation for c++filt.
1810 * Makefile.in, binutils.texi: Set to version 2.2.
1811
20e54bf2
PB
1812 * NEWS: Mention copy->objcopy renaming and new c++filt program.
1813
df14d957
ILT
1814Wed May 12 12:05:36 1993 Ian Lance Taylor (ian@cygnus.com)
1815
20e54bf2
PB
1816 * Makefile.in (cplus-dem.o, $(DEMANGLER_PROG)): Build the
1817 demangler via cplus-dem.o, rather than directly from the .c file.
1818
df14d957
ILT
1819 * objcopy.c: Renamed from copy.c, updated comments accordingly.
1820 * Makefile.in, binutils.texi: Renamed copy to objcopy.
1821 * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
1822 rename of copy to objcopy.
1823
1824Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
1825
1826 * binutils.texi (strip, -v option): Fix typo.
1827
9fd2cc00
ILT
1828Fri May 7 13:57:50 1993 Ian Lance Taylor (ian@cygnus.com)
1829
1830 * Makefile.in (RUNTEST): Define.
1831 (FLAGS_TO_PASS): Pass down RUNTEST.
1832
1833Tue May 4 10:06:50 1993 Ian Lance Taylor (ian@cygnus.com)
1834
1835 * Makefile.in (DEMANGLER_PROG): Name it c++filt.
1836 (PROG): Also build and install COPY_PROG.
1837
f6dddd4e
PB
1838Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
1839
1840 * Makefile.in: Change definition of $(tooldir) to match FSF.
1841
1842Wed Apr 28 23:41:32 1993 David J. Mackenzie (djm@rtl.cygnus.com)
1843
1844 * size.c (usage): Add missing options.
1845 (main): Clean up option parser.
1846
1847 * objdump.c (usage): Add missing options.
1848 (display_file): Print program name before calling
1849 bdf_perror.
1850
1851 * nm.c (usage): Add missing options.
1852 (main): Clean up option parser.
1853 (display_file): Print program name before calling
1854 bdf_perror.
1855
1856 * copy.c (copy_usage, strip_usage): Add missing options.
1857
1858 * ar.c (usage): New function.
1859 (main): Call it.
1860 (open_inarch, do_quick_append): Print program name before calling
1861 bdf_perror.
1862
1863Thu Apr 22 15:01:35 1993 Ian Lance Taylor (ian@cygnus.com)
1864
1865 * nm.c (main): Accept and ignore -A and -B for MIPS compatibility.
1866
39287eb7 1867Mon Apr 19 14:06:59 1993 Rob Savoye (rob@cygnus.com)
545a2768 1868
39287eb7
RS
1869 * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
1870 built binaries if they exist. (otherwise the path)
545a2768 1871
3e7f73db
RS
1872Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com)
1873
1874 * Makefile.in: Changed check target to use DejaGnu.
1875
1876Thu Apr 1 12:37:13 1993 Jim Kingdon (kingdon@cygnus.com)
1877
1878 * Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
1879 objdump.c: a29k and i960 are `disassemble' not `print'.
1880
1881 * objdump.c: Rename print_address to objdump_print_address
1882 and change parameters.
1883 (disassemble_data): Use objdump_print_address.
1884
5d0734a7
JK
1885Wed Mar 31 10:25:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1886
f7ed13c7
JK
1887 * objdump.c (disassemble_data): print_insn_sparc is now a
1888 `disassemble' not a `print'.
1889 Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
1890
5d0734a7
JK
1891 * objdump.c (disassemble_data): Use new read_memory_func stuff.
1892
12da1775
KR
1893Thu Mar 25 10:38:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1894
1895 * objdump.c (fprintf): Declaration of variadic function had better
1896 be a prototype for ANSI C systems.
1897
1898Mon Mar 22 23:19:46 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1899
1900 * Makefile.in: rename test-install to install-check
1901
9d19b85b
SC
1902Fri Mar 19 14:40:08 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1903
1904 * objdump.c (disassemble_data): Add H8500.
1905
452b40b6
JK
1906Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com)
1907
1908 * objdump.c (usage): Mention long options.
1909
2e8adbd7
PB
1910Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com)
1911
229c82cb
PB
1912 * nm.c: Modify behavior of -o flag for archives to match
1913 BSD4.4 and Sunos 4: Prefix archive name before each line.
1914
2e8adbd7
PB
1915 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
1916 * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
1917 * Makefile.in: Adjust accordingly.
1918 * objdump.c: Support new-style disassemblers (ones that use
1919 the interface of ../include/dis-asm.h).
1920
3048fb38
PB
1921Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com)
1922
2e8adbd7
PB
1923 * Makefile.in: When making tar file, remove texinfo/*,
1924 except for texinfo/texinfo.tex.
3048fb38
PB
1925 * ardup.c: Add extern declaration of strdup.
1926 * Makefile.in (testsuite): Add 'else true' since otherwise
1927 Ultrix /bin/sh complains.
1928
eba174ce
PB
1929Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
1930
1931 * Makefile.in: Set VERSION to 2.1.
1932 * README, NEWS: Updates.
1933 * nm.c: Add -v as a synonym for -V.
1934
4f8b1219
MW
1935Tue Feb 23 19:00:50 1993 Mike Werner (mtw@poseidon.cygnus.com)
1936
1937 * configure.in: added testsuite to configdirs.
1938 * Makefile.in: added support for building testsuite.
1939
7721e5b3
PB
1940Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com)
1941
1942 * objdump.c (disassemble_data): Print function names when
1943 given by bfd_find_nearest_line. If not - still print
1944 line numbers.
1945
0545aa1a
MW
1946Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
1947
1948 * binutils/testsuite: made modifications to testcases, etc., to allow
1949 them to work properly given the reorganization of deja-gnu and the
1950 relocation of the testcases from deja-gnu to a "tool" subdirectory.
1951
d9971b83
KR
1952Mon Feb 22 10:27:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1953
1954 * objdump.c (dump_data): Free up section contents each time
1955 through the loop. Reported by minyard@bnr.ca.
1956
2614a439
MW
1957Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
1958
1959 * binutils/testsuite: Initial creation of binutils/testsuite.
1960 Migrated dejagnu testcases and support files for testing nm to
1961 binutils/testsuite from deja-gnu. These files were moved "as is"
1962 with no modifications. This migration is part of a major overhaul
1963 of dejagnu. The modifications to these testcases, etc., which
1964 will allow them to work with the new version of dejagnu will be
1965 made in a future update.
1966
c921e2aa
FF
1967Fri Feb 12 10:05:20 1993 Fred Fish (fnf@cygnus.com)
1968
1969 * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
1970 * Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR.
1971 * Makefile.in (DEMANGLER_PROG): New program to build. Add macro
1972 and rule.
1973 * Makefile.in (PROGS): Add DEMANGLER_PROG.
1974
1975Tue Jan 26 11:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
1976
1977 * copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
1978 macro rather than checking for equality to bfd_com_section.
1979
1980Fri Jan 8 15:50:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1981
1982 * objdump.c (disassemble_data): Fix code to find first useless
1983 symbol.
1984
1985Thu Jan 7 13:13:31 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1986
1987 * objdump.c (disassemble_data): Use mips_print_insn for MIPS.
1988 Don't core dump if bfd_find_nearest_line returns false.
1989
1990Wed Jan 6 17:14:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1991
1992 * objdump.c (disassemble_data): know how to disassemble z8000s
1993 too.
1994
fc561ccd
PB
1995Wed Jan 6 15:16:27 1993 Per Bothner (bothner@cygnus.com)
1996
1997 * arsup.h (interactive), bucomm.h (program_name): Prefix
1998 with 'extern', to avoid warnings from some compilers.
1999
dc5dcabb
SC
2000Wed Jan 6 15:14:11 1993 Per Bothner (bothner@rtl.cygnus.com)
2001
2002 * arparse.y: fix unnecessary shift/reduce
2003
eeece52d
PB
2004Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com)
2005
2006 * Makefile.in: Make check depend on all.
2007 * Makefile.in (distclean): Remove sysdep.h.
2008 * size.c: Use %u format where appropriate.
2009 * objdump.c: Standardize: L_SET -> SEEK_SET.
2010 * objdump.c: Use new macro bfd_asymbol_bfd.
2011 * configure.in: Allow std-host as the default ${mys_host}.
2012
dc5dcabb
SC
2013Thu Dec 17 19:38:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2014
2015 * Makefile.in: added dvi target, define and use TEXI2DVI
2016
e2fe2df4
PB
2017Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com)
2018
2019 * Makefile.in (dist): Fix permissions before release.
2020 * size.c: Use bfd_size_type (and long) where appropriate.
2021 * ar.c: Make writing a map the default, to be compatible
2022 with SYSV and Posix.2. Remove some bogus kludges that
2023 handled __.SYMDEF directly.
2024 * NEWS: New file.
2025
2026Mon Nov 9 13:36:53 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2027
2028 * Makefile.in: flex no longer needs the -S flag
2029
b19753b9
DZ
2030Sat Nov 7 15:06:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2031
e2fe2df4
PB
2032 * ar.c (extract_file): utime needs a pointer to a utimbuf
2033
b19753b9
DZ
2034 * Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to
2035 the list (since some of the bfd/hosts/*.h files include other
2036 files from that directory)
2037
a644baaa
JG
2038Fri Nov 6 00:12:51 1992 John Gilmore (gnu@cygnus.com)
2039
2040 * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
2041
151a6341
JG
2042Thu Nov 5 03:37:15 1992 John Gilmore (gnu@cygnus.com)
2043
2044 Clean up some old BFD ansification macros.
2045
2046 * arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
2047 It still remains as a local macro in gmalloc.c, which is derived
2048 from some other copy of GNU Malloc somewhere (FIXME).
2049
2050 * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
2051 fns really static.
2052 * arsup.h: Declare extract_files.
2053
42b600fa
ILT
2054Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com)
2055
2056 * ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
2057 use utime and utimbuf structure, otherwise if USE_UTIME use utime
2058 and array of two longs, otherwise use utimes.
2059
2060Thu Oct 15 13:57:35 1992 Per Bothner (bothner@cygnus.com)
2061
2062 * binutils.tex: Document yesterday's changes to strip and copy.
2063
cc8787ef
PB
2064Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com)
2065
2066 * copy.c: Re-do command-line parsing to use getopt_long().
2067 Add long option names. Re-think option letters to be more
2068 consistent.
2069 * copy.c: New function filter_symbols() for stripping only
2070 debug-symbols and/or local symbols. Use these to support
2071 the previously-missing options of the old FSF strip.
2072
1bf20983
JG
2073Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com)
2074
2075 * configure.in (host): Use ${srcdir}/../bfd/configure.host rather
2076 than repeating a copy of it here.
2077
7c926404
KR
2078Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
2079
2080 * copy.c (main): Even if is_strip, accept -d argument indicating
2081 alternate output format. Needed by gdb for Nindy.
2082
2083 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
e31e9a8d
JO
2084
2085Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
2086
2087 * binutils.texi: added documentation for "copy"
2088
8d6ae8fc
PB
2089Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony)
2090
2091 * Makefile.in (*clean rules): Some cleaning up.
2092 * Makefile.in (dist): Make diststuff in gprof for a dist.
2093
2094 * ar.c (do_show_version): New function.
2095 * ar.c (main): Fix so "ar -V" works.
2096
2097Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2098
2099 * configure.in: now uses the cpu-vendor-os triple instead of
2100 nested cases.
2101
c005c66c
JG
2102Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com)
2103
2104 * i960-pinsn.c: Change bzero to memset.
2105 * sparc-pinsn.c: Change index to strchr.
2106
2107Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com)
2108
2109 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
2110 operands to memory management instructions, from WRS.
2111
94a4a005
ILT
2112Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
2113
2114 * Makefile.in (install): if $(tooldir) exists, install nm and
2115 strip in $(tooldir)/bin.
2116
2117Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com)
2118
2119 * Makefile.in: Let's call it version 2.0.
2120
2121Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com)
2122
2123 * Makefile.in: Bump to version 0.98.
2124 * TODO, README: Minor updates.
2125
2126 * Makefile.in: Added mostlyclean, distclean rules,
2127 and cleaned up clean, realclean.
2128
3790af1d
ILT
2129Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com)
2130
2131 * Makefile.in: map program names through program_transform_name
2132 when installing.
2133
455a0d28
PB
2134Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com)
2135
2136 * Makefile.in: Bump to versions 1.97.90.
2137 * cplus-dem.c: Removed. Was nowhere used - and if some
2138 programs are changed to to demangling should now use the
2139 versions in libiberty.
2140
582e962a
BK
2141Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
2142
2143 * configure.in: add we32k
2144
817b5a60
SC
2145Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2146
2147 * ar.c (map_over_members): if the element of the archive has a
2148 null name, fill it in.
2149
2150 * nm.c (do_one_rel_file): only warn if a bfd's flags say there
2151 will be symbols and there aren't any.
2152
1090c41e
ILT
2153Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
2154
2155 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
2156
305c1e74
RS
2157Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
2158
2159 * nm.c objdump.c: Added support for a +version (-V)
2160 to print the version number.
2161
2162 * ar.c, copy.c: Added support for a -V option to print
2163 the version number.
2164
f478fcf6
ILT
2165Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
2166
2167 * config/mh-apollo68v: removed -g from CC definition.
2168
2169 * Makefile.in: always create installation directories.
2170
d6b38bfb
PB
2171Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
2172
2173 * m68k-pinsn.c: Minor fix in style of output (don't use
2174 range to indicate floating point control registers).
2175
a00721fc
PB
2176Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
2177
2178 * ar.c (main): Don't *always* set the verbose flag!
2179
ee9d275b
PB
2180Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
2181
2182 * copy.c: When is_strip (because it is invoked as the strip
2183 program), follow traditional argv processing:
2184 'strip file1 file2' now strips file1 and file2, rather
2185 than stripping file1 (as input), leaving output in file2.
2186
2187Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
2188
2189 * objdump.c (display_info, display_info_table): Call
2190 bfd_set_format() on dummy bfd before using it (twice).
2191 * ar.c: Make sure archive is created on command 'r'
2192 even when no elements are inserted. (Clean up and
2193 simplify some non-working related code.)
2194
e49dde89
DHW
2195Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
2196
2197 * configure.in: hppa support doesn't assume hp OS (from sef).
2198
2199Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2200
2201 * configure.in: recognize hppa hosts (bsd & hpux), error messages
2202 to stderr, not stdout
2203
d1289d72
RP
2204Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2205
2206 * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
2207 size.1, sparc-pinsn.c, strip.1: removed rcsid's.
2208
249608be
RP
2209Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2210
2211 * Makefile.dos: removed rcsid.
2212
cdb76cc3
SC
2213Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2214
2215 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
2216
0b0b5dba
DHW
2217Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
2218
2219 * Makefile.in: Add program_suffix (parallel to program_prefix)
2220
65967d33
JG
2221Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
2222
2223 * nm.c (sorters): Lint. Remove excess whitespace.
2224
96cc09a0
PB
2225Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
2226
2227 * nm.c (valueof macro): Add missing parentheses.
2228 (Their lack screwed up numeric_forward().)
2229
c3c93fda
JG
2230Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
2231
2232 * objdump.c (dump_elf_stabs): Also dump .stab.index and
2233 .stab.excl sections.
2234 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
2235 * objdump.1, binutils.texi: Document new sections dumped.
2236
770cde30
JG
2237Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
2238
b886a6e3 2239 * size.c, objdump.c, bucomm.c: Lint.
770cde30 2240
73b8f102
JG
2241Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
2242
2243 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
2244 .stab section from an ELF file. Installed under #ifdef
2245 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
2246 bfd-internals header files and such.
c5f0c938
JG
2247 * objdump.1, binutils.texi: Update for --stabs. Also fix
2248 objdump's doc to use -- rather than + for long options.
2249 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
73b8f102 2250
aa0a709a
SC
2251Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2252
2253 * objdump.c(display_info), patches from
2254 mohring@informatik.tu-muenchen.de to print the table much more
2255 nicely.
2256
2257Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
2258
2259 * objdump.c: Add another enum->int cast, for the sake of
2260 old compilers (such as PCC).
2261
7aea847a
PB
2262Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
2263
2264 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
2265 Add declaration of strdup().
2266
45212e5e
PB
2267Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
2268
82108c11
PB
2269 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
2270 rules, since these are used when building a distribution.
2271 * Makefile.in (arlex.c): Don't re-direct output, since that
2272 leaves a bogus output files if it fails.
2273
45212e5e
PB
2274 * arlex.l: Make work with lex, for what it's worth.
2275 * Makefile.in: Better lex support.
2276 * Makefile.in (dist): Generate flex and bison outputs
2277 for distribution.
2278
2279Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2280
2281 * Makefile.in: get BISON definition right.
2282
2283Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
2284
2285 * sanity.sh: default TMPDIR to ".".
2286
ea55afde
RP
2287Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2288
2289 * binutils.texi: add doc for ar command language.
2290
d24fbb20
SC
2291Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2292
2293 * arparse.y: make END call ar_end
2294 * arsup.c (ar_end): added, deletes temp file if archive session
2295 aborted.
2296
2297
146a41ab
RP
2298Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2299
58137c4d
RP
2300 * Makefile.in: use bison & flex from ../ if they exist. Also,
2301 FLEX->LEX.
2302
146a41ab
RP
2303 * sanity.sh: remove temporary directory when finished.
2304
5b07d693
PB
2305Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
2306
2307 * Makefile.in: Bump to version 1.97.
2308 * ar.c: Declare errno for machines that need it.
2309
22923083
JG
2310Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
2311
2312 * objdump.c (display_info): Handle error cases without coredump.
2313 Close the dummy temporary file we open in the loop.
2314 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
2315
dc760829
RP
2316Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
2317
7d6cc102
RP
2318 * Makefile.in: added test-install target.
2319
dc760829
RP
2320 * sanity.sh: new file.
2321
2322 * Makefile.in: use sanity test on make check.
2323
bd5e7130
ILT
2324Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
2325
2326 * Makefile.in: rework CFLAGS so that they can be passed on the
2327 command line to make. Remove MINUS_G. Default CFLAGS to -g.
2328
2329Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2330
2331 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
2332 scripting language.
2333
2334Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
2335
2336 * Makefile.in: added check target.
2337
2338Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
2339
2340 * Makefile.in: added clean-info target.
2341
2342Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2343
2344 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
2345 installed. added tooldir and program_prefix.
2346
2347Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
2348
2349 * Makefile.in, configure.in: removed traces of namesubdir,
2350 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
2351 copyrights to '92, changed some from Cygnus to FSF.
2352
2353Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
2354
2355 * Makefile.in: Bump version to 1.96, and remove -beta
2356 suffix from distribution name.
2357 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
2358 the signed value of a character (even if chars are unsigned).
2359 * sparc-pinsn.c: Add new operand types.
2360
2361Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
2362
2363 * objdump.c (disassemble_data): don't print a section's contents
2364 if it's not loadable (eg bss)
2365
2366Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
2367
2368 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
2369 displacements don't get printed as large +ve ones.
2370
2371Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
2372
2373 * copy.c, nm.c, objdump.c, size.c : changed to use the
2374 new reloc scheme.
2375
2376
2377Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
2378
2379 * bucomm.c (print_arelt_descr): Tweek the output format
2380 so that 'ar tv' output follows Posix 1003.2/D11.
2381 Output is now also identical to Sun's (except __.SYMDEF).
2382
2383Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
2384
2385 * Makefile.in: Make `make' output more readable.
2386
2387Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
2388
2389 * Makefile.in: Bump to version 1.94.
2390
2391Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
2392
2393 * ar.c: added "b" to fopens for dos
2394 * configdj.bat, makefile.dos new files from DJ
2395
2396Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2397
2398 * Makefile.in: infodir belongs in datadir.
2399
2400Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
2401
2402 * bucomm.h: created to hold prototypes of bucomm.c
2403 * objdump.h: created to hold prototyes of objdump.c
2404 * am29k-pinsn.c: include objdump.h
2405 * ar.c: include bucomm.h, get ar.h from the right place and
2406 include libbfd.h
2407 * bucomm.c: defunize bfd_fatal
2408 * copy.c: include bucomm.h, lint.
2409 * i960-pinsn.h: include bucomm.h
2410 * m68k-pinsn.h: lint
2411 * nm.c: include bucomm.h, lint
2412 * objdump.c: lint
2413 * sparc-pinsn.c: include objdump.h
2414
2415
2416
2417Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2418
2419 * Makefile.in: added standards.text support. install using
2420 INSTALL_PROGRAM and INSTALL_DATA.
2421
2422 * configure.in: configure now does all of it's work from objdir so
2423 make file existence tests against ${srcdir}.
2424
2425Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2426
2427 * Makefile.in: idestdir and ddestdir go away. Added copyrights
2428 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
2429 and mandir now keyed off datadir by default.
2430
2431Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
2432
2433 * Makefile.in: Bump to version 1.93.
2434 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
2435 for make versions that provide half-baked VPATH-support (e.g. Sun's).
2436 * size.c: Improvements suggested by
2437 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
2438 - Don't emit (Berkeley) headers if no files were found.
2439 - Return a non-zero return code on failure.
2440
2441Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
2442
2443 Changes due to include file renaming:
2444 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
2445 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
2446 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
2447 * nm.c: stab.gnu.h -> aout/stab_gnu.h
2448
2449Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
2450
2451 * README: Mention MINIMIZE flag for bfd's make.
2452
2453Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
2454
2455 * README: Various improvements.
2456
2457Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
2458
2459 * Makefile.in: Bump to version 1.92.
2460 * version.c, Makefile.in: Get version string from Makefile.
2461 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
2462 Make the same change that we earlier did for ar/ranlib:
2463 Generate two different binaries for strip and copy and use
2464 a global variable with different values to distinguish
2465 ostrip from copy. (-1 means to use argv[0] to decide,
2466 so you can get the old behavior, but it is no longer the default).
2467 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
2468 * copy.c (main): If is_strip==-1, compare last 5 chars
2469 of argv[0], not the whole path.
2470 * copy.c (main): Return 0, not 1.
2471 * copy.c (setup_sections): Fix due to change in bfd_make_section
2472 now failing if asked for a duplicate section.
2473 * strip.c, ostrip.c: Removed obsolete files.
2474 * ar.c, not-ranlib.c, maybe-ranlib.c:
2475 Change encoding of is_ranlib variable to be consistent
2476 with is_strip for strip.copy (i.e -1 to means use argv[0]).
2477
2478Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
2479
2480 * version.c (program_version): Update to version 1.92.
2481
2482Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
2483
2484 * ar.c (get_pos_bfd): Previous fix was missing a "break".
2485
2486Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
2487
2488 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
2489 encodings. (Thaks to David Wood)
2490
2491Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
2492
2493 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
2494 * ar.c (get_pos_bfd): Fix to handling of before/after
2495 positioning options.
2496 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
2497 since libiberty contains vfprintf etc if otherwise missing.
2498 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
2499 type operands, as used by branch instructions.
2500 * nm.c: Delegate printing of symbols to BFD,
2501 by using bfd_print_symbol to do the formatting.
2502
2503Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
2504
2505 * ar.c (write_archive.c): added unlink before rename since some
2506 systems can't rename onto an existant file.
2507
2508Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
2509
2510 * nm.c: now doesn't crash if a symbol with no section and no
2511 SEC_ABS appears.
2512
2513Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
2514
2515 * Makefile.in, version.c: Bump to version 1.91.
2516
2517Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
2518
2519 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
2520 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
2521 * strip.c: Add or update Copyright notice.
2522 * TODO: Add note on 'nm -a'.
2523 * version.c: Update version number to 1.90.
2524 * Makefile.in: Fix making of documentation for dist.
2525
2526Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
2527
2528 * README: New file.
2529 * Makefile.in: New kludgy rules for making a tarfile.
2530 * Makefile.in: Fix bindir path.
2531
2532Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
2533
2534 * Makefile.in: add targets binutils.mm, binutils.me
2535
2536Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
2537
2538 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
2539
2540Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
2541
2542 * Makefile.in: add target "binutils.ms"
2543
2544 * binutils.texinfo: minor restructuring for texi2roff comfort.
2545
2546Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
2547
2548 Restructure configuration scheme for bfd, binutils, ld.
2549
2550 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
2551 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
2552 Change some config names to match other dirs.
2553 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
2554 get defined first.
2555 * Makefile.in: Use -I. to get sysdep.h.
2556
2557Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
2558
2559 * nm.c (print_symbols): Handle NULL name field of symbol.
2560 * Makefile.in: Removed spurious comment.
2561
2562Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
2563
2564 * binutils.texinfo: minor typos, phrasing, formatting fixes.
2565
2566Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
2567
2568 * configure.in: Get host file from ../bfd/config, not config.
2569 * config/*: Remove config directory and its files.
2570
2571Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
2572
2573 * Makefile.in: new targets binutils.dvi, binutils.info
2574
2575 * binutils.texinfo: remove most remaining FIXME's, delete
2576 references to __.SYMDEF by name
2577
2578
2579Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
2580
2581 * objdump.c (print_address) Print addresses nicely.
2582
2583Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
2584
2585 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
2586 Make two different binaries for ar and ranlib, instead of
2587 distinguishing them at run time using argv[0].
2588 (Old behavior is still available if you "make ar_with_ranlib",
2589 but it is not the default.)
2590 * ranlib.sh (new): An alternative one-line
2591 shell implementation of ranlib.
2592
2593Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
2594
2595 * objdump.c: Cope with renames of a few BFD types & enums.
2596
2597Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
2598
2599 * binutils.texinfo: add new file (rudimentary docn)
2600
2601Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
2602
2603 * config/hmake-news: Add new file (for Sony NEWSOS3).
2604 * bucomm.c (fatal): Conditionally compile fatal() depending on
2605 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
2606 * objdump.c (dump_headers): Trivial output format change.
2607 * objdump.c (display_info): Loop over integers, not enums,
2608 to appease old compilers.
2609
2610Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
2611
2612 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
2613
2614Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
2615 from bother
2616 * objdump.c (print_address): Make disasembled output more
2617 consistent with gdb and as: Add 0x when printing hex.
2618 Don't print extra leading zeros.
2619 Attempt to not print "filename.o".
2620 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
2621
2622
2623Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
2624
2625 * copy.c: Change =& constructs to = &, since they confuse older
2626 C compilers.
2627
2628\f
2629Local Variables:
2630mode: indented-text
2631left-margin: 8
2632fill-column: 74
2633version-control: never
2634End:
This page took 0.30907 seconds and 4 git commands to generate.