* binutils.texi (strip): Remove duplicate --target. From Marty
[binutils-gdb.git] / binutils / ChangeLog
1 Thu Oct 9 15:57:29 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * binutils.texi (strip): Remove duplicate --target. From Marty
4 Leisner <leisner@sdsp.mc.xerox.com>.
5
6 * nm.c (lineno_cache_bfd): New file static variable.
7 (lineno_cache_rel_bfd): New file static variable.
8 (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd
9 when closing a BFD.
10 (display_file): Likewise.
11 (print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd
12 instead of cache_bfd and cache_rel_bfd. Make seccount static, and
13 only set it when setting relocs.
14
15 Wed Oct 8 21:19:11 1997 Richard Henderson <rth@cygnus.com>
16
17 * objcopy.c (keep_specific_list, privatize_specific_list,
18 weaken_specific_list): New variables.
19 (keep_symbols): Removed.
20 (add_specific_symbol): New function from the carcas of
21 add_strip_symbol. Takes a list as an argument.
22 (is_specified_symbol): Likewise from is_strip_symbol.
23 (filter_symbols): Honor the new privatize and weaken lists.
24 Optimize bfd_asymbol_name handling.
25 (copy_object, copy_options, copy_usage): Add privatize-symbol &
26 weaken-symbol options.
27
28 * objcopy.1, binutils.texi: Update docs.
29
30 Sun Oct 5 09:05:44 1997 Frank Ch. Eigler <fche@cygnus.com>
31
32 * objdump.c (disassemble_data): Make "--prefix-addresses"
33 disassembly adjust to mixed-length instructions.
34 (objdump_print_addr_with_sym): Add "0x" prefix for hexadecimal
35 symbol-offsets in disassembly.
36
37 Fri Oct 3 12:04:25 1997 Ian Lance Taylor <ian@cygnus.com>
38
39 * objcopy.c (set_times): New static function, replacing
40 make_same_dates.
41 (strip_main): If preserve_dates, stat the input file before
42 copying it, and call set_times afterward.
43 (copy_main): Likewise.
44
45 * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to
46 char * when calling strcpy and strlen.
47
48 Wed Sep 24 11:34:05 1997 Ian Lance Taylor <ian@cygnus.com>
49
50 * binutils.texi (ar cmdline): Document that q now works like r.
51 From Marty Leisner <leisner@sdsp.mc.xerox.com>.
52
53 * binutils.texi (size): The object file argument is optional.
54 From Marty Leisner <leisner@sdsp.mc.xerox.com>.
55
56 * aclocal.m4: Rebuild with new libtool.
57 * configure: Rebuild.
58
59 Tue Aug 26 17:48:34 1997 Ian Lance Taylor <ian@cygnus.com>
60
61 * Makefile.am (EXEEXT_FOR_BUILD): New variable. Use it in all
62 references to the sysinfo program.
63 * configure.in: Rebuild with new bfd/acinclude.m4.
64 * Makefile.in: Rebuild.
65
66 Fri Aug 8 15:32:49 1997 Ian Lance Taylor <ian@cygnus.com>
67
68 * windres.c: Include <time.h>.
69 (define_resource): Set a timestamp for the resource.
70
71 Wed Aug 6 13:37:58 1997 Ian Lance Taylor <ian@cygnus.com>
72
73 * configure.in: Define TARGET in header file.
74 * acconfig.h (TARGET): Add #undef.
75 * Makefile.am (version.o, bucomm.o): Remove special targets.
76 * bucomm.c (target): Remove.
77 * nm.c (program_name): Don't declare.
78 (target): Make static.
79 * size.c (target): Make static.
80 * configure, config.in, Makefile.in: Rebuild.
81
82 Tue Aug 5 00:01:41 1997 Ian Lance Taylor <ian@cygnus.com>
83
84 * Makefile.am (check-DEJAGNU): Export r.
85 (.dep1): Use $(INCLUDES) rather than $(ALL_CFLAGS).
86 * Makefile.in: Rebuild.
87
88 * nlmheader.y: Use VERSIONK rather than VERSION.
89
90 * Makefile.am (STRIP_PROG): Change from strip.new to strip-new.
91 (NM_PROG): Change from nm.new to nm-new.
92 (TOOL_PROGS, install-exec-local): Adjust accordingly.
93 * Makefile.in: Rebuild.
94
95 Mon Aug 4 11:47:31 1997 Ian Lance Taylor <ian@cygnus.com>
96
97 * configure.in: Remove AC_ARG_PROGRAM; it's invoked by
98 AM_INIT_AUTOMAKE.
99 * configure: Rebuild.
100
101 * Makefile.am (install-exec-local): Create $(tooldir)/bin before
102 trying to install anything into it.
103 * Makefile.in: Rebuild.
104
105 * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
106 (install-exec-local): When handling $(noinst_PROGRAMS), only use
107 $(EXEEXT) on the installed file. When handling $(TOOL_PROGS),
108 handle $(EXEEXT) correctly.
109 * configure.in: Add an explicit $(EXEEXT) when substituting for
110 the name of a program to build.
111 * Makefile.in, configure: Rebuild.
112
113 * aclocal.m4, configure, Makefile.in: Rebuild with new automake
114 patches.
115
116 * deflex.l, defparse.y: Use VERSIONK rather than VERSION.
117 * rclex.l, rcparse.y: Likewise.
118 * Makefile.am (windres_SOURCES): Add $(BULIBS).
119 * Makefile.in: Rebuild.
120
121 Fri Aug 1 13:08:39 1997 Ian Lance Taylor <ian@cygnus.com>
122
123 * acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4.
124 * aclocal.m4, configure: Rebuild with new libtool.
125
126 Thu Jul 31 11:51:35 1997 Ian Lance Taylor <ian@cygnus.com>
127
128 * Makefile.am: New file, based on old Makefile.in.
129 * acinclude.m4: New file, from old aclocal.m4.
130 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
131 shared library handling; now handled by libtool. Replace
132 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
133 AC_PROG_LEX, AC_DECL_YYTEST, AM_MAINTAINER_MODE, AM_CYGWIN32, and
134 AM_EXEEXT. Replace AC_PROG_INSTALL with AM_PROG_INSTALL. Remove
135 stamp-h handling in AC_OUTPUT.
136 * acconfig.h: Mention PACKAGE and VERSION.
137 * stamp-h.in: New file.
138 * Makefile.in: Now built with automake.
139 * aclocal.m4: Now built with aclocal.
140 * config.in, configure: Rebuild.
141
142 From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
143 * rcparse.y (dialog): Default menu and class to be named.
144 (styles): If FONT is seen, set DS_SETFONT in dialog style.
145 * resbin.c (res_to_bin_dialog): Correct computation of font
146 information length.
147
148 Wed Jul 30 11:21:06 1997 Ian Lance Taylor <ian@cygnus.com>
149
150 From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
151 * resbin.c (res_to_bin_menu): Correct computation of menu
152 vs. menuex length.
153 * resrc.c (define_stringtable): Add 1 to resource ID.
154
155 Tue Jul 29 11:06:03 1997 Ian Lance Taylor <ian@cygnus.com>
156
157 * resbin.c (bin_to_res_string): Correct adjustment of data and
158 length. From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>.
159
160 Tue Jul 22 18:01:23 1997 Ian Lance Taylor <ian@cygnus.com>
161
162 * nlmconv.c (link_inputs): Call libiberty pexecute function.
163 (pexecute) [multiple versions]: Remove.
164
165 Tue Jul 22 16:19:34 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
166
167 * bucomm.c (make_tempname): If we might be using a DOS filesystem,
168 check for a backslash as well as a slash.
169
170 Thu Jun 26 13:53:17 1997 Ian Lance Taylor <ian@cygnus.com>
171
172 * windres.c (main): Quit if we didn't get any resources.
173 (usage): Fix --yydebug usage message.
174 * rescoff.c (write_coff_file): Don't free the relocation array
175 until after we've closed the BFD.
176 (read_coff_rsrc): Quit rather than try to read standard input.
177 (write_coff_file): Quit rather than try to write to standard
178 output.
179 * rcparse.y: Add a couple of missing semicolons (accepted by bison
180 but not byacc).
181 * binutils.texi: Document windres.
182
183 Wed Jun 25 20:57:06 1997 Ian Lance Taylor <ian@cygnus.com>
184
185 * resbin.c: New file.
186 * rclex.l, rcparse.y, rescoff.c, resrc.c, windres.c, windres.h:
187 Numerous fixes and improvements.
188 * Makefile.in: Rebuild dependencies.
189 (CFILES): Add resbin.c.
190 (WINDRES_OBJS): Add resbin.o.
191
192 Sun Jun 22 17:29:41 1997 Ian Lance Taylor <ian@cygnus.com>
193
194 First stab at Windows resource compiler:
195 * windres.h: New file.
196 * windres.c: New file.
197 * resrc.c: New file.
198 * rcparse.y: New file.
199 * rclex.l: New file.
200 * rescoff.c: New file.
201 * configure.in: Define and substitute BUILD_WINDRES.
202 * configure: Rebuild.
203 * Makefile.in: Rebuild dependencies.
204 (WINDRES_PROG): New variable.
205 (PROGS): Add @BUILD_WINDRES@.
206 (HFILES): Add dlltool.h and windres.h.
207 (CFILES): Add windres.c and resrc.c.
208 (GENERATED_CFILES): Add rcparse.c and rclex.c.
209 (WINDRES_OBJS): New variable.
210 $(WINDRES_PROG): New target.
211 (rcparse.c, rcparse.h, rclex.c): New targets.
212
213 Thu Jun 12 12:27:51 1997 Ian Lance Taylor <ian@cygnus.com>
214
215 * dlltool.c (export_type): Add data field.
216 (def_exports): Add data parameter. Change all callers.
217 (dump_def_info): Print data field.
218 (gen_def_file): Likewise.
219 (make_one_lib_file): Handle data field by not emitting simple
220 label and not emitting anything in SEC_TEXT.
221 (dtab): Print data field.
222 (process_duplicates): Merge data field.
223 * dlltool.h (def_exports): Update declaration.
224 * defparse.y (expline): Accept opt_DATA. Pass it to def_exports.
225 (opt_DATA): New non-terminal.
226
227 Wed Jun 11 17:15:47 1997 Ian Lance Taylor <ian@cygnus.com>
228
229 * dlltool.h: New file.
230 * deflex.l: Include dlltool.h and libiberty.h. Don't declare
231 strdup. Use xstrdup rather than strdup.
232 * defparse.y: Include bfd.h, bucomm.h, and dlltool.h.
233 * dlltool.c: Include dlltool.h and time.h. Make a lot of
234 variables and functions static. Make a lot of char * variables
235 and parameters const. Add declarations for static functions. Do
236 some reindenting. Hide more PowerPC stuff inside DLLTOOL_PPC.
237
238 Wed Jun 11 12:05:52 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
239
240 * ar.c (bfd_special_undocumented_glue): Add const.
241
242 Mon May 12 22:09:35 1997 Bob Manson <manson@charmed.cygnus.com>
243
244 * Makefile.in (check): Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET
245 to runtest.
246
247 Mon May 12 13:14:22 1997 Ian Lance Taylor <ian@cygnus.com>
248
249 * configure.in: Don't clear OPCODES when --enable-commonbfdlib is
250 used on HP/UX.
251 * configure: Rebuild.
252
253 Fri Apr 25 14:22:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
254
255 * Makefile.in (maintainer-clean realclean): Change *.info*
256 to binutils.info* to save sysroff.info.
257
258 Tue Apr 15 13:42:22 1997 Ian Lance Taylor <ian@cygnus.com>
259
260 * Makefile.in (INSTALL): Set to @INSTALL@.
261 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
262 (install): Depend upon installdirs. Use $(program_transform_name)
263 directly, rather than using $(INSTALL_XFORM) and
264 $(INSTALL_XFORM1).
265 (installdirs): New target.
266 (install-info): Run mkinstalldirs.
267
268 Mon Apr 14 11:52:39 1997 Ian Lance Taylor <ian@cygnus.com>
269
270 * Makefile.in (INSTALL): Change install.sh to install-sh.
271
272 From Thomas Graichen <graichen@rzpd.de>:
273 * Makefile.in: Always use $(SHELL) when running move-if-change.
274 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
275 * configure: Rebuild.
276
277 Fri Apr 4 13:28:02 1997 Ian Lance Taylor <ian@cygnus.com>
278
279 * configure.in: Add AC_FUNC_ALLOCA.
280 * configure, config.in: Rebuild.
281 * bucomm.h: Add alloca handling, copied from gas/as.h.
282 * dlltool.c: Add #pragma alloca for AIX to start of file.
283 * nlmconv.c: Likewise.
284
285 * Makefile.in (distclean): Remove site.exp and site.bak. Remove
286 everything that clean removes.
287
288 Thu Apr 3 13:18:39 1997 Ian Lance Taylor <ian@cygnus.com>
289
290 * Makefile.in (VERSION): Set to 2.8.1.
291
292 * Branched binutils 2.8.
293
294 Tue Apr 1 16:21:44 1997 Klaus Kaempf <kkaempf@progis.de>
295
296 * configure.com: New file.
297 * config.h-vms: Remove file.
298 * makefile.vms: Update for new configure scheme.
299
300 Mon Mar 31 15:30:43 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
301
302 * objcopy.c (make_same_dates): Use statbuf, not buf, if not
303 HAVE_GOOD_UTIME_H.
304
305 Fri Mar 28 17:57:53 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
306
307 * Makefile.in ($(OBJDUMP_PROG)): Don't link against BFDLIB twice.
308 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
309 set OPCODES to empty.
310 * configure: Rebuild.
311
312 Thu Mar 27 16:03:02 1997 Ian Lance Taylor <ian@cygnus.com>
313
314 Based on patch from Marty Leisner <leisner@sdsp.mc.xerox.com>:
315 * objcopy.c: Include <utime.h> or <sys/time.h>.
316 (strip_options): Add "preserve-dates".
317 (copy_options): Likewise.
318 (copy_usage): Mention -p and --preserve-dates.
319 (strip_usage): Likewise.
320 (make_same_dates): New static function.
321 (strip_main): Handle -p.
322 (copy_main): Likewise.
323 * binutils.texi, strip.1, objcopy.1: Document new option.
324
325 addr2line.c contributed by Ulrich Lauther
326 <Ulrich.Lauther@zfe.siemens.de>:
327 * addr2line.c: New file.
328 * Makefile.in: Rebuild dependencies.
329 (ADDR2LINE_PROG): New variable.
330 (MANPAGES): Add addr2line.
331 (PROGS): Add $(ADDR2LINE_PROG).
332 (CFILES): Add addr2line.c.
333 ($(ADDR2LINE_PROG)): New target.
334 * binutils.texi: Document addr2line.
335 * addr2line.1: New file.
336
337 * version.c (print_version): Update copyright date.
338
339 Mon Mar 24 10:52:45 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
340
341 * objdump.c (disassemble_data): Don't exit if a file cannot be
342 disassembled, instead just return.
343
344 Thu Mar 20 21:16:51 1997 Jeffrey A Law (law@cygnus.com)
345
346 * size.c (usage): Make definition match its prototype.
347 (display_bfd, lprint_number, rprint_number): Likewise.
348 (print_berkeley_format, sysv_internal_printer): Likewise.
349 (print_sysv_format): Likewise.
350 * nm.c (set_print_radix, set_output_format): Likewise.
351 * objcopy.c (filter_bytes): Likewise.
352
353 Tue Mar 18 16:39:55 1997 H.J. Lu <hjl@lucon.org>
354
355 * Many files: Add function prototypes.
356 * ar.c (mri_emul, get_pos_bfd): Make static.
357 * arlex.l: Include "libiberty.h". Don't declare strdup. Use
358 xstrdup rather than strdup.
359 * arparse.y (yyerror): Make argument const. Correct typo.
360 * arsup.c (strdup): Don't declare.
361 (ar_save): Use xstrdup rather than strdup.
362 * filemode.c: Include "bucomm.h".
363 * nm.c (usage): Make static.
364 (print_symname): Make format and name const.
365 * objcopy.c (cat): Remove.
366 (copy_archive): Make output_target const. Use concat, not cat.
367 (copy_file, simple_copy, smart_rename): Make arguments const.
368 * objdump.c (read_section_stabs): Likewise.
369 (print_section_stabs): Likewise.
370 (display_target_tables): Don't declare getenv.
371 * strings.c (strings_object_file): Change file to const.
372 (print_strings): Change filename to const.
373 * Makefile.in: Rebuild dependencies.
374
375 Tue Mar 18 11:37:24 1997 Ian Lance Taylor <ian@cygnus.com>
376
377 * configure.in: Add BFD_NEED_DECLARATION(getenv).
378 * acconfig.h: Add NEED_DECLARATION_GETENV.
379 * bucomm.h (getenv): Declare if NEED_DECLARATION_GETENV.
380 * configure, config.in: Rebuild.
381 * nlmconv.c (getenv): Don't declare.
382
383 * Makefile.in: Rebuild dependencies.
384
385 Sat Mar 15 15:35:56 1997 Ian Lance Taylor <ian@cygnus.com>
386
387 Based on patches from Jamie Lokier <jamie@rebellion.co.uk>:
388 * objdump.c: Include "demangle.h".
389 (do_demangle): New static variable.
390 (usage): Mention -C/--demangle.
391 (long_options): Add "demangle".
392 (objdump_print_symname): New static function.
393 (objdump_print_addr_with_sym): Use objdump_print_symname.
394 (disassemble_bytes): Likewise.
395 (dump_reloc_set): Likewise.
396 (dump_symbols): Demangle symbol name.
397 (main): Handle -C.
398 * binutils.texi, objdump.1: Document -C/--demangle.
399
400 * objdump.c (usage): Mention --no-show-raw-insn.
401 (long_options): Add "no-show-raw-insn".
402 (disassemble_bytes): Handle --no-show-raw-insn.
403 * binutils.texi, objdump.1: Document --no-show-raw-insn.
404
405 Wed Mar 12 11:42:00 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
406
407 * rddbg.c (free_saved_stabs): Set the strings to NULL after being
408 freed.
409
410 Fri Feb 28 17:18:45 1997 Ian Lance Taylor <ian@cygnus.com>
411
412 * bucomm.c (set_default_bfd_target): New function.
413 * bucomm.h (set_default_bfd_target): Declare.
414 * ar.c (main): Call set_default_bfd_target.
415 * nlmconv.c (main): Likewise.
416 * nm.c (main): Likewise.
417 * objcopy.c (main): Likewise.
418 * objdump.c (main): Likewise.
419 * size.c (main): Likewise.
420 * strings.c (main): Likewise.
421 * Makefile.in (bucomm.o): New target, to define TARGET.
422
423 Tue Feb 25 21:28:38 1997 Ian Lance Taylor <ian@cygnus.com>
424
425 * objdump.c (adjust_section_vma): New static variable.
426 (usage): Mention --adjust-section-vma.
427 (OPTION_ADJUST_VMA): Define.
428 (long_options): Add "addjust-vma".
429 (display_bfd): If adjust_section_vma is not 0, add it to all the
430 section addresses.
431 (main): Handle OPTION_ADJUST_VMA.
432 * binutils.texi, objdump.1: Document --adjust-vma.
433
434 Fri Feb 14 18:46:47 1997 Ian Lance Taylor <ian@cygnus.com>
435
436 * nm.c (print_symbol): Cache the BFD as well as the symbols and
437 relocs, and don't try to use the symbols or relocs with a
438 different BFD.
439
440 Thu Feb 13 21:34:43 1997 Klaus Kaempf (kkaempf@progis.de)
441
442 * config.h-vms: sbrk() is provided on openVMS/Alpha.
443 * makefile.vms: allow compiling with current gcc snapshot.
444
445 Thu Feb 13 20:14:40 1997 Ian Lance Taylor <ian@cygnus.com>
446
447 * arsup.c, coffgrok.c, dlltool.c, nlmconv.c: Use xmalloc rather
448 than malloc.
449
450 Wed Feb 12 16:12:02 1997 Ian Lance Taylor <ian@cygnus.com>
451
452 * objdump.c (disassemble_data): Correct VMA argument to
453 find_symbol_for_address. Improve handling of code with no symbol
454 followed by code with a symbol.
455
456 Wed Feb 12 12:16:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
457
458 * objdump.c (disassemble_bytes): Make output of raw instructions
459 work better for non-standard values of bytes_per_chunk and
460 bytes_per_line.
461
462 Thu Feb 6 14:14:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
463
464 * objdump.c (disassemble_bytes): Added code to allow some control
465 over the way raw instructions are displayed.
466
467 Thu Feb 6 12:36:03 1997 Ian Lance Taylor <ian@cygnus.com>
468
469 * stabs.c (struct bincl_file): Add next_stack field.
470 (push_bincl): Put the new file on both bincl_list and
471 bincl_stack. Clear the file_types field.
472 (pop_bincl): Use the next_stack field when popping the stack.
473 Don't put the file on bincl_list.
474 (find_excl): Include the file name when warning about an unfound
475 N_EXCL.
476
477 * debug.c (debug_type_samep): Don't crash if we are passed NULL.
478
479 Thu Feb 6 11:54:24 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
480
481 * objcopy.1: Add missing space after .B.
482
483 Fri Jan 31 10:33:07 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
484
485 * objdump.c (disassemble_data): Initialize `aux.require_sec'.
486
487 Wed Jan 29 13:21:21 1997 Ian Lance Taylor <ian@cygnus.com>
488
489 * objdump.c (objdump_print_value): Add skip_zeroes parameter.
490 Change all callers.
491 (objdump_print_addr_with_sym): Likewise. Call objdump_print_value
492 to print address.
493 (objdump_print_addr): New static function.
494 (objdump_print_address): Just call objdump_print_addr.
495 (disassemble_bytes): Print real address, not function offset.
496 Skip a certain number of leading zeroes.
497
498 * objdump.c (disassemble_zeroes): New static variable.
499 (usage): Mention --disassemble-zeroes.
500 (long_options): Add "disassemble-zeroes".
501 (disassemble_bytes): Check disassemble_zeroes.
502
503 Tue Jan 28 16:47:26 1997 Ian Lance Taylor <ian@cygnus.com>
504
505 * objdump.c (disassemble_bytes): Don't skip zeroes if the
506 disassembler has told us that we are in a branch delay slot.
507
508 Mon Jan 20 14:24:04 1997 Ian Lance Taylor <ian@cygnus.com>
509
510 * size.c (berkeley_sum): Rewrite. Skip sections which are not
511 SEC_ALLOC. Count SEC_READONLY sections as text.
512
513 Tue Jan 14 15:14:14 1997 Ian Lance Taylor <ian@cygnus.com>
514
515 * Makefile.in (maintainer-clean realclean): Remove *.info*, not
516 just *.info. From H.J. Lu <hjl@lucon.org>.
517
518 Tue Dec 31 15:42:54 1996 Ian Lance Taylor <ian@cygnus.com>
519
520 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
521
522 Fri Dec 27 11:19:26 1996 Ian Lance Taylor <ian@cygnus.com>
523
524 * configure.in: Work around bug in AC_FUNC_VFORK in autoconf 2.12.
525 * configure: Rebuild.
526
527 Thu Dec 19 13:11:20 1996 Ian Lance Taylor <ian@cygnus.com>
528
529 Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>:
530 * objcopy.c (OPTION_WEAKEN): Define.
531 (copy_options): Add "weaken".
532 (copy_usage): Mention --weaken.
533 (weaken): New static variable.
534 (filter_symbols): Handle weaken.
535 (copy_object): Call filter_symbols if weaken.
536 (copy_main): Handle OPTION_WEAKEN.
537 * binutils.texi, objcopy.1: Document --weaken.
538
539 Wed Dec 18 22:49:13 1996 Stan Shebs <shebs@andros.cygnus.com>
540
541 * mpw-make.sed: Use NewFolderRecursive for installation.
542
543 Sat Dec 7 10:17:25 1996 Jeffrey A Law (law@cygnus.com)
544
545 * Makefile.in (install): Add "else true" clause to cater to
546 broken "make" on some systems.
547
548 Fri Dec 6 17:21:41 1996 Ian Lance Taylor <ian@cygnus.com>
549
550 * ieee.c (parse_ieee_bb): Always initialize namcopy to avoid gcc
551 warning about uninitialized variable.
552 (ieee_read_cxx_class): Likewise, for pf.
553 (ieee_enum_type): Likewise, for i.
554
555 Tue Nov 26 17:01:25 1996 Ian Lance Taylor <ian@cygnus.com>
556
557 * wrstabs.c (stab_array_type): Add casts when printing
558 bfd_signed_vma values.
559
560 * configure: Rebuild with autoconf 2.12.
561
562 Mon Nov 25 16:53:18 1996 Ian Lance Taylor <ian@cygnus.com>
563
564 * objdump.c (disassemble_data): Don't crash if there is no
565 symbol.
566
567 Fri Nov 22 17:29:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
568
569 * ar.c (open_inarch): Don't call bfd_openr with a null name.
570
571 Fri Nov 1 12:08:13 1996 Ian Lance Taylor <ian@cygnus.com>
572
573 * binutils.texi: Add section on reporting bugs.
574
575 Thu Oct 31 18:20:53 1996 Ian Lance Taylor <ian@cygnus.com>
576
577 * stabs.c (struct stab_handle): Add bincl_list field.
578 (parse_stab): Pass value to push_bincl. Call find_excl for
579 N_EXCL.
580 (struct bincl_file): Add hash, file and file_types fields.
581 (push_bincl): Add hash parameter. Save it in the new hash field.
582 Save the file number in the new file field.
583 (pop_bincl): Put the bincl_file on bincl_list, rather than freeing
584 it. Save the file types in the new file_types field.
585 (find_excl): New static function.
586
587 * ieee.c (ieee_lineno): Don't compare line number addresses to
588 info->highaddr (undo part of October 28 patch).
589
590 Tue Oct 29 16:40:22 1996 Ian Lance Taylor <ian@cygnus.com>
591
592 * objdump.c (objdump_print_value): Don't print the empty string
593 for zero.
594
595 Mon Oct 28 16:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
596
597 * stabs.c (struct stab_handle): Add function_end field.
598 (start_stab): Initialize function_end.
599 (finish_stab): Pass info->function_end to debug_end_function.
600 (parse_stab): If info->function_end is set, use it as the address
601 which ends a function.
602
603 * ieee.c (ieee_array_type): Remember the correct size.
604
605 * ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges
606 that are up to 0x1000 bytes apart, not just 64.
607 (ieee_add_bb11_blocks): Don't bother to emit a BB11 that is less
608 than 0x100 bytes.
609 (ieee_lineno): Only emit line numbers that are less than
610 info->highaddr.
611
612 Fri Oct 25 12:12:17 1996 Ian Lance Taylor <ian@cygnus.com>
613
614 * ieee.c (struct ieee_defined_enum): Add defined field.
615 (ieee_enum_type): If the enum tag has been seen before but not
616 defined, reuse the same type index, and define it.
617 (ieee_tag_type): If this enum has not been defined, add an
618 undefined entry to the list of enums.
619
620 * objdump.c (disassemble_bytes): Let the disassembler override the
621 number of bytes printed on a line.
622
623 Thu Oct 24 16:42:10 1996 Ian Lance Taylor <ian@cygnus.com>
624
625 * objdump.c (prefix_addresses): New static variable.
626 (long_options): Add "prefix-addresses".
627 (compare_symbols): Sort BSF_FUNCTION symbols before other
628 symbols.
629 (find_symbol_for_address): New static function, broken out of
630 objdump_print_address.
631 (objdump_print_addr_with_sym): New static function, broken out of
632 objdump_print_address.
633 (objdump_print_address): Call new functions.
634 (disassemble_bytes): New static function, broken out of
635 disassemble_data. Change disassembly format, unless
636 prefix_addresses is set.
637 (disassemble_data): Call disassemble_bytes. Unless
638 prefix_addresses is set, disassemble in chunks headed by a
639 symbol.
640 * binutils.texi, objdump.1: Document --prefix-addresses.
641
642 * rddbg.c (read_section_stabs_debugging_info): Preserve the
643 backslash when concatenating multiple stabs strings.
644
645 Thu Oct 10 11:36:31 1996 Doug Evans <dje@canuck.cygnus.com>
646
647 * dlltool.c (scan_open_obj_file): Fix loop exit test.
648 Add missing parameter to def_exports.
649
650 Tue Oct 8 12:06:17 1996 Ian Lance Taylor <ian@cygnus.com>
651
652 * Makefile.in (LEX_OPTIONS): Set to empty string. -I -Cem is the
653 default for flex, and is not recognized by lex.
654
655 Thu Oct 3 17:41:23 1996 Ian Lance Taylor <ian@cygnus.com>
656
657 * binutils.texi (Target Selection): Document that you can now
658 specify targets using configuration triplets.
659
660 * ar.c (usage): Declare. Make sure all callers pass an argument.
661
662 Thu Oct 3 15:39:42 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
663
664 * Makefile.in (clean): Remove config.log.
665
666 Wed Oct 2 15:49:16 1996 Klaus Kaempf <kkaempf@progis.de>
667
668 * makefile.vms: Bump version date.
669
670 Tue Oct 1 15:00:59 1996 Ian Lance Taylor <ian@cygnus.com>
671
672 * version.c (print_version): New function.
673 * bucomm.h (print_version): Declare.
674 * ar.c (program_version): Don't declare.
675 (do_show_version): Remove.
676 (usage): Add help parameter. Print bug report address.
677 (main): Set is_ranlib at start. Check for --help and --version.
678 Call print_version, not do_show_version.
679 * nlmconv.c (program_version): Don't declare.
680 (main): Call print_version.
681 (show_usage): Print bug report address.
682 * nm.c (program_version, print_version): Don't declare.
683 (usage): Print bug report address.
684 (main): Call print_version.
685 * objcopy.c (program_version): Don't declare.
686 (copy_usage): Print bug report address.
687 (strip_usage): Likewise.
688 (strip_main): Call print_version.
689 (copy_main): Likewise.
690 * objdump.c (program_version): Don't declare.
691 (usage): Print bug report address.
692 (main): Call print_version.
693 * size.c (program_version): Don't declare.
694 (usage): Print bug report address.
695 (main): Call print_version.
696 * strings.c (program_version): Don't declare.
697 (main): Call print_version.
698 (usage): Print bug report address.
699 * Makefile.in: Update dependencies.
700
701 Thu Sep 19 14:53:15 1996 Ian Lance Taylor <ian@cygnus.com>
702
703 * ieee.c: Revert Monday's reflocalp patch, and apply this patch
704 instead:
705 (write_ieee_debugging_info): Write a dummy type at the end of the
706 global type block.
707
708 Mon Sep 16 15:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
709
710 * ieee.c (struct ieee_write_type): Add reflocalp field.
711 (ieee_pointer_type): Set reflocalp after pushing type.
712 (ieee_function_type): If reflocalp is set, make this type local.
713 (ieee_range_type, ieee_array_type, ieee_set_type): Likewise.
714 (ieee_const_type, ieee_volatile_type): Likewise.
715 (ieee_struct_field, ieee_class_baseclass): Likewise.
716
717 * ieee.c (struct ieee_info): Add global_types field.
718 (parse_ieee_bb): When starting a BB1, initialize the types field
719 to the global_types field.
720 (parse_ieee_be): When ending a BB2, copy the types field to the
721 global_types field.
722
723 Fri Sep 13 17:32:21 1996 Ian Lance Taylor <ian@cygnus.com>
724
725 * objcopy.c (change_leading_char): New static variable.
726 (OPTION_CHANGE_LEADING_CHAR): Define.
727 (copy_options): Add "change-leading-char".
728 (copy_usage): Mention --change-leading-char.
729 (filter_symbols): Add obfd parameter. Change all callers.
730 Implement change_leading_char.
731 (copy_object): Call filter_symbols if change_leading_char.
732 (copy_main): Handle OPTION_CHANGE_LEADING_CHAR.
733 * binutils.texi, objcopy.1: Document --change-leading-char.
734
735 Tue Sep 3 14:05:29 1996 Ian Lance Taylor <ian@cygnus.com>
736
737 * ieee.c (ieee_enum_type): Don't check index into a NULL names
738 array.
739 * nm.c (sort_symbols_by_size): Always initialize next.
740 * rdcoff.c (parse_coff_type): Warn about an incomprehensible
741 type rather than crashing.
742 * rddbg.c (read_symbol_stabs_debugging_info): Initialize f.
743 * stabs.c (parse_stab_members): Set context in all cases.
744
745 Thu Aug 29 16:56:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
746
747 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
748 * configure: Regenerate.
749
750 Thu Aug 29 11:29:20 1996 Ian Lance Taylor <ian@cygnus.com>
751
752 * objdump.c (L_tmpnam): Never define.
753 (display_target_list): Use choose_temp_base instead of tmpnam.
754 (display_info_table): Likewise.
755
756 Tue Aug 27 18:15:01 1996 Ian Lance Taylor <ian@cygnus.com>
757
758 * stabs.c (parse_stab): An N_FUN symbol with an empty string
759 indicates the end of a function.
760
761 Thu Aug 22 17:08:00 1996 Ian Lance Taylor <ian@cygnus.com>
762
763 * wrstabs.c (struct string_hash_entry): Add next field.
764 (struct stab_write_handle): Change strings to a pointer to
765 string_hash_entry. Add last_strings field. Remove strings_alloc
766 field.
767 (string_hash_newfunc): Initialize next field.
768 (stab_write_symbol): Copy string into hash table rather than into
769 buffer. Keep a list of hash table entries.
770 (write_stabs_in_sections_debugging_info): Initialize last_string.
771 Copy strings from list of hash table entries in memory.
772 (stab_modify_type): If the entry on the stack is a definition,
773 make a new definition rather than failing an assert.
774 (stab_array_type): The size is only zero if high is strictly less
775 than low.
776
777 * ieee.c (struct ieee_info): Add saw_filename field.
778 (parse_ieee): Initialize saw_filename.
779 (parse_ieee_bb): Set saw_filename for a BB1 or BB2. In a BB1,
780 discard the current variables and types. In a BB10, if no
781 filename has been seen, call debug_set_filename.
782 (parse_ieee_ty): In case 'g', the type is optional.
783
784 * prdbg.c (pr_fix_visibility): Don't abort on
785 DEBUG_VISIBILITY_IGNORE.
786
787 * debug.c (debug_name_type): Correct error message.
788
789 * configure.in: Substitute HLDENV.
790 * configure: Rebuild.
791 * Makefile.in (HLDENV): New variable. Use it whenever linking a
792 program.
793
794 Thu Aug 15 19:30:41 1996 Stan Shebs <shebs@andros.cygnus.com>
795
796 * mpw-make.sed: Add symbolic doublequotes around the version
797 number.
798
799 Thu Aug 8 12:27:52 1996 Klaus Kaempf <kkaempf@progis.de>
800
801 * makefile.vms: Add better support for DEC C compilation.
802 Add new macros as in Makefile.in.
803
804 Wed Aug 7 14:27:33 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
805
806 * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk.
807 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
808 (NEED_DECLARATION_SBRK): New macro.
809 * configure, config.in: Rebuild.
810 * bucomm.h (strstr): Declare if NEED_DECLARATION_STRSTR.
811 (sbrk): Declare if HAVE_SBRK and NEED_DECLARATION_SBRK.
812
813 * prdbg.c (pr_end_struct_type): Avoid using a string constant in
814 assert, for the benefit of broken assert macros.
815
816 Fri Jul 26 14:06:50 1996 Ian Lance Taylor <ian@cygnus.com>
817
818 * objdump.c (disassemble_data): Set disasm_info.flavour from
819 abfd.
820
821 Tue Jul 23 13:59:54 1996 Ian Lance Taylor <ian@cygnus.com>
822
823 * dlltool.c (secdata): In non DLLTOOL_PPC case, change alignment
824 of .text section to 2.
825
826 Mon Jul 22 08:46:15 1996 Stu Grossman (grossman@lisa.cygnus.com)
827
828 * objdump.c (dump_section_stabs): Fix test for stabs sections
829 ending with numbers. This fixes a problem with .stab being
830 confused with .stab.index.
831
832 Wed Jul 10 13:32:28 1996 Ian Lance Taylor <ian@cygnus.com>
833
834 * stabs.c (stab_demangle_fund_type): Return a void * for a
835 template, rather than simply aborting.
836
837 Mon Jul 8 15:28:05 1996 Ian Lance Taylor <ian@cygnus.com>
838
839 * ar.c (open_inarch): Add file parameter. Change all callers. If
840 this is a newly created archive, set the target based on the
841 file.
842 * arsup.h (open_inarch): Update declaration.
843
844 Thu Jul 4 12:00:55 1996 Ian Lance Taylor <ian@cygnus.com>
845
846 * Makefile.in (VERSION): Set to cygnus-2.7.1.
847
848 * Released binutils 2.7.
849
850 * rdcoff.c (parse_coff): Get address to pass to debug_end_function
851 from function size, not value of .ef symbol. From Ning
852 Mosberger-Tang <ning@AZStarNet.com>.
853
854 Sat Jun 29 21:18:09 1996 Ian Lance Taylor <ian@cygnus.com>
855
856 * objcopy.c (strip_main): Add -o option, and handle it.
857 (strip_usage): Mention -o.
858 * binutils.texi, strip.1: Mention -o.
859
860 Mon Jun 24 17:19:02 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
861
862 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
863 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
864 (docdir): Removed.
865 * configure.in (AC_PREREQ): Autoconf 2.5 or higher.
866
867 Mon Jun 24 11:59:13 1996 Ian Lance Taylor <ian@cygnus.com>
868
869 * objdump.c (endian): New static variable.
870 (usage): Mention -EB/-EL/--endian.
871 (long_options): Add "endian".
872 (disassemble_data): If endianness was specified, replace
873 abfd->xvec with a copy of itself with the given endianness.
874 (main): Handle -EB/-EL/--endian.
875 * binutils.texi, objdump.1: Mention -EB/-EL/--endian.
876
877 * objdump.c: Make most variables and functions static.
878
879 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
880 using shared libraries.
881 * configure: Rebuild with autoconf 2.10.
882
883 Sun Jun 23 14:47:36 1996 Kim Knuttila <krk@cygnus.com>
884
885 * dlltool.c (secdata): Changed .rdata to .reldata so .reloc will work.
886 (make_one_lib_file): Removed cruft. (#if 1)
887
888 Wed Jun 19 14:46:38 1996 Ian Lance Taylor <ian@cygnus.com>
889
890 * objdump.c (stabs): Change from struct internal_nlist * to
891 bfd_byte *.
892 (print_section_stabs): Fetch stabs information directly, rather
893 than assuming that struct internal_nlist is the right size.
894
895 * binutils.texi: Document change to binary format: file position
896 based on load address, not section VMA.
897
898 * bucomm.h: Define SEEK_SET, SEEK_CUR, and SEEK_END if they are
899 not already defined.
900
901 Tue Jun 18 18:25:00 1996 Ian Lance Taylor <ian@cygnus.com>
902
903 * Makefile.in (DISTSTUFF): Add deflex.c.
904
905 Tue Jun 18 15:03:44 1996 Klaus Kaempf <kkaempf@progis.de>
906
907 * config.h-vms, makefile.vms: New files.
908
909 Mon Jun 17 09:47:31 1996 Ian Lance Taylor <ian@cygnus.com>
910
911 * dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather than
912 BFD_RELOC_32 in IDATA7.
913
914 Wed Jun 12 11:52:06 1996 Ian Lance Taylor <ian@cygnus.com>
915
916 * nm.c (struct get_relocs_info): Define.
917 (line_numbers): New static variable.
918 (long_options): Add "line-numbers".
919 (usage): Mention -l and --line-numbers.
920 (main): Handle -l.
921 (print_symbol): Print line numbers if requested.
922 (get_relocs): New static function.
923 * binutils.texi, nm.1: Document -l/--line-numbers.
924
925 Tue Jun 11 20:12:15 1996 Ian Lance Taylor <ian@cygnus.com>
926
927 * objdump.c (dump_reloc_set): Add sec parameter. Change all
928 callers. If with_line_numbers is set, display line numbers of
929 relocation entries.
930 * binutils.texi, objdump.1: Document -l with -r.
931
932 Mon Jun 10 23:42:59 1996 Ian Lance Taylor <ian@cygnus.com>
933
934 * ar.c (open_inarch): Report BFD error message if an archive can
935 not be recognized. List matching formats if the file is
936 ambiguously recognized.
937 (ranlib_touch): Likewise.
938
939 Thu Jun 6 13:56:14 1996 Ian Lance Taylor <ian@cygnus.com>
940
941 * README: Add notes on how to build if you don't have ar.
942
943 * Makefile.in: Remove old incorrect setting of CC.
944
945 Tue Jun 4 10:52:49 1996 Tom Tromey <tromey@csk3.cygnus.com>
946
947 * Makefile.in (install): Don't check to see if tooldir exists.
948 Make $(tooldir) and $(tooldir)/bin.
949
950 Mon Jun 3 17:40:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
951
952 * strings.c (main): Make main an int function, not void.
953
954 Fri May 31 13:59:24 1996 Ian Lance Taylor <ian@cygnus.com>
955
956 * nm.c (filter_symbols): Check for BSF_WEAK as well as
957 BSF_GLOBAL.
958 * objcopy.c (filter_symbols): Likewise.
959
960 Wed May 8 16:57:20 1996 Ian Lance Taylor <ian@cygnus.com>
961
962 * objcopy.c (copy_object): Make clear that it is only a warning
963 when the output file can not represent the architecture.
964
965 Fri May 3 11:30:17 1996 Ian Lance Taylor <ian@cygnus.com>
966
967 * objdump.c (disassemble_data): Don't refer to bytes past the end
968 of data.
969
970 Wed Apr 24 14:10:21 1996 Ian Lance Taylor <ian@cygnus.com>
971
972 * rddbg.c (read_symbol_stabs_debugging_info): Move call to
973 free_saved_stabs outside the loop over the symbols.
974
975 Tue Apr 23 12:56:11 1996 Ian Lance Taylor <ian@cygnus.com>
976
977 * objdump.c (compare_symbols): Sort symbols whose names start with
978 `.' after other symbols. If no other decision can be made, sort
979 symbols by name.
980
981 Thu Apr 18 16:02:11 1996 Ian Lance Taylor <ian@cygnus.com>
982
983 * dep-in.sed: Substitute $(BFDDIR) for @BFDDIR@.
984 * Makefile.in: Rebuild dependencies.
985 (dep.sed): Substitute $(BFDDIR) for @BFDDIR@.
986
987 Tue Apr 16 13:50:22 1996 Ian Lance Taylor <ian@cygnus.com>
988
989 * rdcoff.c: New file.
990 * rddbg.c (read_debugging_info): Read COFF symbols if COFF flavour
991 and no stabs were found.
992 * budbg.h (parse_coff): Declare.
993 * Makefile.in: Rebuild dependencies.
994 (CFILES): Add rdcoff.c.
995 (DEBUG_OBJS): Add rdcoff.o.
996
997 Mon Apr 15 15:55:01 1996 Doug Evans <dje@canuck.cygnus.com>
998
999 * nlmconv.c (choose_temp_base{,_try}): Delete, in libiberty now.
1000 (link_inputs): Update call to choose_temp_base.
1001
1002 Mon Apr 8 14:40:05 1996 Ian Lance Taylor <ian@cygnus.com>
1003
1004 * configure.in: Permit --enable-shared to specify a list of
1005 directories.
1006 * configure: Rebuild.
1007
1008 Fri Mar 29 16:11:33 1996 Ian Lance Taylor <ian@cygnus.com>
1009
1010 * objdump.c (dump_section_header): Print the SEC_LINK_ONCE flag
1011 and the SEC_LINK_DUPLICATES field.
1012
1013 Fri Mar 29 11:35:55 1996 J.T. Conklin (jtc@lisa.cygnus.com)
1014
1015 * nlmconv.1: Changed to be recognized by catman -w on Solaris.
1016
1017 Thu Mar 28 14:17:02 1996 Ian Lance Taylor <ian@cygnus.com>
1018
1019 * wrstabs.c (stab_enum_type): Set buf before using it.
1020
1021 Fri Mar 22 15:49:08 1996 Ian Lance Taylor <ian@cygnus.com>
1022
1023 * stabs.c (struct stab_handle): Add field abfd.
1024 (start_stab): Add abfd parameter.
1025 (parse_stab_string): Skip the symbol leading char when searching
1026 for the value of a global symbol.
1027 * budbg.h (start_stab): Update declaration.
1028 * rddbg.c (read_section_stabs_debugging_info): Pass abfd to
1029 start_stab.
1030 (read_symbol_stabs_debugging_info): Likewise.
1031
1032 Thu Mar 21 12:40:48 1996 Ian Lance Taylor <ian@cygnus.com>
1033
1034 * wrstabs.c (stab_function_type): Output an empty typedef for an
1035 unused argument, rather than making up a meaningless name.
1036 (stab_variable): Use N_RSYM for a DEBUG_REGISTER variable.
1037
1038 * ieee.c (struct ieee_info): Add global_vars field.
1039 (parse_ieee_be): When ending the global typedef block, copy the
1040 variables into info->global_vars.
1041 (parse_ieee_atn): Don't require an NN record for a pmisc ATN.
1042 (ieee_read_reference): Search the global variables after the local
1043 variables.
1044
1045 Wed Mar 20 18:08:19 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1046
1047 * objdump.c (disassemble_data): Make sure sym_name is always set.
1048 (dump_section_header): Always put a space after the section name.
1049 (dump_bfd_header): Terminate output with newline.
1050
1051 Wed Mar 20 16:35:20 1996 Ian Lance Taylor <ian@cygnus.com>
1052
1053 * wrstabs.c: New file.
1054 * budbg.h (write_stabs_in_sections_debugging_info): Declare.
1055 * objcopy.c (write_debugging_info): For COFF or ELF, output stabs
1056 in sections.
1057 * Makefile.in: Rebuild dependencies.
1058 (CFILES): Add wrstabs.c.
1059 (WRITE_DEBUG_OBJS): New variable.
1060 ($(OBJCOPY_PROG)): Use $(WRITE_DEBUG_OBJS), not $(DEBUG_OBJS).
1061 ($(STRIP_PROG)): Likewise.
1062
1063 * stabs.c (parse_stab_members): Make type stub detection more like
1064 gdb.
1065
1066 * ieee.c (struct ieee_handle): Add fields complex_float_index and
1067 complex_double_index.
1068 (ieee_complex_type): Cache type index in complex_float_index and
1069 complex_double_index, depending upon size. Set size on type stack
1070 to size * 2.
1071
1072 * ieee.c (ieee_empty_type): Use builtin_unknown, not 0.
1073 (ieee_void_type): Use builtin_void, not 1.
1074
1075 * ieee.c (parse_ieee_ty): Handle 'V' type code.
1076 (parse_ieee_atn): Don't require two numbers for type 10.
1077
1078 * ieee.c (parse_ieee_be): Add one to offset at end of function or
1079 block.
1080
1081 * ieee.c (struct ieee_block): Add field skip.
1082 (parse_ieee_bb): Don't call debug_record_function for __XRYCPP
1083 function, and set skip field.
1084 (parse_ieee_be): Don't call debug_end_function if skip is set.
1085
1086 * debug.c (struct debug_handle): Add fields current_write_lineno
1087 and current_write_lineno_index.
1088 (debug_write): Initialize current_write_lineno and
1089 current_write_lineno_index for each unit. Call
1090 debug_write_linenos rather than writing out the line numbers
1091 directly.
1092 (debug_write_function): Call debug_write_linenos.
1093 (debug_write_block): Likewise.
1094 (debug_write_linenos): New static function.
1095
1096 * debug.c (debug_write_type): For DEBUG_KIND_FUNCTION, push return
1097 type before arguments.
1098
1099 Mon Mar 18 18:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
1100
1101 * configure.in: Add AC_FUNC_VFORK.
1102 * configure, config.in: Rebuild.
1103 * dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is
1104 defined.
1105
1106 * stabs.c (parse_stab_range_type): A complex type is defined as a
1107 subrange of itself with the high bound zero.
1108 * ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16.
1109
1110 Tue Mar 12 12:09:43 1996 Ian Lance Taylor <ian@cygnus.com>
1111
1112 * ieee.c (ieee_write_undefined_tag): Switch to global_types even
1113 if it is not empty.
1114 (ieee_tag_type): For an enum, look through info->enums.
1115
1116 * configure: Rebuild with autoconf 2.8.
1117
1118 * debug.c (debug_type_samep): Don't loop endlessly in
1119 DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.
1120
1121 Mon Mar 11 12:35:03 1996 Ian Lance Taylor <ian@cygnus.com>
1122
1123 * rddbg.c (read_section_stabs_debugging_info): Call save_stab for
1124 each stab entry, call stab_context on an error, and call
1125 free_saved_stabs before rturning.
1126 (read_symbol_stabs_debugging_info): Likewise.
1127 (SAVE_STABS_COUNT): Define.
1128 (struct saved_stab): Define.
1129 (saved_stabs, saved_stabs_index): New static variables.
1130 (save_stab, stab_context, free_saved_stabs): New static functios.
1131
1132 * objdump.c (stab_name): Remove.
1133 (struct stab_print): Remove.
1134 (stab_print): Remove.
1135 (dump_stabs): Don't initialize stab_name.
1136 (print_section_stabs): Call bfd_get_stab_name rather than using
1137 the stab_name array.
1138
1139 Tue Feb 27 19:52:01 1996 Ian Lance Taylor <ian@cygnus.com>
1140
1141 * prdbg.c (pr_int_constant): Initialize info correctly.
1142 (pr_float_constant): Likewise.
1143
1144 Mon Feb 26 18:11:37 1996 Stan Shebs <shebs@andros.cygnus.com>
1145
1146 * mpw-make.sed: Update to handle shared library support.
1147
1148 Sat Feb 24 11:21:49 1996 Alan Modra <alan@spri.levels.unisa.edu.au>:
1149
1150 * Makefile.in ($(OBJDUMP_PROG)): Search $(BFDLIB) before
1151 $(OPCODES).
1152
1153 Thu Feb 15 12:44:45 1996 Ian Lance Taylor <ian@cygnus.com>
1154
1155 * configure.in: Don't tamper with LDFLAGS. Call AC_PROG_CC before
1156 configure.host.
1157 * configure: Rebuild.
1158
1159 * configure.in: Substitute RPATH_ENVVAR.
1160 * configure: Rebuild.
1161 * Makefile.in (RPATH_ENVVAR): New variable.
1162 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
1163
1164 * objcopy.c (smart_rename): Rather than doing chmod then chown, do
1165 chmod without setuid, then chown, then chmod with setuid.
1166
1167 Wed Feb 14 16:46:42 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
1168
1169 * arsup.c (map_over_list): Reindent. Don't assume that the
1170 function does not delete the BFD.
1171 (ar_addlib_doer): Don't set prev->next if prev is NULL.
1172
1173 Wed Feb 14 15:12:17 1996 Ian Lance Taylor <ian@cygnus.com>
1174
1175 * ieee.c (ieee_regno_to_genreg): Convert register numbers for m68k
1176 and i960.
1177 (ieee_genreg_to_regno): Likewise.
1178
1179 Mon Feb 12 14:19:59 1996 Ian Lance Taylor <ian@cygnus.com>
1180
1181 * ieee.c: Extensive changes to write code to put types in the
1182 global type block when possible, to output ranges for all memory
1183 occupied by the module, and to improve efficiency.
1184
1185 * debug.c (struct debug_handle): Remove class_mark field. Add
1186 id_list and compare_list fields.
1187 (struct debug_class_id): Define.
1188 (struct debug_type_compare_list): Define.
1189 (debug_write): Initialize info->id_list
1190 (debug_write_name): Remove reference to info->class_mark.
1191 (debug_write_type): Get id for all structs and classes. Simplify
1192 test for whether struct has already been written.
1193 (debug_write_class_type): Get id for all classes. Simplify test
1194 for whether class has already been written.
1195 (debug_write_block): Don't write out blocks other than the top
1196 level block if they have no local variables.
1197 (debug_set_class_id): New static function.
1198 (debug_type_samep): New static function.
1199 (debug_class_type_samep): New static function.
1200 * prdbg.c (pr_start_struct_type): Always print id.
1201 (pr_start_class_type): Likewise.
1202 (pr_tag_type): Likewise.
1203
1204 * stabs.c (struct stab_handle): Add syms and symcount fields.
1205 (start_stab): Add syms and symcount parameters. Change all
1206 callers.
1207 (parse_stab_string): Look up global variables in the symbol table
1208 to get the right value.
1209 * budbg.h (start_stab): Update declaration.
1210 * rddbg.c (read_section_stabs_debugging_info): Add syms and
1211 symcount parameters. Change all callers.
1212
1213 * stabs.c (parse_stab_array_type): If the index type is 0, use
1214 int.
1215
1216 Wed Feb 7 14:17:45 1996 Ian Lance Taylor <ian@cygnus.com>
1217
1218 * ieee.c (ieee_start_compilation_unit): Clear modified and
1219 modified_alloc fields of info.
1220
1221 * configure.in: Check for --enable-shared. Substitute new
1222 variables BFDLIB and OPCODES.
1223 * configure: Rebuild.
1224 * Makefile.in (BFDLIB): Set to @BFDLIB@.
1225 (OPCODES): Set to @OPCODES@.
1226
1227 Mon Feb 5 16:18:42 1996 Ian Lance Taylor <ian@cygnus.com>
1228
1229 Support for building bfd and opcodes as shared libraries, based on
1230 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
1231 * configure.in (HLDFLAGS): New substitution.
1232 * configure: Rebuild.
1233 * Makefile.in (HLDFLAGS): New variable. Make all links use
1234 $(HLDFLAGS) before $(CFLAGS) and $(LDFLAGS).
1235 (BFDLIB_DEP): New variable. Replace all occurrences of $(BFD) as
1236 a dependency with $(BFDLIB_DEP). Remove $(BFD) as a dependency if
1237 there is also a dependency on $(ADDL_DEPS).
1238 (BFDLIB): Rename from BFD; change all uses; set to -L../bfd -lbfd.
1239 (OPCODES_DEP): New variable. Replace all occurrends of $(OPCODES)
1240 as a dependency with $(OPCODES_DEP).
1241 (OPCODES): Set to -L../opcodes -lopcodes.
1242 (ADDL_DEPS): New variable. Replace all occurrences of
1243 $(ADDL_LIBS) as a dependency with $(ADDL_DEPS).
1244 (check): Set LD_LIBRARY_PATH in the environment.
1245 (config.status): Depend upon BFD configure.host and config.bfd.
1246
1247 Fri Feb 2 17:02:59 1996 Doug Evans <dje@charmed.cygnus.com>
1248
1249 * objdump.c: #include stdarg.h or varargs.h.
1250 (objdump_print_value): Change FILE* arg to struct disassemble_info*.
1251 All callers updated. Use fprintf_func.
1252 (objdump_print_address): Consistently use fprintf_func.
1253 (objdump_sprintf): New function.
1254 (disassemble_data): Print insn into a buffer, print raw insn ourselves,
1255 then print insn mnemonic.
1256
1257 Fri Feb 2 16:48:55 1996 Ian Lance Taylor <ian@cygnus.com>
1258
1259 * configure: Regenerate.
1260
1261 Thu Feb 1 09:38:18 1996 Steve Chamberlain <sac@slash.cygnus.com>
1262
1263 * configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
1264 (powerpc*-*-cygwin32): New.
1265 * configure: Regenerated.
1266
1267 Wed Jan 31 13:22:03 1996 Richard Henderson <rth@tamu.edu>
1268
1269 * Makefile.in (distclean): Remove $(DEMANGLER_PROG).1.
1270
1271 Mon Jan 29 17:36:29 1996 Ian Lance Taylor <ian@cygnus.com>
1272
1273 Based on patches from H J Lu <hjl@zoom.com>:
1274 * objcopy.c (remove_leading_char): New static variable.
1275 (OPTION_REMOVE_LEADING_CHAR): Define.
1276 (copy_usage): Mention --remove-leading-char.
1277 (filter_symbols): If remove_leading_char, and the first character
1278 of a global symbol matches the symbol leading char of the BFD,
1279 remove the first character.
1280 (copy_object): Filter the symbols if remove_leading_char is set.
1281 (copy_main): Handle --remove-leading-char.
1282 * binutils.texi, objcopy.1: Document --remove-leading-char.
1283
1284 Sat Jan 27 15:40:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1285
1286 * objdump.c (fprintf): Add prototype to avoid compiler warning on
1287 SunOS.
1288
1289 Fri Jan 26 11:53:42 1996 Ian Lance Taylor <ian@cygnus.com>
1290
1291 * binutils.texi (nm): Improve documentation on symbol types.
1292 (objdump): Reference the stabs manual from the discussion of the
1293 --stabs option.
1294
1295 Thu Jan 25 11:21:46 1996 Raymond Jou <rjou@mexican.cygnus.com>
1296
1297 * mpw-make.sed: Add a "stamps" target.
1298
1299 Thu Jan 25 13:51:44 1996 Ian Lance Taylor <ian@cygnus.com>
1300
1301 * objdump.c (dump_headers, dump_section_header): Change objdump -h
1302 output to be simpler and to include section file offsets.
1303
1304 Wed Jan 24 12:06:05 1996 Ian Lance Taylor <ian@cygnus.com>
1305
1306 * stabs.c (parse_stab_members): Don't adjust voffset.
1307
1308 * ieee.c (ieee_read_cxx_class): Don't multiply voffset by 4.
1309 (struct ieee_write_type): Add name field.
1310 (struct ieee_type_class): Remove name field. Change all uses to
1311 use new name field in type instead.
1312 (struct ieee_name_type): Likewise.
1313 (ieee_start_struct_type): Initialize name field of type.
1314 (ieee_start_class_type): Don't initialize classdef entry of tag.
1315 (ieee_class_method_var): Don't adjust voffset.
1316 (ieee_end_class_type): Likewise.
1317 (ieee_tag_type): Initialize new name field of type.
1318 (ieee_typdef): Set name after copying in type information.
1319
1320 * debug.c (VOFFSET_STATIC_METHOD): Define as -1, not 1.
1321
1322 * ieee.c (struct ieee_modified_type): Define.
1323 (struct ieee_handle): Add modified and modified_alloc fields.
1324 (ieee_get_modified_info): New static function.
1325 (ieee_pointer_type): Cache type index.
1326 (ieee_const_type): Likewise.
1327 (ieee_volatile_type): Likewise.
1328
1329 * ieee.c (ieee_define_named_type): When creating a tag for an
1330 anonymous struct, copy the name into memory.
1331 (ieee_tag_type): Likewise.
1332 * debug.c (debug_write_type): Only check and set id field for an
1333 unnamed object.
1334 (debug_write_class_type): Likewise.
1335
1336 * ieee.c: Various changes to write out types for functions and
1337 references, and to not write out unnecessary function types.
1338
1339 * ieee.c (struct ieee_var): Remove variable field. Add kind
1340 field, and define some enum constants for it.
1341 (parse_ieee_ty): Set kind field of variable for 'x' and 'X' types.
1342 (parse_ieee_atn): Make an indirect slot for an external variable,
1343 although we otherwise don't record it. Set kind field rather than
1344 variable field of pvar.
1345 (ieee_read_cxx_class): Try to get the type of a static member.
1346 (ieee_read_reference): Check kind field rather than variable
1347 field.
1348
1349 Tue Jan 23 15:54:18 1996 Ian Lance Taylor <ian@cygnus.com>
1350
1351 * ieee.c: Various changes to handle reading C++ reference type
1352 information.
1353
1354 * debug.h (enum debug_var_kind): Add DEBUG_VAR_ILLEGAL.
1355 (enum debug_parm_kind): Add DEBUG_PARM_ILLEGAL.
1356 * debug.c (debug_get_parameter_types): Handle DEBUG_KIND_FUNCTION.
1357
1358 * ieee.c: Various changes to write out definitions of C++ classes.
1359
1360 * debug.c (debug_append_filename): Remove.
1361 * debug.h (debug_append_filename): Don't declare.
1362
1363 * stabs.c (struct stab_handle): Remove last_type field. Add
1364 so_string and so_value fields.
1365 (finish_stab): Call stab_emit_pending_vars before calling
1366 debug_end_function. Don't warn about pending variables.
1367 (parse_stab): Accumulate N_SO strings until a non N_SO symbol is
1368 seen, rather than calling debug_append_filename. Call
1369 stab_emit_pending_vars before calling debug_end_function. Don't
1370 set info->last_type.
1371
1372 Tue Jan 23 09:53:54 1996 Doug Evans <dje@charmed.cygnus.com>
1373
1374 * objdump.c (disassemble_data): Handle unknown endianness.
1375 Pass fprintf to INIT_DISASSEMBLE_INFO.
1376
1377 Mon Jan 22 16:46:43 1996 Doug Evans <dje@charmed.cygnus.com>
1378
1379 Add new option --show-raw-insn.
1380 * objdump.c (show_raw_insn): New global.
1381 (usage): Update.
1382 (long_options): Update.
1383 (disassemble_data): Set disasm_info.flags if --show-raw-insn.
1384
1385 * objdump.c (disassemble_data): Set new arch,mach,endian fields in
1386 disasm_info.
1387
1388 Mon Jan 22 19:29:36 1996 Ian Lance Taylor <ian@cygnus.com>
1389
1390 * ieee.c: Extensive changes to pass a single info argument around
1391 in the reading routines, rather than several arguments. Add code
1392 to read C++ debugging records.
1393
1394 * debug.h (debug_get_type_size): Declare.
1395 (debug_get_field_name): Declare.
1396 (debug_get_field_bitpos): Declare.
1397 (debug_get_field_bitsize): Declare.
1398 (debug_get_field_visibility): Declare.
1399 (debug_get_field_physname): Declare.
1400 * debug.c (debug_get_real_type): Handle DEBUG_KIND_TAGGED.
1401 (debug_get_type_size): New function.
1402 (debug_get_field_name): New function.
1403 (debug_get_field_bitpos): New function.
1404 (debug_get_field_bitsize): New function.
1405 (debug_get_field_visibility): New function.
1406 (debug_get_field_physname): New function.
1407 (debug_write_type): Make sure we pass the real kind, not INDIRECT,
1408 to tag_type. Pass the name recursively for INDIRECT.
1409
1410 Fri Jan 19 12:31:57 1996 Ian Lance Taylor <ian@cygnus.com>
1411
1412 * debug.h (struct debug_write_fns): Remove ellipsis_type. Add int
1413 and boolean parameters to function_type. Add boolean parameter to
1414 method_type.
1415 (debug_make_ellipsis_type): Don't declare.
1416 (debug_make_function_type): Add debug_type * and boolean
1417 parameters. Change all callers.
1418 (debug_make_method_type): Add boolean parameter. Change all
1419 callers.
1420 (debug_get_parameter_types): Add boolean * parameter. Change all
1421 callers.
1422 (debug_get_target_type): Declare.
1423 * debug.c (struct debug_function_type): Add fields arg_types and
1424 varargs.
1425 (struct debug_method_type): Add field varargs.
1426 (debug_ellipsis_type, ELLIPSIS_P): Remove.
1427 (debug_make_ellipsis_type): Remove.
1428 (debug_make_function_type): Add arg_types and varargs parameters.
1429 (debug_make_method_type): Add varargs parameter.
1430 (debug_get_parameter_types): Add pvarargs parameter.
1431 (debug_get_target_type): New function.
1432 (debug_write_type): In case DEBUG_KIND_FUNCTION, push argument
1433 types and pass count to function_type. In DEBUG_KIND_METHOD, use
1434 a signed int for the count, don't call ellipsis_type, and pass
1435 varargs to method_type.
1436 * stabs.c (struct stab_demangle_info): Add varargs field.
1437 (stab_demangle_argtypes): Add pvarargs parameter. Change all
1438 callers.
1439 (stab_demangle_args): Likewise.
1440 (stab_demangle_type): In case 'F', pick up argument types.
1441 * prdbg.c (pr_ellipsis_type): Remove.
1442 (pr_function_type): Add argcount and varargs parameters.
1443 (pr_method_type): Add varargs parameter.
1444 * ieee.c (ieee_ellipsis_type): Remove.
1445 (ieee_function_type): Add argcount and varargs parameters.
1446 (ieee_method_type): Add varargs parameter. Remove most of
1447 function body, and just call ieee_function_type.
1448
1449 * stabs.c: Include "demangle.h". Added several new static
1450 functions not listed below to demangle argument types; they are
1451 all called via stab_demangle_argtypes.
1452 (finish_stab): If the kind of an undefined tag is
1453 DEBUG_KIND_ILLEGAL, use DEBUG_KIND_STRUCT instead. Warn if there
1454 are any pending variable.
1455 (parse_stab): Don't close the function when the block depth goes
1456 to zero. Pass value to debug_end_function.
1457 (parse_stab_string): In case 'T', pass the name to
1458 parse_stab_type.
1459 (parse_stab_type): In case 'x', use stab_find_tagged_type. In
1460 case '#', handle functions with variable numbers of arguments.
1461 (parse_stab_struct_type): Add tagname parameter. Change all
1462 callers.
1463 (parse_stab_members): Add tagname and typenums parameters. Change
1464 all callers. If the type of a method is a stub, call
1465 parse_stab_argtypes to demangle the argument types and get the
1466 physical name of the function.
1467 (parse_stab_argtypes): New static function.
1468 (stab_record_variable): For a DEBUG_GLOBAL or DEBUG_STATIC
1469 variable, call debug_record_variable immediately.
1470 (stab_find_tagged_type): New static function.
1471
1472 * debug.h (enum debug_type_kind): Add DEBUG_KIND_ILLEGAL.
1473 (struct debug_write_fns): Add field ellipsis_type. Add id
1474 parameter to start_struct_type, start_class_type, and tag_type.
1475 (debug_make_ellipsis_type): Declare.
1476 (debug_find_named_type): Declare.
1477 (debug_get_type_kind): Declare.
1478 (debug_get_return_type): Declare.
1479 (debug_get_parameter_types): Declare.
1480 (debug_get_fields): Declare.
1481 (debug_get_field_type): Declare.
1482 * debug.c (struct debug_handle): Add fields class_id and base_id.
1483 (struct debug_class_type): Add field id.
1484 (struct debug_method_variant): Rename argtypes to physname.
1485 Change all uses.
1486 (debug_ellipsis_type): New static variable.
1487 (ELLIPSIS_P): New macro.
1488 (debug_make_ellipsis_type): New function.
1489 (debug_make_method_variant): Rename argtypes to physname.
1490 (debug_make_static_method_variant): Likewise.
1491 (debug_name_type): Always put types in the global namespace.
1492 (debug_find_named_type): New function.
1493 (debug_find_tagged_type): Treat DEBUG_KIND_ILLEGAL specially,
1494 rather than DEBUG_KIND_VOID.
1495 (debug_get_real_type): New static function.
1496 (debug_get_type_kind): New function.
1497 (debug_get_return_type): New function.
1498 (debug_get_parameter_types): New function.
1499 (debug_get_fields): New function.
1500 (debug_get_field_type): New function.
1501 (debug_write): Initialize base_id.
1502 (debug_write_type): Pass new id argument to tag_type. Handle
1503 DEBUG_KIND_ILLEGAL. Use id for DEBUG_KIND_STRUCT and
1504 DEBUG_KIND_UNION. Handle ellipsis for method arguments.
1505 (debug_write_class_type): Don't dereference kclass if it is NULL.
1506 Use id.
1507 * prdbg.c (pr_fns): Add pr_ellipsis_type.
1508 (pr_ellipsis_type): New static function.
1509 (pr_pointer_type): If this is a pointer to an array, parenthesize
1510 it correctly.
1511 (pr_start_struct_type): Add id parameter.
1512 (pr_start_class_type): Likewise.
1513 (pr_tag_type): Likewise.
1514 (pr_fix_visibility): Add the visibility to the top of the stack,
1515 not the second element on the stack.
1516 (pr_struct_field): Pop the stack before calling pr_fix_visibility.
1517 (pr_class_static_member): Likewise.
1518 (pr_class_start_method): Don't push a type, just set the method
1519 name in the type on the top of the stack.
1520 (pr_class_end_method): Don't pop the stack.
1521 (pr_class_method_variant): Rename argtypes parameter to physname.
1522 Append const and volatile rather than prepending them. Add a
1523 space after the physname.
1524 (pr_class_static_method_variant): Likewise.
1525 * ieee.c (ieee_fns): Add ieee_ellipsis_type.
1526 (ieee_define_named_type): Use DEBUG_KIND_ILLEGAL rather than
1527 DEBUG_KIND_VOID.
1528 (write_ieee_debugging_info): Likewise.
1529 (ieee_typdef): Likewise.
1530 (ieee_ellipsis_type): New static function.
1531 (ieee_start_struct_type): Add id parameter.
1532 (ieee_start_class_type): Likewise.
1533 (ieee_tag_type): Likewise.
1534 (ieee_class_method_variant): Rename name to physname.
1535 (ieee_class_static_method_variant): Likewise.
1536
1537 * Makefile.in (DEBUG_OBJS): Remove prdbg.o.
1538 ($(OBJDUMP_PROG)): Depend upon, and link against, prdbg.o.
1539
1540 Thu Jan 18 17:35:06 1996 Kim Knuttila <krk@cygnus.com>
1541
1542 * dlltool.c (make_tail): Changed the order of the sections to avoid
1543 an alignment problem.
1544
1545 Wed Jan 17 14:23:00 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1546
1547 * srconv.c (wr_du): Set du.stackfrmt to 0.
1548 (wr_un, wr_sc): Emit all sections, even those with 0 size.
1549
1550 Tue Jan 16 16:15:49 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1551
1552 * srconv.c (wr_hd): Space size within segment was being
1553 stored in segment identifier field.
1554
1555 Tue Jan 16 12:07:25 1996 Stan Shebs <shebs@andros.cygnus.com>
1556
1557 * mpw-config.in (BUILD_NLMCONV, BUILD_SRCONV, SYSINFO_PROG,
1558 BUILD_DLLTOOL): Put definitions for these into makefile when
1559 configuring, instead of always clearing in mpw-make.sed.
1560 * mpw-make.sed: Edit out any host_alias or target_alias settings,
1561 fix pathname to BFD internal include files, remove dependency
1562 calculation rules.
1563
1564 Thu Jan 11 17:31:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1565
1566 * objdump.c (dump_section_header): Add new section flags
1567 SEC_{EXCLUDE,SORT_ENTRIES}.
1568
1569 Thu Jan 11 11:45:34 1996 Ian Lance Taylor <ian@cygnus.com>
1570
1571 * objcopy.c (filter_symbols): NULL terminate the output symbols.
1572 (copy_object): Allocate space for a possible extra NULL pointer.
1573
1574 * debug.c (debug_make_undefined_tagged_type): Make sure we are
1575 given a kind of type we can handle.
1576 (debug_write_type): Handle undefined enums and structs.
1577 (debug_write_class_type): Handle undefined classes.
1578 * prdbg.c (pr_enum_type): Handle an undefined enum.
1579 * ieee.c (ieee_enum_type): Likewise.
1580
1581 Wed Jan 10 15:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
1582
1583 * Makefile.in: Updated dependencies.
1584 (ALLOCA, MALLOC): Remove variables.
1585 (ADDL_LIBS): Remove $(MALLOC) from definition.
1586 * alloca.c, gmalloc.c: Remove.
1587
1588 Mon Jan 8 18:02:29 1996 Ian Lance Taylor <ian@cygnus.com>
1589
1590 * ieee.c: Add global function write_ieee_debugging_info and a
1591 bunch of static functions and structs used to write out IEEE
1592 debugging information.
1593 * budbg.h (write_ieee_debugging_info): Declare.
1594
1595 * ieee.c (struct ieee_type): Add pslot field.
1596 (enum builtin_types): Define.
1597 (ieee_builtin_type): For a pointer, return a pointer to the named
1598 type. Use enum values rather than numbers.
1599 (ieee_alloc_type): New static function.
1600 (ieee_read_type_index): Use ieee_alloc_type.
1601 (parse_ieee_bb): Likewise.
1602 (parse_ieee_ty): Likewise. Use ieee_builtin_type for array range,
1603 rather than making a new integer type. Store the new type in the
1604 slot, if there is one.
1605 (parse_ieee_atn): Treat ATN10 as defining a register variable.
1606 (ieee_regno_to_genreg): Rename from ieee_regno_to_gen. Change all
1607 callers.
1608 (ieee_genreg_to_regno): New static function.
1609
1610 * stabs.c (parse_stab_type): Add new typename parameter. Change
1611 all callers.
1612 (parse_stab_range_type): Add new typename parameter. Change all
1613 callers.
1614
1615 * debug.h (struct debug_write_fns): Add tag parameter to
1616 enum_type, start_struct_type, and start_class_type.
1617 * debug.c (debug_write_type): Pass any tag name to
1618 start_struct_type, debug_write_class_type, and enum_type. If
1619 DEBUG_KIND_TAGGED, pass the name in the recursive call.
1620 (debug_write_class_type): Accept a new tag parameter, and pass it
1621 to start_class_type.
1622 * prdbg.c (pop_type): Don't remove '+' character.
1623 (pr_enum_type): Accept and use tag parameter.
1624 (pr_start_struct_type): Likewise.
1625 (pr_start_class_type): Likewise.
1626 (pr_class_baseclass): Adjust algorithm used to find where to put
1627 the baseclass name.
1628 (pr_tag): Don't bother to insert the tag name.
1629
1630 * objcopy.c: Include budbg.h.
1631 (convert_debugging): New static variable.
1632 (OPTION_DEBUGGING): Define.
1633 (copy_options): Add "debugging".
1634 (copy_usage): Mention --debugging.
1635 (is_strip_section): Skip debugging sections if convert_debugging.
1636 (setup_section, copy_section): Likewise.
1637 (filter_symbols): Skip debugging symbols if convert_debugging.
1638 (copy_object): If convert_debugging, read and write debugging
1639 information.
1640 (write_debugging_info): New static function.
1641 (copy_main): Handle --debugging.
1642 * Makefile.in (DEBUG_OBJS): New variable.
1643 ($(OBJCOPY_PROG)): Depend upon and link against $(DEBUG_OBJS).
1644 ($(STRIP_PROG)): Likewise.
1645 (OBJDUMP_OBJS): Remove variable.
1646 ($(OBJDUMP_PROG)): Use objdump.o $(DEBUG_OBJS) rather than
1647 $(OBJDUMP_OBJS).
1648 * binutils.texi, objcopy.1: Document --debugging.
1649
1650 Thu Jan 4 16:31:21 1996 Ian Lance Taylor <ian@cygnus.com>
1651
1652 * ieee.c: New file with code to read IEEE debugging information.
1653 * budbg.h (parse_ieee): Declare.
1654 * rddbg.c (read_debugging_info): Handle IEEE flavour files.
1655 (read_ieee_debugging_info): New static function.
1656 * Makefile.in: Rebuild dependencies.
1657 (CFILES): Add ieee.c.
1658 (OBJDUMP_OBJS): Add ieee.o.
1659
1660 * bucomm.h (xrealloc): Change type of first parameter from char *
1661 to PTR.
1662
1663 Tue Jan 2 17:44:07 1996 Ian Lance Taylor <ian@cygnus.com>
1664
1665 * Makefile.in: Add targets to automatically rebuild dependencies.
1666 Remove targets which just listed dependencies of .o files.
1667 (DEP): New variable.
1668 (HFILES, GENERATED_HFILES): New variables.
1669 (CFILES, GENERATED_CFILES): New variables.
1670 (underscore.c): Don't do anything, just depend upon stamp-under.
1671 (stamp-under): New target; do what underscore.c used to do.
1672 (nlmconv.o): Depend upon sym.h and ecoff.h.
1673 (.dep, .dep1, dep.sed, dep, dep-in): New targets.
1674 (stage1, stage2, stage3, against, comparison): Remove.
1675 (de-stage1, de-stage2, de-stage3): Remove.
1676 (clean, distclean): Remove stamp-under and dep.sed.
1677 * dep-in.sed: New file.
1678
1679 Implement generic debugging support. Implement a stabs reader and
1680 a generic printer.
1681 * budbg.h, debug.c, debug.h, prdbg.c, rddbg.c, stabs.c: New files.
1682 * objdump.c: Include "debug.h" and "budbg.h".
1683 (dump_debugging): New global variable.
1684 (usage): Mention --debugging.
1685 (long_options): Add "debugging".
1686 (display_bfd): Handle --debugging.
1687 * Makefile.in (OBJDUMP_OBJS): New variable.
1688 ($(OBJDUMP_PROG)): Use $(OBJDUMP_OBJS).
1689 * binutils.texi, objdump.1: Document --debugging.
1690
1691 Sat Dec 30 09:59:51 1995 Jeffrey A Law (law@cygnus.com)
1692
1693 * nm.c ( long_options): Add "--defined-only" option.
1694 (usage): Update for new "--defined-only" option.
1695 (filter_symbols): Handle "--defined-only".
1696
1697 Fri Dec 29 16:04:56 1995 Ian Lance Taylor <ian@cygnus.com>
1698
1699 * arparse.y: Include "bucomm.h", not <sysdep.h>.
1700 * nlmheader.y: Don't include "sysdep.h".
1701
1702 Tue Dec 26 18:23:18 1995 Ian Lance Taylor <ian@cygnus.com>
1703
1704 * nm.c (print_symdef_entry): Check return value of
1705 bfd_get_elt_at_index.
1706
1707 Sat Dec 23 11:03:16 1995 Michael Meissner <meissner@tiktok.cgynsu.com>
1708
1709 * configure.in (DLLTOOL_DEFS): Build dlltool for PowerPC if target
1710 is powerpc*-*-win* in addition to powerpc*-*-*pe*.
1711
1712 Fri Dec 15 16:30:57 1995 Ian Lance Taylor <ian@cygnus.com>
1713
1714 * objdump.c (endian_string): New static function.
1715 (display_target_list): Use it.
1716 * nlmconv.c (main): Use new bfd_big_endian macro.
1717
1718 Fri Dec 15 07:51:34 1995 steve chamberlain <sac@slash.cygnus.com>
1719
1720 * dlltool.c (fill_ordinals): Start from 1 if no other instructions
1721 given.
1722
1723 Tue Dec 12 12:05:21 1995 Ian Lance Taylor <ian@cygnus.com>
1724
1725 * Makefile.in (clean): Remove $(DEMANGLER_PROG).1. From Ronald
1726 F. Guilmette <rfg@monkeys.com>.
1727
1728 Mon Dec 11 14:33:05 1995 Stan Shebs <shebs@andros.cygnus.com>
1729
1730 * mac-binutils.r: Fix copyright and version strings.
1731
1732 * Makefile.in (version): Remove, no longer used.
1733
1734 Fri Dec 1 14:41:56 1995 Stan Shebs <shebs@andros.cygnus.com>
1735
1736 * mpw-make.sed (install, install-only): Edit in Mac-specific
1737 install procedure.
1738
1739 Thu Nov 30 20:26:02 1995 Kim Knuttila <krk@cygnus.com>
1740
1741 * dlltool.c (ppc_jtab): The binary glue for PowerPC dll linkage,
1742 including the return instruction.
1743 sinfo: added a preferred alignment field.
1744 (secdata): section data for the PowerPC version.
1745 (make_one_lib_file): More symbols, More sections (pdata, rdata)
1746 (make_tail): Use idata$6 instead of idata$7 for ppc. Also added a
1747 NULL idata$3 descriptor (temporary).
1748
1749 Tue Nov 28 17:23:44 1995 Doug Evans <dje@canuck.cygnus.com>
1750
1751 * dlltool.c (fill_ordinals): Don't reference d_export_vec if
1752 there are no exported functions.
1753
1754 Mon Nov 27 13:05:59 1995 Ian Lance Taylor <ian@cygnus.com>
1755
1756 * configure: Regenerate with autoconf 2.7.
1757
1758 Wed Nov 22 13:17:15 1995 Ian Lance Taylor <ian@cygnus.com>
1759
1760 * dlltool.c (fill_ordinals): Start assigning ordinals at 1.
1761
1762 * Makefile.in (EXPECT): Use $$r, not $${rootme}.
1763 (check): Set r, not rootme.
1764
1765 Tue Nov 21 18:04:09 1995 Ian Lance Taylor <ian@cygnus.com>
1766
1767 * configure.in: Use BFD_NEED_DECLARATION.
1768 * acconfig.h: Put NEED_DECLARATION_FPRINTF in @TOP@ section.
1769 * configure, config.in: Rebuild with autoconf 2.6.
1770
1771 Fri Nov 17 10:34:37 1995 Ian Lance Taylor <ian@cygnus.com>
1772
1773 * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
1774 $(host_canonical) and $(target_canonical).
1775
1776 Thu Nov 16 03:39:20 1995 Ken Raeburn <raeburn@cygnus.com>
1777
1778 Version 2.6 released.
1779 * Makefile.in (VERSION): Update to 2.6.
1780
1781 Wed Nov 15 12:14:17 1995 Ian Lance Taylor <ian@cygnus.com>
1782
1783 * Makefile.in (CC_FOR_TARGET): Define.
1784 (check): Pass CC and CFLAGS to runtest.
1785
1786 * nm.c (display_rel_file): Don't require a DYNAMIC object when
1787 dumping the dynamic symbol table.
1788
1789 * objdump.c (compare_symbols): Sort global symbols before local
1790 symbols before debugging symbols.
1791 (objdump_print_address): Don't futz around looking for a global
1792 symbol with the same value.
1793
1794 Tue Nov 14 17:19:11 1995 Ian Lance Taylor <ian@cygnus.com>
1795
1796 * dlltool.c: Use FOPEN_* macros rather than "r" or "w".
1797
1798 * dlltool.c (fill_ordinals): Correct memset call.
1799
1800 Sun Nov 12 12:56:05 1995 Stan Shebs <shebs@andros.cygnus.com>
1801
1802 * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything
1803 with the man page.
1804
1805 Fri Nov 10 11:41:22 1995 Ian Lance Taylor <ian@cygnus.com>
1806
1807 * objcopy.c (setup_section): Copy the section lma independently of
1808 the vma.
1809
1810 Wed Nov 8 11:33:00 1995 Ian Lance Taylor <ian@cygnus.com>
1811
1812 * arsup.c (ar_open): Cast malloc return value.
1813
1814 Tue Nov 7 09:01:26 1995 Kim Knuttila <krk@cygnus.com>
1815
1816 * configure.in, configure (DLLTOOL_DEFS): Added ppc target.
1817 * dlltool.c (MPPC): Added basic PPC definitions.
1818
1819 Tue Nov 7 14:02:57 1995 Ian Lance Taylor <ian@cygnus.com>
1820
1821 * configure.in: Don't treat rs6000-*-lynx* specially.
1822 * configure: Rebuild.
1823 * config/rslynx: Remove.
1824 * Makefile.in: Remove @target_makefile_fragment@.
1825
1826 Mon Nov 6 15:00:50 1995 Ian Lance Taylor <ian@cygnus.com>
1827
1828 * bucomm.h: Include <sys/types.h>.
1829 * ar.c: Don't include <sys/types.h> or <stdio.h>.
1830 * bucomm.c, dlltool.c, nlmconv.c, objcopy.c, objdump.c: Likewise.
1831
1832 Fri Nov 3 12:38:09 1995 Ian Lance Taylor <ian@cygnus.com>
1833
1834 * objdump.c: Include <sys/types.h>.
1835
1836 Permit user to override DEMANGLER_PROG from command line. From
1837 Manfred Hollstein <manfred@lts.sel.alcatel.de>.
1838 * Makefile.in ($(DEMANGLER_PROG)): Depend upon
1839 $(DEMANGLER_PROG).1.
1840 (install): Don't depend upon $(DEMANGLER_PROG).1. Only install
1841 $(DEMANGLER_PROG).1 if $(DEMANGLER_PROG) is not empty.
1842
1843 Wed Nov 1 15:04:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
1844
1845 * Makefile.in (syslex.o): add -I$(srcdir) if compiling in a
1846 separate directory.
1847
1848 Mon Oct 30 14:24:18 1995 Ian Lance Taylor <ian@cygnus.com>
1849
1850 * objdump.c (objdump_print_value): New static function.
1851 (objdump_print_address): Use it. If we need the right section for
1852 the symbol, and we can't find it, print an offset from the section
1853 rather than using a symbol from some other section.
1854
1855 Thu Oct 26 10:23:14 1995 steve chamberlain <sac@slash.cygnus.com>
1856
1857 * dlltool.c (no_idata4, no_idata5): New.
1858 (arm_jtab): Use correct encoding of jump instruction.
1859 (usage, main, make_head, make_tail): Act on no_idata4, no_idata5.
1860
1861 Wed Oct 25 12:10:07 1995 Stan Shebs <shebs@andros.cygnus.com>
1862
1863 * mpw-make.sed: Edit paths to generated y.tab.[ch] files.
1864
1865 Fri Oct 20 18:40:34 1995 Ian Lance Taylor <ian@cygnus.com>
1866
1867 * binutils.texi: Change --with-targets to --enable-targets.
1868
1869 Thu Oct 19 17:47:41 1995 Fred Fish <fnf@cygnus.com>
1870
1871 * Makefile.in: Remove extraneous tab on otherwise empty line,
1872 which confuses many non-GNU versions of "make".
1873
1874 Wed Oct 18 16:31:58 1995 steve chamberlain <sac@slash.cygnus.com>
1875
1876 * dlltool.c (i386_jtab, arm_jtab): New
1877 (gen_lib_file): Rewritten to use bfd.
1878
1879 Fri Oct 13 16:10:07 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1880
1881 * Makefile.in (install): Don't give error message if dlltool
1882 wasn't built.
1883
1884 Fri Oct 13 11:04:37 1995 steve chamberlain <sac@slash.cygnus.com>
1885
1886 * deflex.l: Allow quoting of IDs.
1887 * defparse.y (%union): string deleted.
1888 (command): DESCRIPTION takes ID.
1889 * dlltool.c (gen_def_file): Quote outgoing name if
1890 necessary. Preserve NONAME.
1891 (gen_lib_file): Run ranlib.
1892 (workout_prefix): Deleted.
1893 (main, usage, long_options): Add --as, --ranlib, --ar options.
1894
1895 Wed Oct 11 13:36:13 1995 steve chamberlain <sac@slash.cygnus.com>
1896
1897 * dlltool.c (mtable): HOW_ALIGN_LONG, new.
1898 (d_ord): Deleted.
1899 (d_low_ord, d_high_ord, d_named_funcs): New.
1900 (gen_exp_file): Create noname entries correctly.
1901 (gen_lib_file): Dump exports alphabetically.
1902 (process_duplicates): Count nonamed functions.
1903 (fill_ordinals): Keep track of highest ord too.
1904 (mangle_defs): Create alphabetically ordered list of names.
1905
1906 Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com>
1907
1908 * Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.
1909
1910 Mon Oct 9 13:06:31 1995 steve chamberlain <sac@slash.cygnus.com>
1911
1912 * dlltool.c (add_underscore): New.
1913 (xlate): Use new name.
1914 (main, usage): Update.
1915
1916 Fri Oct 6 14:08:51 1995 Ken Raeburn <raeburn@cygnus.com>
1917
1918 * sysinfo.y: Eliminate unused terminals "[" and "]" and unused
1919 nonterminal "name". One s/r conflict remains.
1920
1921 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1922
1923 * nm.c (print_symname): Don't try to demangle an empty
1924 name.
1925 * objdump.c (slurp_symtab): Reset symcount if there are
1926 no symbols.
1927 (slurp_dynamic_symtab): Likewise, for dynsymcount.
1928 (disassemble_data): Fix memory leak: free sorted_syms when done.
1929 (display_bfd): Likewise, for syms and dynsyms.
1930 (dump_relocs): Don't print header before possibly generating an
1931 error message.
1932 (dump_dynamic_relocs): Likewise.
1933
1934 * ar.1, nm.1, objdump.1, size.1, strings.1, strip.1: Fix typos and
1935 formatting bugs.
1936
1937 Fri Oct 6 12:00:25 1995 Ian Lance Taylor <ian@cygnus.com>
1938
1939 * ar.c (do_quick_append): Comment out.
1940 (replace_members): Add quick argument.
1941 (main): Don't call do_quick_append.
1942 (open_inarch): Don't call quick_append to create an empty archive.
1943 Instead call bfd_openw/bfd_set_format/bfd_close.
1944
1945 Thu Oct 5 20:53:08 1995 Ken Raeburn <raeburn@cygnus.com>
1946
1947 * bucomm.c: Always include time.h.
1948
1949 Thu Oct 5 17:25:21 1995 Ian Lance Taylor <ian@cygnus.com>
1950
1951 * objdump.c (compare_symbols): Sort gnu_compiled and gcc2_compiled
1952 symbols after other symbols with the same value. Likewise for
1953 symbols which look like file names.
1954 (objdump_print_address): Always chose the first reasonable symbol
1955 with a given value.
1956
1957 Tue Oct 3 22:38:55 1995 Ian Lance Taylor <ian@cygnus.com>
1958
1959 * arsup.c (ar_save): Use rename, not unlink/link/unlink.
1960
1961 Mon Oct 2 12:10:25 1995 Ian Lance Taylor <ian@cygnus.com>
1962
1963 * strings.c (main): Exit with zero status if no files are given
1964 and standard input is read.
1965
1966 Thu Sep 28 20:03:07 1995 Stan Shebs <shebs@andros.cygnus.com>
1967
1968 * mpw-config.in: Calculate underscore and put into makefile
1969 fragment, generate config.h.
1970 * mpw-make.sed: New file, sed commands to edit Unix makefile
1971 into MPW syntax.
1972 * mpw-make.in: Remove.
1973 * mac-binutils.r: New file, Mac resources.
1974
1975 Thu Sep 28 15:49:00 1995 steve chamberlain <sac@slash.cygnus.com>
1976
1977 * dlltool.c: (gen_exp_file): Always emit a .reloc section if
1978 relocatable.
1979 (imp_name_lab): New.
1980 (gen_def_file): New.
1981 (gen_lib_file): Use imp_name_lab.
1982 (main): Initialize imp_name_lab.
1983
1984 Mon Sep 25 12:05:34 1995 Ian Lance Taylor <ian@cygnus.com>
1985
1986 * configure.in: Call AC_HEADER_SYS_WAIT.
1987 * configure: Rebuild.
1988 * config.in: Rebuild.
1989 * dlltool.c: Include "libiberty.h" and "bucomm.h". Don't include
1990 <stdio.h>, <stdlib.h>, or <string.h>. Don't include <wait.h>.
1991 Include <sys/types.h>. Use HAVE_SYS_WAIT_H to control whether to
1992 include <sys/wait.h> or define the wait macros by hand. Don't
1993 declare xmalloc.
1994 (gen_lib_file): Don't assume that sprintf returns the number of
1995 characters; use strlen instead.
1996
1997 Fri Sep 22 17:16:41 1995 Ian Lance Taylor <ian@cygnus.com>
1998
1999 * objdump.c (disassemble_data): Don't use the old BFD based
2000 disassembler interface. Make info a const pointer.
2001
2002 Wed Sep 13 18:33:44 1995 Ian Lance Taylor <ian@cygnus.com>
2003
2004 * objdump.c (start_address): New variable.
2005 (stop_address): New variable.
2006 (usage): Mention --start-address and --stop-address.
2007 (OPTION_START_ADDRESS, OPTION_STOP_ADDRESS): Define.
2008 (long_options): Add "start-address" and "stop-address".
2009 (disassemble_data): Handle start_address and stop_address.
2010 (dump_data, dump_reloc_set): Likewise.
2011 (main): Don't set seenflag for -l. Handle OPTION_START_ADDRESS
2012 and OPTION_STOP_ADDRESS.
2013 * objcopy.c (parse_vma): Move to bucomm.c.
2014 * bucomm.c (parse_vma): New function, moved in from objcopy.c.
2015 * bucomm.h (parse_vma): Declare.
2016 * binutils.texi, objdump.1: Document new objdump options.
2017
2018 Tue Sep 12 12:37:39 1995 Ian Lance Taylor <ian@cygnus.com>
2019
2020 * Makefile.in (maintainer-clean): New target.
2021
2022 * ar.c (replace_members): Don't call write_archive if nothing
2023 changed.
2024
2025 * objdump.c (disassemble_data): Add casts to avoid gcc warnings.
2026
2027 Thu Sep 7 12:12:17 1995 Ian Lance Taylor <ian@cygnus.com>
2028
2029 * config.in: Rename from config.h.in.
2030 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
2031 Check for config.h:config.in when creating stamp-h.
2032 * configure: Rebuild.
2033 * Makefile.in (stamp-h): Depend upon config.in rather than
2034 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
2035 calling config.status.
2036
2037 * Makefile.in (distclean): Remove config.h, stamp-h, and
2038 config.log.
2039
2040 * nm.c (value_format): Initialize based on BFD64 and
2041 BFD_HOST_64BIT_LONG.
2042 (print_radix): New static variable.
2043 (set_print_radix): Set print_radix. Adjust changes to
2044 value_format.
2045 (print_value): New static function, to print 64 bit octal and
2046 decimal values correctly.
2047 (print_symbol_info_bsd): Check BFD64, not BFD_HOST_64_BIT. Use
2048 print_value.
2049 (print_symbol_info_sysv): Use print_value.
2050 (print_symbol_info_posix): Likewise.
2051
2052 Wed Sep 6 15:02:55 1995 Ian Lance Taylor <ian@cygnus.com>
2053
2054 * Makefile.in (*.o): Remove incorrect dependencies on
2055 $(BFDDIR)/hosts/std-host.h.
2056
2057 * Makefile.in (INSTALL_DATA): Add -m 644.
2058 (INSTALL_XFORM1): Likewise.
2059 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@ rather than $(CC).
2060 (mostlyclean): Remove config.log.
2061 (distclean): Remove config.cache.
2062
2063 * configure.in: Call BFD_CC_FOR_BUILD and BFD_BINARY_FOPEN.
2064 * configure: Rebuild.
2065
2066 Tue Sep 5 20:22:42 1995 Ian Lance Taylor <ian@cygnus.com>
2067
2068 * configure.in: Rewrite to use autoconf.
2069 * aclocal.m4: New file.
2070 * configure: New file, built by autoconf.
2071 * acconfig.h: New file.
2072 * config.h.in: New file, built by autoheader.
2073 * Makefile.in: Various changes for new configure script. Also:
2074 (PROGS): Remove $(SYSINFO_PROG).
2075 (ALL_CFLAGS): Remove $(TDEFINES).
2076 (version.o): Use $(ALL_CFLAGS).
2077 (cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
2078 (sysdump.o): Depend upon bucomm.h and config.h.
2079 (srconv.o, arsup.o, strings.o): Depend upon config.h.
2080 (filemode.o): Don't depend upon ../bfd/sysdep.h.
2081 (bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
2082 (size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
2083 (nlmheader.o, nlmconv.o): Likewise.
2084 (distclean): Don't remove sysdep.h.
2085 * bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
2086 Include "fopen-same.h" or "fopen-bin.h", based on
2087 USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is
2088 not a macro. Include <unistd.h>, <string.h>, <strings.h>,
2089 <stdlib.h>, and <fcntl.h> if they are present. Declare strchr,
2090 strrchr, and strstr if no string header file exists. Include
2091 <sys/file.h> if it exists and <fcntl.h> does not. Define
2092 O_RDONLY and O_RDWR if necessary.
2093 * ar.c: Don't include "sysdep.h". Do include <sys/types.h> and
2094 <sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use
2095 HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and
2096 don't declare errno.
2097 * arsup.c: Don't include <sysdep.h>.
2098 * bucomm.c: Don't include "sysdep.h". Include <stdio.h>,
2099 <sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines
2100 time_t. Define time_t if necessary.
2101 * coffdump.c: Don't include "sysdep.h".
2102 * coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
2103 * srconv.c, strings.c: Likewise.
2104 * nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK.
2105 * objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and
2106 <sys/stat.h>.
2107 (simple_copy): Use creat rather than assuming that O_CREAT is
2108 defined.
2109 * objdump.c: Don't include "sysdep.h". Use
2110 NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
2111 * sysdump.c: Include "bfd.h" and "bucomm.h". Don't include
2112 "sysdep.h" or <stdlib.h>.
2113 (dump_symbol_info): Rename from symbol_info. Change all callers.
2114
2115 Mon Sep 4 14:30:00 1995 Ian Lance Taylor <ian@cygnus.com>
2116
2117 * configure.in (host_makefile_frag): Don't set. Substitute for
2118 @CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile.
2119 * Makefile.in (AR_FLAGS): Set to rc rather than qv.
2120 (CC): Define as @CC@.
2121 (CFLAGS): Set to @CFLAGS@.
2122 (LDFLAGS): Define as @LDFLAGS@.
2123 (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
2124
2125 * configure.in: Don't bother to call config.bfd for each target.
2126 Just call it for the default target, and use the shell variable to
2127 decide whether underscores are used.
2128
2129 Thu Aug 31 19:21:48 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2130
2131 * configure.in: match i[3-6]86-*-win32, not just i386-*-win32.
2132
2133 Thu Aug 31 16:30:22 1995 steve chamberlain <sac@slash.cygnus.com>
2134
2135 * dlltool.c (add_indirect): New.
2136 (asm_prefix): New
2137 (gen_exp_file): Timestamp should be 0. Insert prefix when
2138 needed. New code for indirection.
2139 (gen_lib_file): Timestamp should be 0. Insert prefix
2140 when needed.
2141 (usage): Document --add-indirect.
2142 (main): Cope with new option.
2143
2144 * objdump.c (dump_private_headers): New.
2145 (usage): Document new option.
2146 (long_option): Add private-headers.
2147 (dump_bfd_private_header): New.
2148 (main): Cope with new option.
2149
2150 Thu Aug 31 04:09:16 1995 Doug Evans <dje@canuck.cygnus.com>
2151
2152 * dlltool.c (run): Add missing 3rd arg to waitpid.
2153
2154 Wed Aug 30 11:02:11 1995 steve chamberlain <sac@slash.cygnus.com>
2155
2156 * Makefile.in (TOOL_PROGS): Include dlltool if needed.
2157
2158 Tue Aug 29 13:25:21 1995 steve chamberlain <sac@slash.cygnus.com>
2159
2160 * dlltool.c (rva): Deleted.
2161 (rvaafter, rva_before): Use new assembler pseudo.
2162 (flush_page, gen_exp_file, gen_lib_file): Use new way of RVAing.
2163 (gen_exp_file): Don't generate .edata if no need.
2164 (gen_lib_file): Don't make timestamp.
2165 Put _iname in idata$7.
2166 (workout_prefix): Fix memory initialization bug.
2167 (usage): Tidy up, delete many single char options.
2168 (main): rva option is gone.
2169
2170 Mon Aug 21 18:41:28 1995 steve chamberlain <sac@slash.cygnus.com>
2171
2172 * dlltool.c (options): image-base is a synonym for rva.
2173 (gen_lib_file): Put dll name into ibase$7.
2174
2175 Sun Aug 20 09:59:00 1995 steve chamberlain <sac@slash.cygnus.com>
2176
2177 Modified to generate archives and objects rather than .s files.
2178 * dlltool.c (run) New function.
2179 (gen_exp_file, gen_lib_file): Use run.
2180 (workout_prefix): New.
2181 (usage): Document new options.
2182 (main): Parse new options.
2183
2184 Wed Aug 16 16:26:52 1995 steve chamberlain <sac@slash.cygnus.com>
2185
2186 * dlltool.c (gen_exp_file): Fix RVA handling.
2187 (rva_s, rva_n): Delete.
2188
2189 Fri Aug 11 18:27:18 1995 Ian Lance Taylor <ian@cygnus.com>
2190
2191 * nm.c (main): Ignore -e.
2192
2193 Thu Aug 10 17:35:00 1995 Ken Raeburn <raeburn@cygnus.com>
2194
2195 * Makefile.in (config.texi): New target. Write out a setting for
2196 texinfo variable VERSION.
2197 (binutils.dvi, binutils.info): Depend on it.
2198 * binutils.texi: Include it, and reference @value{VERSION} instead
2199 of explicitly specifying 2.2(!).
2200
2201 Thu Aug 10 16:07:53 1995 Ian Lance Taylor <ian@cygnus.com>
2202
2203 * coffgrok.c (do_type): Handle array dimensions the same way gdb
2204 does.
2205
2206 Tue Aug 8 17:10:42 1995 steve chamberlain <sac@slash.cygnus.com>
2207
2208 * dlltool.c (mtable): New fields.
2209 (ASM_RVA_BEFORE, ASM_RVA_AFTER): New.
2210 (flush_page): Use new macros.
2211
2212 Sat Aug 5 00:16:37 1995 Jeff Law (law@snake.cs.utah.edu)
2213
2214 * objcopy.c (mark_symbols_used_in_relocations): Handle sections
2215 with no relocations.
2216 * coffgrok.c (do_sections_p1): Likewise.
2217
2218 Mon Jul 31 12:51:06 1995 Ian Lance Taylor <ian@cygnus.com>
2219
2220 * strings.c (print_strings): For compatibility with existing
2221 strings programs, print strings which are not terminated with a
2222 null byte or a newline.
2223 * binutils.texi, strings.1: Update documentation accordingly.
2224
2225 * ar.c (replace_members): For compatibility with existing ar
2226 programs, permit users to add the same file multiple times.
2227
2228 Tue Jul 25 11:21:53 1995 Ian Lance Taylor <ian@cygnus.com>
2229
2230 * strings.c (DATA_FLAGS): Remove SEC_DATA.
2231 (main): If no file names are given, scan standard input.
2232 * binutils.texi, strings.1: strings now scans non-data sections by
2233 default.
2234
2235 Mon Jul 24 13:52:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2236
2237 * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
2238 (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
2239 for the sh.
2240
2241 * sysdump.c (fillup): Return size - 1, the last byte is a checksum
2242 and shouldn't be counted.
2243 * sysroff.info (hd): Changed segment identifier from a byte to a 1
2244 bit field. The sysroff 2.0-01 specification seems to be in error
2245 here. Reduce width of following "spare" field from 4 to 3 bits.
2246 (rl): Changed order and width of first 4 bitfields to correspond
2247 to sysroff specification.
2248 (dln_head, dln_inside, dln_tail): Removed.
2249
2250 Tue Jul 18 23:00:03 1995 Fred Fish <fnf@cygnus.com>
2251
2252 * nm.c (sort_symbols_by_size): Enclose expression being casted
2253 in parens so result is casted, not just first operand. Can't
2254 do pointer arithmetic on void* pointers.
2255
2256 Fri Jul 14 13:42:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2257
2258 * sysdump.c (dh): Changed format of output to be 16 hex digits
2259 followed by 16 ascii characters, similar to Emacs' hexl-mode,
2260 to make it easier to read.
2261 (xcalloc): fix typo.
2262
2263 Thu Jul 13 15:27:44 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2264
2265 * srconv.c (wr_tr): Write out handcrafted tr block.
2266 (walk_tree_symbol): Use evallen and evalue instead of
2267 vallen & value because of corresponding changes in
2268 sysroff.info.
2269
2270 * sysdump.c (sysroff_swap_tr_in, sysroff_print_tr_out): New
2271 functions.
2272
2273 * sysroff.info (tr): the tr block is a special case --- a block
2274 without contents --- which can't be handled by generated code.
2275 (den, dpp): only first byte is present for DENend, DPPend.
2276 (dsy): describe a conditional portion of block, rename some fields.
2277 (dps): describe a conditional portion of block.
2278 (dfl): removed.
2279
2280 * sysinfo.y (yyerror): write error message to standard error.
2281
2282 Thu Jul 13 10:43:59 1995 Ian Lance Taylor <ian@cygnus.com>
2283
2284 * Makefile.in (DISTSTUFF): Add arparse.h and sysinfo.h.
2285 (mostlyclean): Remove y.output.
2286 (clean): Remove sysroff, sysroff.c, sysroff.h, and sysinfo.
2287
2288 * nlmconv.c (powerpc_mangle_relocs): Cast memset arg to size_t.
2289 * objcopy.c (copy_object): Likewise.
2290
2291 * nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT.
2292 (struct size_sym): Define.
2293 (show_stats): New static variable.
2294 (long_options): Add undocumented option "stats".
2295 (main): Print memory stats if requested.
2296 (sort_bfd, sort_dynamic, sort_x, sort_y): New static variables.
2297 (numeric_forward): Use minisymbols rather than asymbols.
2298 (non_numeric_forward): Likewise.
2299 (size_forward1): Rename from size_forward. Use minisymbols.
2300 (size_forward2): New static function.
2301 (sort_symbols_by_size): Take new arguments dynamic, size, and
2302 symsizep. Use minisymbols. Don't store the size back in the
2303 symbol; store in a newly allocate struct size_sym array.
2304 (display_rel_file): Read minisymbols rather than asymbols. Set
2305 sort_* variables. Call print_size_symbols if sorting by size.
2306 (filter_symbols): Take new arguments dynamic and size. Use
2307 minisymbols.
2308 (print_symbols): Likewise. Call print_symbol for actual printing.
2309 (print_size_symbols): New static function.
2310 (print_symbol): New static function.
2311
2312 Wed Jul 12 10:43:05 1995 Ian Lance Taylor <ian@cygnus.com>
2313
2314 * objdump.c (dump_section_stabs): Only print each stabs section
2315 once.
2316 (compare_relocs): Make it clear to gcc that this always returns a
2317 value.
2318
2319 Wed Jul 12 10:40:23 1995 H.J. Lu <hjl@nynexst.com>
2320
2321 * objcopy.c (simple_copy): Preserve errno on failure.
2322 (smart_rename): Print error mesage if simple_copy fails.
2323
2324 Tue Jul 11 13:10:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2325
2326 * sysdump.c: re-indented file.
2327 (module): read blocks sequentially instead of trying to parse
2328 them, as that would require changing the parser recognize the
2329 difference between a DPSstart and DPSend block.
2330 (getone): Add break's between switch blocks as appropriate.
2331 (object_body_list): parse blocks according to sysroff spec.
2332
2333 Mon Jul 10 12:37:25 1995 J.T. Conklin <jtc@poseidon.cygnus.com>
2334
2335 * sysroff.info: re-indented file, prior formatting was confusing
2336 because it was indentation did not reflect nesting of conditional
2337 records. Change "space size within segment" record in hd record
2338 from bit to byte.
2339
2340 * sysinfo.y (cond_it_field): Use xcalloc instead of calloc.
2341
2342 * srconv.c (wr_cs): Reformatted cs header array, tag each byte
2343 with a comment describing the field.
2344 (wr_unit_info): Use SEEK_SET macro instead of constant 0.
2345 (main): Use FOPEN_WB macro instead of literal "wb".
2346 * sysroff.info: Remove fdl (dfl) field from cs block. Compare
2347 ptr->type with ED_TYPE_CONST instead of constant 2 in ed block.
2348
2349 Tue Jul 4 14:48:42 1995 Ian Lance Taylor <ian@cygnus.com>
2350
2351 * nm.c (size_forward): Check yf against yn, not xn.
2352
2353 * objcopy.c (copy_archive): Record all output BFD's, and close
2354 them before unlinking them and removing the temporary directory,
2355 to avoid NFS problems.
2356
2357 * ar.c (replace_members): In verbose messages, use 'r' when
2358 replacing a member, and 'a' when adding one.
2359
2360 * ar.c (ar_truncate): New static variable.
2361 (normalize): Change return type to const char *. Add abfd
2362 argument. Change all callers. If ar_truncate, chop the filename
2363 to abfd->ar_max_namelen.
2364 (main): For the 'f' modifier, set ar_truncate to true. Don't
2365 change quick_append to replace if ar_truncate is true.
2366 (do_quick_append): If ar_truncate, set BFD_TRADITIONAL_FORMAT.
2367 (write_archive): Likewise.
2368 * binutils.texi, ar.1: Document 'f' modifier.
2369
2370 * objcopy.c (enum strip_action): Define strip_unneeded.
2371 (OPTION_STRIP_UNNEEDED): Define.
2372 (strip_options): Add "strip-unneeded".
2373 (copy_options): Likewise.
2374 (copy_usage): Mention --strip-unneeded.
2375 (strip_usage): Likewise.
2376 (is_strip_section): Strip debugging sections if strip_unneeded.
2377 (filter_symbols): If strip_unneeded, only keep BSF_KEEP symbols.
2378 (copy_object): If strip_all, discard symbols without checking
2379 discard_locals.
2380 (copy_object): Call filter_symbols if strip_unneeded.
2381 (setup_section): Strip debugging sections if strip_unneeded.
2382 (copy_section): Likewise.
2383 (strip_main): Handle OPTION_STRIP_UNNEEDED.
2384 (copy_main): Likewise.
2385 * binutils.texi, objcopy.1, strip.1: Document --strip-unneeded.
2386
2387 Mon Jul 3 14:16:47 1995 Steve Chamberlain <sac@slash.cygnus.com>
2388
2389 * configure.in (i386-*-win32): New configuration.
2390 * dlltool.c (killat, xlate, usage, long_options, main):
2391 Understand and cope with -k option.
2392
2393 Sat Jul 1 12:25:15 1995 Fred Fish <fnf@cygnus.com>
2394
2395 * ar.c: (extract_file): Change "#if POSIX_UTIME" to
2396 "#ifdef POSIX_UTIME" to match other tests of POSIX_UTIME
2397 and avoid lossage when POSIX_UTIME is not defined at all.
2398
2399 Wed Jun 28 17:51:24 1995 Steve Chamberlain <sac@slash.cygnus.com>
2400
2401 * ar.c: (print_contents.c, extract_file, do_quick_append):
2402 Malloc buffers rather than allocate on stack (so it works
2403 on NT).
2404 * deflex.l: Names can have an @ in them.
2405 * dlltool.c: Loads of stuff. Can now generate .imp files which
2406 work with NT .dlls.
2407
2408 Thu Jun 22 19:10:50 1995 Stan Shebs <shebs@andros.cygnus.com>
2409
2410 * mpw-make.in (demangle.c.o): Remove.
2411 (arparse.h): Depend on arparse.c instead of arparse.y.
2412
2413 Wed Jun 21 17:32:45 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2414
2415 * Makefile.in (DISTSTUFF): Don't include info here.
2416 (diststuff): Include it here.
2417 (realclean): Remove *.info.
2418
2419 * objdump.c (compare_relocs): If relocation entries have the same
2420 address, keep them in file order.
2421
2422 Mon Jun 19 09:06:49 1995 Steve Chamberlain <sac@slash.cygnus.com>
2423
2424 * dlltool.c: Change names of generated files. .*.s-> -*.s
2425
2426 * objdump.c (dump_section_stabs): Check for names
2427 which are supersets of selected names.
2428
2429 Wed Jun 14 19:43:52 1995 Doug Evans <dje@canuck.cygnus.com>
2430
2431 * dlltool.c (mtable, ARM jump): Must redirect via pc offsetable ptr.
2432
2433 Wed Jun 14 13:27:22 1995 Steve Chamberlain <sac@slash.cygnus.com>
2434
2435 * deflex.l, defparse.y, dlltool.c: New files.
2436 * Makefile.in, configure.in: Support for them.
2437
2438 Mon Jun 12 11:27:54 1995 Steve Chamberlain <sac@slash.cygnus.com>
2439
2440 * sysdump.c: Include sysdep.h
2441 (main): Open input with FOPEN_RB.
2442
2443 Fri Jun 9 17:26:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2444
2445 * objdump.c (wide_output): New flag variable.
2446 (usage): Print new -w, --wide options.
2447 (long_options): Add --wide support.
2448 (dump_section_header): If --wide, don't print a newline between
2449 the section's first line and the flags.
2450 (objdump_print_address): Use unsigned comparisons for the binary
2451 search, not signed.
2452 (disassemble_data): If --wide, don't put a \n between the
2453 disassembly output and relocation information.
2454 (main): Support -w option being the same as --wide.
2455
2456 Thu Jun 1 17:09:27 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2457
2458 Sat May 6 08:52:24 1995 H.J. Lu (hjl@nynexst.com)
2459
2460 * objcopy.c (smart_rename): make it smarter, clean up
2461 if rename () fails.
2462
2463 Tue May 30 14:24:15 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2464
2465 * Makefile.in: Delete lines with lots of #### because four or more
2466 indicate a point for makefile fragment substitution.
2467
2468 Tue May 9 17:17:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2469
2470 * configure.in: Don't build nlmconv on PowerPC eabi any more, it
2471 is not needed.
2472
2473 Thu Apr 27 20:21:24 1995 Doug Evans <dje@canuck.cygnus.com>
2474
2475 * Makefile.in (EXPECT): Define.
2476 (RUNTEST): Use one in source tree if present.
2477 (check): Set `rootme' for $(EXPECT).
2478
2479 Wed Apr 26 18:26:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
2480
2481 * srconv.c (main): Add support for -n option which disables
2482 prescan of common symbols.
2483 (wr_ob): If reading past the end of a section, fill with zeros.
2484
2485 Tue Apr 25 19:14:37 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2486
2487 * objdump.c (dump_section_header): Display load address after
2488 virtual memory (run-time) address.
2489
2490 Wed Apr 19 09:44:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2491
2492 * Makefile.in (cplus-dem.o): Pass -DVERSION='"$(VERSION)"' to the
2493 compile.
2494 (DEMANGLER_PROG): No longer uses version.o.
2495
2496 Mon Apr 10 13:29:49 1995 Stan Shebs <shebs@andros.cygnus.com>
2497
2498 Merge in support for Mac MPW as a host.
2499 (Old change descriptions retained for informational value.)
2500
2501 * mpw-config.in (TDEFINES): Define as empty in makefile frag.
2502
2503 * mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
2504
2505 * mpw-config.in: New file, MPW configure fragment for binutils.
2506 * mpw-make.in (install-only): New target.
2507 (install): Also depend on install-only.
2508
2509 * mpw-make.in (cplusfilt): Renamed from c++filt.
2510 (INCLUDES): Add more paths.
2511
2512 * mpw-make.in: New file, MPW makefile fragment for binutils.
2513 (Normally automatically generated from Makefile.in.)
2514
2515 Mon Mar 27 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
2516
2517 * ar.c (write_archive): Call make_tempname to get output file
2518 name, rather than using a fixed name based on the input file.
2519
2520 * objcopy.c (make_tempname): Copy from here...
2521 * bucomm.c (make_tempname): ...to here, and make global.
2522 * bucomm.h (make_tempname): Declare.
2523
2524 Fri Mar 24 11:47:42 1995 Ian Lance Taylor <ian@cygnus.com>
2525
2526 * strings.c: Include "bfd.h" before other headers. Include
2527 "sysdep.h".
2528 * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
2529 and print them with %ld.
2530
2531 Fri Mar 10 13:09:42 1995 Ian Lance Taylor <ian@cygnus.com>
2532
2533 * objcopy.c (strip_options): Add --keep-symbol.
2534 (copy_options): Likewise.
2535 (copy_usage): Mention --keep-symbol and -K.
2536 (strip_usage): Likewise.
2537 (keep_symbols): New static variable.
2538 (is_strip_symbol): Adjust the return value according to
2539 keep_symbols.
2540 (strip_main): Handle -K. For -N, check that -K was not given.
2541 (copy_main): Likewise.
2542 * binutils.texi, objcopy.1, strip.1: Document -K.
2543
2544 Mon Mar 6 13:33:47 1995 Stan Shebs <shebs@andros.cygnus.com>
2545
2546 * objcopy.c (copy_archive): Check result of mkdir.
2547 (copy_main): Cast an xmalloc result.
2548
2549 * objdump.c (usage): Break long format string into shorter ones.
2550
2551 Mon Mar 6 13:46:12 1995 Ian Lance Taylor <ian@cygnus.com>
2552
2553 * bucomm.c (list_supported_targets): New function.
2554 * bucomm.h (list_supported_targets): Declare.
2555 * ar.c (usage): Call list_supported_targets.
2556 * nm.c (usage): Likewise.
2557 * objcopy.c (copy_usage, strip_usage): Likewise.
2558 * objdump.c (usage): Likewise.
2559 * size.c (usage): Likewise.
2560 * strings.c (usage): Likewise.
2561
2562 Tue Feb 28 15:13:58 1995 Ian Lance Taylor <ian@cygnus.com>
2563
2564 * bucomm.c (print_arelt_descr): Cast st_size to long before
2565 passing it to fprintf.
2566
2567 Fri Feb 17 13:36:45 1995 Ian Lance Taylor <ian@cygnus.com>
2568
2569 * objcopy.c (struct section_list): Add fields remove, set_flags,
2570 and flags. Change adjust from boolean to enum.
2571 (remove_sections): Remove static variable.
2572 (sections_removed): New static variable.
2573 (copy_options): Add --set-section-flags.
2574 (copy_usage): Mention --set-section-flags.
2575 (parse_flags): New static function.
2576 (find_section_list): New static function.
2577 (is_strip_symbol): Change return type from int to boolean.
2578 (is_strip_section): New static function.
2579 (filter_symbols): Call is_strip_section.
2580 (copy_object): When adding sections, check for specified flags or
2581 VMA. Call filter_symbols if any sections are being removed.
2582 (setup_section): Use find_section_list function rather than
2583 looking through remove_sections and adjust_sections. Handle
2584 --set-section-flags.
2585 (copy_section): Use find_section_list rather than looking through
2586 remove_sections.
2587 (strip_main): Use find_section_list instead of adding items to
2588 sections_removed.
2589 (copy_main): Use find_section_list instead of adding items to
2590 sections_removed and adjust_sections. Handle --set-section-flags.
2591 * binutils.texi, objcopy.1: Document --set-section-flags.
2592
2593 Tue Feb 14 18:03:03 1995 Ian Lance Taylor <ian@cygnus.com>
2594
2595 * objdump.c (with_source_code): New global variable.
2596 (usage): Mention -S/--source.
2597 (long_options): Add --source.
2598 (prev_functionname, prev_line): New static variables.
2599 (struct print_file_list): Define.
2600 (print_files): New static variable.
2601 (skip_to_line, show_line): New static functions.
2602 (disassemble_data): Call show_line to handle -l and -S.
2603 (main): Handle -S.
2604 * binutils.texi, objdump.1: Document -S/--source.
2605
2606 Thu Feb 9 16:11:53 1995 Ian Lance Taylor <ian@cygnus.com>
2607
2608 * objcopy.c (copy_usage): Rename parameter to avoid shadowing.
2609 (strip_usage): Likewise.
2610
2611 * objcopy.c (struct section_add): Define.
2612 (add_sections): New static variable.
2613 (copy_options): Accept --add-section.
2614 (copy_usage): Mention --add-section.
2615 (copy_object): Add sections from the add_sections list.
2616 (copy_main): Handle --add-section.
2617 * binutils.texi, objcopy.1: Document --add-section.
2618
2619 Wed Feb 1 15:04:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2620
2621 * objdump.c (disassemble_data): Pass section offset, not absolute
2622 address, to bfd_find_nearest_line.
2623
2624 * nlmconv.c (powerpc_mangle_relocs): Don't use const with
2625 reloc_howto_type.
2626
2627 Thu Jan 26 18:50:06 1995 Ian Lance Taylor <ian@cygnus.com>
2628
2629 * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
2630 than VAR->value.
2631 (objdump_print_address): Likewise.
2632 (disassemble_data): Don't change the symbol values. It can
2633 confuse bfd_canonicalize_reloc.
2634
2635 Thu Jan 26 12:03:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2636
2637 * configure.in: Add support for powerpc-*-ebai.
2638
2639 Wed Jan 18 10:02:12 1995 Steve Chamberlain <sac@splat>
2640
2641 * coffdump.c: Include sysdep.h.
2642 (dump_coff_type): Handle coff_secdef_type.
2643 * coffgrok.c : Include sysdep.h.
2644 * srconv.c: Include libiberty.h
2645 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
2646
2647 Wed Jan 18 12:24:14 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2648
2649 * coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
2650 printf.
2651 * coffgrok.c: Include bucomm.h. Don't declare xmalloc.
2652 (push_scope): Declare type of parameter link.
2653 * size.c: Include libiberty.h.
2654 * srconv.c: Include bucomm.h.
2655 (find_base): Declare at top of file.
2656 (wr_hd): Add default case to architecture switch.
2657 (wr_dps_start): Declare type of parameter nest.
2658 (wr_du): Comment out variables used only in commented out blocks.
2659 (wr_dus): Remove unused variable i.
2660 (wr_sc): Remove unused variables myinfo, low, and high.
2661 * strings.c: Include libiberty.h.
2662 * sysdump.c: Include <ctype.h>.
2663
2664 Tue Dec 20 19:13:44 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2665
2666 * ar.c (main): Ignore 'f' modifier used on HP/UX 9.
2667
2668 Thu Dec 15 17:34:12 1994 Stan Shebs <shebs@andros.cygnus.com>
2669
2670 * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h.
2671 * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS
2672 and END_PROGRESS.
2673 * ar.c (map_over_members, open_inarch): Call PROGRESS.
2674 * nm.c (main, display_archive, filter_symbols, print_symbols):
2675 Call PROGRESS.
2676
2677 * objcopy.c (copy_usage): Break up long usage string.
2678
2679 Wed Dec 14 15:51:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2680
2681 * objcopy.c (copy_object): Don't bother setting status after
2682 nonfatal() "call", because it won't return.
2683
2684 Fri Dec 9 00:22:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2685
2686 * nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
2687 the section symbol if the symbol is undefined.
2688
2689 Thu Dec 8 14:45:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2690
2691 * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
2692
2693 Wed Nov 30 11:05:43 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
2694
2695 * ar.c (replace_members): Pass current->filename to normalize when
2696 checking for duplicates, because the filename of a newly added
2697 file will not have been normalized yet.
2698
2699 Thu Nov 17 15:00:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2700
2701 * ar.c (main): Don't call do_quick_append if any of the archive
2702 names are longer than 14 characters.
2703
2704 * objcopy.c (main): Fix is_strip test. From
2705 pirker@eiunix.tuwien.ac.at (Martin Pirker).
2706
2707 Thu Nov 17 15:37:19 1994 Mark W. Eichin <eichin@cygnus.com>
2708
2709 * objcopy.c (add_strip_symbol): New function, adds a name to an
2710 explicit list of symbols to strip.
2711 (is_strip_symbol): New function, reports whether the name argument
2712 is in the explicit list.
2713 (filter_symbols): Check against is_strip_symbol above all.
2714 (strip_main): Recognize -N option. If used, don't default to
2715 strip_all.
2716 (copy_main): Recognize -N option.
2717 (strip_usage): Document -N and --strip-symbol options.
2718 (copy_usage): Ditto.
2719 * objcopy.1, strip.1, binutils.texi: Document -N and
2720 --strip-symbol options.
2721
2722 Tue Nov 8 13:12:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2723
2724 * objdump.c (display_target_list, display_info_table): Pass an
2725 array to tmparg, rather than NULL, since some systems can't handle
2726 NULL.
2727
2728 * objcopy.c (copy_archive): Keep a list of the names of the
2729 temporary files we created. Close each input BFD after we open
2730 its successor.
2731
2732 Mon Nov 7 15:48:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2733
2734 * Makefile.in (VERSION): Bump to 2.5.3.
2735
2736 Thu Nov 3 19:04:34 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2737
2738 * Makefile.in (install-info): Install info files from whatever
2739 directory they were found in.
2740
2741 Patch from DJ Delorie:
2742 * configure.bat: do c++filt -> cxxfilt right
2743
2744 * sysinfo.y: Include system header files early, so any potential
2745 declaration of abort() occurs before its use.
2746
2747 * strings.c (strings_file): Try opening the file in binary mode
2748 first.
2749
2750 Wed Nov 2 15:44:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2751
2752 * ar.c (main): Treat ar qs like ar rs.
2753
2754 Tue Oct 25 16:19:25 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2755
2756 * objcopy.c (gap_fill): Explicitly initialize, for clarity.
2757 (pad_to_set, pad_to): New static variables.
2758 (copy_options): Accept --pad-to.
2759 (copy_usage): Mention --pad-to.
2760 (copy_object): Support --pad-to.
2761 (compare_section_vma): Sort non loadable sections to the front.
2762 Sort sections with the same VMA by size.
2763 (copy_main): Handle --pad-to.
2764 * binutils.texi, objcopy.1: Document --pad-to.
2765
2766 Thu Oct 20 13:51:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2767
2768 * objcopy.c (gap_fill_set, gap_fill): New static variables.
2769 (copy_options): Accept --gap-fill.
2770 (copy_usage): Mention --gap-fill.
2771 (copy_object): Support --gap-fill.
2772 (get_sections, compare_section_vma): New static functions.
2773 (copy_main): Handle --gap-fill.
2774 * binutils.texi, objcopy.1: Document --gap-fill.
2775
2776 Wed Oct 19 14:09:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2777
2778 * Makefile.in (check): Add a dummy else clause to the if
2779 statement.
2780
2781 * objcopy.c (copy_object): Revert yesterday's change.
2782 * binutils.texi, objcopy.1: Remove special mention of --set-start
2783 and `binary' output format.
2784
2785 Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2786
2787 * objcopy.c (copy_object): If the output file format is `binary',
2788 and the start address was not set using --set-start, default the
2789 start address to zero. This hack is because the `binary' output
2790 file format uses the start address to set the virtual address of
2791 the first byte in the file.
2792 * binutils.texi, objcopy.1: Add some notes on generating S-records
2793 and binary files.
2794
2795 * nm.c (print_symdef_entry): Call print_symname to print the
2796 symbol name, so that --demangle works.
2797
2798 * Makefile.in (mostlyclean): Remove tmpdir.
2799
2800 * objcopy.c (struct section_list): Add fields used, adjust, val.
2801 (adjust_start, set_start_set, set_start): New static variables.
2802 (adjust_section_vma, adjust_sections): New static variables.
2803 (copy_options): Add --adjust-start, --adjust-vma,
2804 --adjust-section-vma, --adjust-warnings, --no-adjust-warnings,
2805 --set-start.
2806 (parse_vma): New static function.
2807 (copy_usage): Mention new options.
2808 (copy_object): Handle --set-start and --adjust-start.
2809 (setup_section): Correct type of last argument to PTR. Set used
2810 field if section is removed. Handle --adjust-vma and
2811 --adjust-section-vma.
2812 (copy_section): Correct type of last argument to PTR.
2813 (mark_symbols_used_in_relocations): Likewise.
2814 (strip_main): Clear used field when handling -R.
2815 (copy_main): Handle new options.
2816 * binutils.texi (objcopy): Document new options.
2817 * objcopy.1: Document new options.
2818
2819 Fri Oct 14 14:38:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2820
2821 * configure.in (configdirs): Remove definition--testsuite is no
2822 longer configured.
2823 * Makefile.in (testsuite): Remove target.
2824 (site.exp): New target.
2825 (check): Rewrite.
2826 (clean, distclean): Don't recur into testsuite directory.
2827
2828 Thu Oct 13 19:24:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2829
2830 * Makefile.in (VERSION): Updated to 2.5.
2831 * Version 2.5 released.
2832
2833 Tue Oct 11 15:26:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2834
2835 * Makefile.in (sysdump.o): Depends upon sysroff.c.
2836
2837 Mon Oct 10 13:50:30 1994 J.T. Conklin (jtc@rtl.cygnus.com)
2838
2839 * nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
2840 ctor/dtor tables needed by C++ programs are built.
2841
2842 Sun Oct 9 18:04:00 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
2843
2844 * Makefile.in (srconv.o): Add dependence on sysroff.c.
2845
2846 Tue Oct 4 12:19:51 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2847
2848 * configure.in: Use ${config_shell} when running config.bfd.
2849
2850 * Makefile.in (sysroff.h): Split target away from sysroff.c.
2851 (srconv.o, sysdump.o): New targets.
2852 (srconv, sysdump): Don't depend upon sysroff.c.
2853
2854 Wed Sep 28 13:04:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2855
2856 * Makefile.in (arparse.c): Don't ignore errors from mv.
2857 (sysinfo.c): Likewise. Also, depend upon arparse.c, to prevent a
2858 parallel make from trying to build both arparse.c and sysinfo.c
2859 simultaneously.
2860 (nlmheader.c): Similar change.
2861 (arparse.h): Separate target from arparse.c, so that a parallel
2862 make does not try to build both at once. Depend upon arparse.c.
2863 (sysinfo.h): Similar change.
2864
2865 * objdump.c (disassemble_data): Pass the reloc buffer to free, not
2866 the pointer used to loop over the relocs.
2867
2868 Sat Sep 24 16:16:57 1994 Stan Shebs (shebs@andros.cygnus.com)
2869
2870 * objdump.c (disassemble_data): Cast result of xmalloc.
2871
2872 Wed Sep 21 19:30:35 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2873
2874 * objdump.c (sorted_syms, sorted_symcount): New global variables.
2875 (objdump_print_address): Use sorted_syms and sorted_symcount
2876 instead of syms and symcount.
2877 (disassemble_data): Don't bother to get the relocs before looping
2878 over the sections. Before filtering and sorting the symbol table,
2879 copy it into sorted_syms.
2880
2881 Fri Sep 16 11:27:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2882
2883 * objdump.c (struct objdump_disasm_info): Add field require_sec.
2884 (objdump_print_address): If aux->require_sec, require that the
2885 symbol be in aux->sec even if HAS_RELOC is not set. If we can't
2886 find a smaller symbol in the right section, look for a larger one.
2887 (disassemble_data): Set aux.require_sec around the
2888 objdump_print_address call for the instruction address.
2889
2890 Thu Sep 15 21:43:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2891
2892 * ar.c: Call xexit rather than exit.
2893 (output_filename, output_file, output_bfd): New static variables.
2894 (remove_output): New static function.
2895 (main): Call xatexit (remove_output). Call xexit rather than
2896 returning.
2897 (extract_file): Set output_filename and output_file while output
2898 file is open.
2899 (write_archive): Likewise, but use output_bfd, not output_file.
2900 * arsup.c: Include libiberty.h. Call xexit rather than exit.
2901 * bucomm.c: Likewise.
2902
2903 * objdump.c (disassemble_all): New global variable.
2904 (usage): Document --disassemble-all.
2905 (long_options): Add disassemble-all as a synonym for -D.
2906 (compare_symbols): Make pointers const.
2907 (compare_relocs): New static function.
2908 (disassemble_data): Rename disassemble to disassemble_fn to avoid
2909 shadowing. If dump_reloc_info, print relocs along with
2910 disassembly. Skip sections which are not SEC_CODE unless
2911 disassemble_all or only is set.
2912 (display_bfd): Don't call dump_relocs if disassemble is set.
2913 (main): Accept and handle -D.
2914 * binutils.texi: Document -D/--disassemble-all.
2915 * objdump.1: Likewise.
2916
2917 Wed Sep 14 12:19:07 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2918
2919 * objdump.c (disassemble_data): Initialize prevline to 0. Make
2920 prev_function non const. Copy functionname into an malloc buffer
2921 when setting prev_function, instead of assuming that the string
2922 will last forever.
2923
2924 * nm.c: Include libiberty.h.
2925 (sort_by_size): New static variable.
2926 (long_options): Add --size-sort.
2927 (usage): Mention --size-sort.
2928 (numeric_forward): Make static. Change from void * to PTR.
2929 (numeric_reverse): Likewise.
2930 (non_numeric_forward, non_numeric_reverse): Likewise.
2931 (sorters): Change declaration from void * to PTR.
2932 (size_forward, sort_symbol_by_size): New static functions.
2933 (display_rel_file): Handle sort_by_size.
2934 (filter_symbols): If sort_by_size, discard absolute and undefined
2935 symbols.
2936 * binutils.texi (nm): Document --size-sort.
2937 * nm.1: Document --size-sort.
2938
2939 Tue Sep 13 21:06:06 1994 Jeff Law (law@snake.cs.utah.edu)
2940
2941 * objcopy.c (copy_main): Initialize input_filename and
2942 output_filename to NULL.
2943
2944 Tue Sep 13 14:17:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2945
2946 * Makefile.in (version.o): Depend upon Makefile, so that version.o
2947 gets rebuilt when make variable VERSION is changed.
2948
2949 * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag.
2950
2951 Wed Aug 24 12:40:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2952
2953 * configure.in: Change i[34]86 to i[345]86.
2954
2955 Tue Aug 23 11:00:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2956
2957 * ar.c (ranlib_touch): Don't update the archive map if there isn't
2958 one.
2959
2960 Mon Aug 22 16:02:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2961
2962 * ar.c: Include libiberty.h.
2963 (inarch): Remove variable.
2964 (map_over_members): Make static. Add arch argument, and use it
2965 instead of inarch. Change all callers.
2966 (main): Treat --version as -v. Accept -t argument. Accept any
2967 number of archive arguments. Catch and use open_inarch return
2968 value, rather than using inarch.
2969 (open_inarch): Return newly opened BFD, rather than using inarch.
2970 (do_quick_append): Make archive_filename const.
2971 (write_archive): Add iarch argument, and use it instead of inarch.
2972 Change all callers.
2973 (delete_members, move_members, replace_members): Likewise.
2974 (ranlib_only): Don't exit on success. Catch and use open_inarch
2975 return value.
2976 (ranlib_touch): New function.
2977 * arsup.h (map_over_members): Don't declare.
2978 (ar_end, ar_extract): Declare.
2979 (open_inarch): Change return value in declaration to bfd *.
2980 * arsup.c (map_over_list): Make static. Always pass two arguments
2981 to function. Add arch argument, and use it instead of inarch.
2982 Change all callers.
2983 (ar_directory_doer): Make static. Add ignored second argument.
2984 Change all callers.
2985 (ar_directory): Use open_inarch return value rather than inarch.
2986 (ar_addlib_doer): Make static.
2987 (ar_addlib): Use open_inarch return value rather than inarch.
2988 (ar_extract): Remove unused local variable abfd.
2989
2990 Thu Aug 11 14:55:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2991
2992 Add support for removing named sections to objcopy and strip.
2993 * objcopy.c (struct section_list): Define.
2994 (remove_sections): New static variable.
2995 (strip_options, copy_options): Add remove-section.
2996 (copy_usage, strip_usage): Mention -R and --remove-section.
2997 (setup_section): If section is in remove_sections list, ignore it.
2998 (copy_section): Likewise.
2999 (strip_main, copy_main): Handle -R.
3000 * binutils.texi, objcopy.1, strip.1: Document new options.
3001
3002 Wed Aug 10 10:19:55 1994 Stan Shebs (shebs@andros.cygnus.com)
3003
3004 * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,
3005 so as not to conflict with the symvalue typedef in bfd.h.
3006
3007 Mon Aug 1 13:19:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3008
3009 * nlmheader.y: Per current NetWare docs, accept a revision number
3010 of 0 and treat a revision number greater than 26 as 0.
3011
3012 Mon Jul 25 12:58:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3013
3014 * objdump.c (objdump_print_address): Correct handling of end of
3015 symbols when looking for next symbol with a different value.
3016
3017 Fri Jul 22 16:48:34 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3018
3019 * nm.c (numeric_forward): Treat undefined symbols as "less than"
3020 defined symbols with zero values. If numeric values are equal, or
3021 both symbols are undefined, sort alphabetically. Don't assume
3022 that the difference of two bfd_vma values will truncate to "int"
3023 and still have the same sign.
3024 (numeric_reverse): Call numeric_forward and negate the result.
3025 (print_symbol_info_bsd): For undefined symbols, print leading
3026 spaces equivalent to the width of a printed bfd_vma, rather than
3027 assuming that 8 will look right.
3028
3029 Fri Jul 22 10:36:50 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3030
3031 * coffgrok.c (doit): Zero all fields of new structure.
3032 * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg.
3033 * sysinfo.y: Generate sysroff_swap_*_out without requiring extra
3034 arg.
3035
3036 Fri Jul 22 10:09:53 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
3037
3038 * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer
3039 rather than the parser.
3040
3041 Thu Jul 21 10:25:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3042
3043 * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88:
3044 Remove; obsolete.
3045
3046 Sat Jul 16 22:34:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3047
3048 * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols
3049 even if the bfd is not marked DYNAMIC. ELF executables are not
3050 marked DYNAMIC, but do have dynamic symbols.
3051
3052 Fri Jul 15 01:41:35 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3053
3054 * coffgrok.c (do_where): Make data with no type 'int'.
3055 (do_define): Keep info on source file of a symbol.
3056 * coffgrok.h (coff_symbol): New field.
3057 * srconv.c (PROGRAM_VERSION): Now 1.3
3058 (wr_rl): Use external ref number for symbol.
3059 (wr_dus): Only keep one source file per debug unit.
3060 (wr_dln): Always emit line numbers for first source file,
3061 (wr_globals): Emit globals in the du of their owning source file.
3062
3063 Mon Jul 11 15:59:03 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
3064
3065 * nlmheader.y: Null terminate var_hdr->threadName.
3066
3067 Fri Jul 8 17:33:22 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3068
3069 * Makefile.in (syslex.o, sysinfo.o): Permit C source files to be
3070 in $(srcdir), as they will be for FSF releases.
3071
3072 Wed Jul 6 01:13:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3073
3074 * nlmconv.c (setup_sections): Preserve existing section flags when
3075 copying in flags from a new section.
3076
3077 Tue Jul 5 15:56:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3078
3079 * objcopy.c: Include libiberty.h.
3080 (copy_file): If output_target is NULL, set it to the target of the
3081 input file.
3082
3083 Wed Jun 29 17:17:14 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
3084
3085 * nlmconv.c (link_inputs): Fixed memory allocation bug.
3086
3087 Thu Jun 23 12:52:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3088
3089 * configure.in: Change --with-targets to --enable-targets.
3090
3091 Tue Jun 21 12:53:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3092
3093 * Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS).
3094
3095 * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
3096 NetWare custom header; no longer needed.
3097 (powerpc_mangle_relocs): Convert relocs against the uninitialized
3098 data section into relocs against the data section.
3099
3100 * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all the
3101 netware targets. Write it into Makefile as NLMCONV_DEFS.
3102 * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC).
3103 * nlmconv.c: Only compile code for specific CPU types if
3104 NLMCONV_cputype is defined.
3105
3106 * nlmconv.c (main): Change uses of bfd_abs_section, etc., to use
3107 bfd_abs_section_ptr or bfd_is_abs_section, etc.
3108 (i386_mangle_relocs, alpha_mangle_relocs): Likewise.
3109 (powerpc_build_stubs): Likewise.
3110 * nm.c (filter_symbols, print_symbols): Likewise.
3111 * objcopy.c (filter_symbols): Likewise.
3112 (mark_symbols_used_in_relocations): Likewise.
3113 * objdump.c (remove_useless_symbols, dump_relocs): Likewise.
3114 * size.c (sysv_internal_printer): Likewise.
3115
3116 Mon Jun 20 16:43:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3117
3118 * Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).
3119 (install): Install it explicitly, from build dir, not srcdir.
3120
3121 Mon Jun 20 16:29:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3122
3123 * objdump.c: Don't include elf/internal.h.
3124 (bfd_elf_find_section): Don't declare.
3125 (read_section_stabs): No special handling for ELF. Always read
3126 using BFD sections.
3127
3128 Thu Jun 16 17:25:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3129
3130 * configure.in: Set UNDERSCORE in Makefile based on result of
3131 invoking config.bfd with a second argument of ``_''.
3132 * Makefile.in (underscore.c): Depend upon Makefile. Don't try to
3133 run $(CC) and $(NM), just use $(UNDERSCORE). Create via temporary
3134 file.
3135 (demangle.o): Remove target.
3136 ($(NM_PROG)): Don't depend upon demangle.o, and don't link against
3137 demangle.o. It's in libiberty anyhow.
3138 (cplus-dem.o): Don't depend upon demangle.o.
3139 * binutils.texi: Mention -n and --no-strip-underscores arguments
3140 to c++filt.
3141
3142 Wed Jun 15 12:10:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3143
3144 * nm.c (long_options): Add --no-demangle to turn off --demangle,
3145 and --no-cplus for Linux compatibility.
3146 (usage): Mention --no-demangle.
3147 * binutils.texi: Document --no-demangle.
3148
3149 Fri Jun 10 15:41:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3150
3151 * nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.
3152
3153 * objcopy.c (copy_archive): Make the temporary directory in the
3154 same directory as the output BFD, since we may not have write
3155 permission on the current directory. Set the permissions of the
3156 new directory to 0700, not 0777.
3157
3158 Mon Jun 6 21:36:43 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
3159
3160 * configure.in: if this is an rs6000 (and we're not building for
3161 any other bfd targets) then build only nm (collect needs it on
3162 rs6000-lynx).
3163
3164 * Makefile.in: define TOOL_PROGS which the list of programes to
3165 install in $tooldir -- replaces a hard-coded list.
3166
3167 Fri Jun 3 10:59:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3168
3169 * objdump.c (display_target_list): Remove unused local ok.
3170
3171 Thu May 26 18:05:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3172
3173 * config/mh-alphaosf (CFLAGS): Don't specify both -g and -O;
3174 they're not compatible under native cc. Use -O1 instead.
3175
3176 * Makefile.in (VERSION): Updated to cygnus-2.4.1.
3177
3178 Changes from binutils-2.4 net release:
3179
3180 * Makefile.in (MANPAGES): Use $(DEMANGLER_PROG).
3181 ($(DEMANGLER_PROG).1): Build from cxxfilt.man, using sed.
3182 * cxxfilt.man: Renamed from c++filt.1, replaced "c++filt" with
3183 magic token to be replaced by sed.
3184
3185 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
3186
3187 * configure.bat: update for latest makefile.in
3188
3189 Fri May 13 23:25:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3190
3191 * bucomm.c: Check ANSI_PROTOTYPES rather than __STDC__.
3192
3193 Tue May 10 18:22:06 1994 Jason Molenda (crash@sendai.cygnus.com)
3194
3195 * objcopy.c (copy_section): Set section size correctly if using
3196 interleave.
3197
3198 Sat May 7 16:49:36 1994 Steve Chamberlain (sac@cygnus.com)
3199
3200 * Makefile.in: Add rule for sysinfo.h
3201
3202 Fri May 6 12:18:33 1994 Steve Chamberlain (sac@cygnus.com)
3203
3204 * Makefile.in (SRCONV_PROG): Define.
3205 (PROGS): Use $(SRCONV_PROG) too.
3206
3207 Thu May 5 19:41:43 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3208
3209 * Makefile.in (DISTSTUFF): Add sysinfo.c, syslex.c, in case
3210 someone configures with `targets=all'.
3211 (distclean): Remove y.*.
3212 (syslex.o): Depend on sysinfo.h.
3213 (sysinfo.c): Rename y.tab.h to sysinfo.h.
3214 (install-info): Don't try to install into $(infodir)/$(srcdir).
3215 * syslex.l: Include sysinfo.h, not y.tab.h.
3216
3217 Thu May 5 11:50:55 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3218
3219 * syslex.l (yywrap): Define as function if not defined as a macro.
3220
3221 * Makefile.in (objdump.o): Deleted special rule.
3222 * configure.in: Don't bother building ARCHDEFS variable for
3223 Makefile.
3224 * objdump.c (ARCH_*): Deleted handling.
3225 (disassemble_data): Call `disassembler' from opcodes library.
3226
3227 Thu May 5 13:28:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3228
3229 * Makefile.in (install): Correct handling of $(tooldir) and
3230 $(bindir) being on different devices.
3231
3232 Fri Apr 29 09:50:38 1994 Steve Chamberlain (sac@cygnus.com)
3233
3234 * sysdump.c (h8300, sh): Add declarations.
3235
3236 Wed Apr 27 11:25:18 1994 Steve Chamberlain (sac@cygnus.com)
3237
3238 * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.
3239 * coffdump.c, coffgroc.c, coffgrog.h, srconv.c, sysdump.c,
3240 sysroff.info: Major changes.
3241
3242 Tue Apr 26 18:18:24 1994 Stan Shebs (shebs@andros.cygnus.com)
3243
3244 * objdump.c (print_section_stabs): Indicate the stab header symbol
3245 more clearly, print numbers of unrecognized stab n_type values.
3246
3247 Tue Apr 26 16:22:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3248
3249 * nlmconv.c (copy_sections): Copy arelent pointers, not arelents.
3250
3251 Mon Apr 25 16:14:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3252
3253 * Makefile.in (distclean): Remove $(PROGS) and underscore.c.
3254
3255 Fri Apr 22 11:14:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3256
3257 * nlmconv.c (setup_sections): Remove special handling of .reginfo
3258 section.
3259 (copy_sections): Likewise.
3260 (alpha_mangle_relocs): Use bfd_ecoff_get_gp_value rather than the
3261 special ECOFF .reginfo section.
3262
3263 * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after
3264 copying everything else, to let it fiddle with the file in its
3265 final state.
3266
3267 * objdump.c: Include libiberty.h.
3268 (display_target_list): If a format fails, just go on to the next
3269 one. Check return value of bfd_set_format.
3270 (display_info_table): Likewise. Don't increment loop variable in
3271 for loop test, since that skips the first element.
3272 (display_target_tables): Rewrite loop for clarity. Ensure that it
3273 always prints at least one element.
3274
3275 * nlmconv.c (main): Use CyGnUsEx rather than CyGnUsSeCs for
3276 sections header. Rename from cygnus_sections to cygnus_ext.
3277
3278 Thu Apr 21 12:12:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3279
3280 * objdump.c (_DUMMY_NAME_): Don't define.
3281 (display_target_list): Use tmpnam to get a file name rather than
3282 using _DUMMY_NAME_. Unlink it when done.
3283 (display_info_table): Likewise.
3284
3285 * nlmconv.c (secsec): New static variable.
3286 (main): Create .nlmsections section in output BFD. Store
3287 information about it in sections header.
3288 (setup_sections): Allocate space in sections header.
3289 (copy_sections): Copy zero sized sections. Put information about
3290 each section in the sections header.
3291
3292 Wed Apr 20 14:34:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3293
3294 * nlmconv.c (powerpc_build_stubs): Take new outbfd argument.
3295 Change caller. Create custom header for new PowerPC NetWare
3296 format.
3297
3298 * Makefile.in (nlmheader.o, nlmconv.o): Update dependencies.
3299 * nlmconv.c: Include bfd.h and libiberty.h with "", not <>.
3300 * nlmheader.y: Include bfd.h with "", not <>.
3301
3302 Wed Apr 13 10:52:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3303
3304 * objdump.c: Do an ifdef on __GO32__, not unix.
3305
3306 Wed Apr 6 21:54:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3307
3308 Added -D (--dynamic) option to nm and -T (--dynamic-syms) and -R
3309 (--dynamic-reloc) arguments to objdump.
3310 * nm.c (dynamic): New static variable.
3311 (long_options): Added "dynamic".
3312 (usage): Mention -D and --dynamic.
3313 (main): Add D to getopt string. Handle -D by setting dynamic.
3314 (display_rel_file): If dynamic is non-zero, read dynamic symbols
3315 rather than normal symbols.
3316 * nm.1: Updated for -D (--dynamic) option.
3317 * objdump.c (dump_dynamic_symtab): New global variable.
3318 (dump_dynamic_reloc_info): New global variable.
3319 (dynsyms, dynsymcount): New global variables.
3320 (usage): Mention -R, -T, --dynamic-syms and --dynamic-reloc.
3321 (long_options): Added "dynamic-reloc" and "dynamic-syms".
3322 (slurp_symtab): If no symbols, return rather than exit.
3323 (slurp_dynamic_symtab): New function.
3324 (display_bfd): Handle dump_dynamic_symtab and
3325 dump_dynamic_reloc_info.
3326 (dump_symbols): Take new dynamic argument, indicating whether to
3327 display dynamic symbols.
3328 (dump_relocs): Move most printing into dump_reloc_set.
3329 (dump_dynamic_relocs): New function.
3330 (dump_reloc_set): New function, extracted from dump_relocs.
3331 (main): Add R and T to getopt string. Handle -T by setting
3332 dump_dynamic_symtab and -R by setting dump_dynamic_reloc_info.
3333 * objdump.1: Updated for -R (--dynamic-reloc) and -T
3334 (--dynamic-syms) options.
3335 * binutils.texi: Updated for new nm and objdump options.
3336
3337 Wed Mar 30 15:52:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3338
3339 Update for recent BFD changes to symbol and reloc reading. Rename
3340 all uses of get_symtab_upper_bound to bfd_get_symtab_upper_bound.
3341 Also:
3342 * coffgrok.c (symcount): Change to long.
3343 (do_sections_p1): Check for error return from
3344 bfd_get_reloc_upper_bound. Change relcount to long, and check for
3345 error from bfd_canonicalize_reloc.
3346 (coff_grok): Change storage to long. Check for error from
3347 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
3348 * nlmconv.c (main): Change symcount, newsymalloc, newsymcount, and
3349 i to long. Check for error from bfd_get_symtab_upper_bound and
3350 bfd_canonicalize_symtab.
3351 (copy_sections): Change reloc_size and reloc_count to long. Check
3352 for error from bfd_get_reloc_upper_bound and
3353 bfd_canonicalize_reloc.
3354 (mangle_relocs, i386_mangle_relocs, alpha_mangle_relocs): Change
3355 reloc_count_ptr argument to long *. Make corresponding changes to
3356 variables loaded from *reloc_count_ptr.
3357 * nm.c (display_rel_file): Change storage and symcount to long.
3358 Check for errors from bfd_get_symtab_upper_bound and
3359 bfd_canonicalize_symtab.
3360 * objcopy.c (filter_symbols): Change symcount, src_count and
3361 dst_count to long.
3362 (copy_object): Change symcount to long. Pass another argument to
3363 fprintf. Check for errors from bfd_get_symtab_upper_bound and
3364 bfd_canonicalize_symtab.
3365 (copy_section): Change relcount to long. Check for errors from
3366 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
3367 (mark_symbols_used_in_relocations): Change relcount and i to long.
3368 Check for errors form bfd_get_reloc_upper_bound and
3369 bfd_canonicalize_reloc.
3370 * objdump.c (storage): Remove global variable.
3371 (symcount): Changed to long.
3372 (slurp_symtab): New local variable storage. Check for errors from
3373 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
3374 (remove_useless_symbols): Change return value and count to long.
3375 (objdump_print_address): Change min, max, thisplace and i to long.
3376 (disassemble_data): Change i to long.
3377 (dump_symbols): Change count to long.
3378 (dump_relocs): Change relcount to long. Check for errors from
3379 bfd_ret_reloc_upper_bound and bfd_canonicalize_reloc.
3380 (display_info_table): Add casts when passing LONGEST_ARCH for
3381 printf %* argument.
3382
3383 Tue Mar 29 14:59:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3384
3385 * nm.c (display_archive): Close each archive element after it has
3386 been displayed.
3387 * objdump.c (display_file): Likewise.
3388
3389 Mon Mar 28 13:04:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3390
3391 * configure.in: Change error message to refer to bfd/config.bfd
3392 rather than bfd/configure.in.
3393
3394 Sun Mar 27 16:23:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3395
3396 * More fixes for object formats which allow multiple sections
3397 with the same name:
3398 * objcopy.c (setup_section): Make a new output section even if
3399 one already exists with the given name.
3400 (copy_section): Use isection->output_section rather than trying
3401 to look the output section up by its (possibly non-unique) name.
3402
3403 * Makefile.in (install-info): Look for binutils.info in the
3404 current directory, then in $(srcdir). Don't use $<.
3405
3406 Mon Mar 21 12:55:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3407
3408 * objdump.c (objdump_print_address): Make static. Declare with
3409 prototype. Change vardiff from int to bfd_signed_vma. Correct
3410 binary search termination condition. When looking for same
3411 section symbol in relocatable file, handle final symbol correctly.
3412
3413 Sun Mar 20 11:26:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3414
3415 * Makefile.in: Avoid bug in hpux sed.
3416
3417 * objcopy.c: Changes to keep it from stripping symbols used
3418 in output relocations.
3419 (mark_symbols_used_in_relocations): New function. Mark symbols
3420 used in output relocations with BSF_KEEP.
3421 (filter_symbols): Do not strip symbols marked with BSF_KEEP.
3422 (copy_object): Reorder actions. First setup sections, then
3423 build the output symbol table, then copy the section contents.
3424
3425 Fri Mar 18 10:53:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3426
3427 * ar.c (write_archive): Allocate space for the null byte. From
3428 Robert Lipe <robertl@arnet.com>.
3429
3430 Thu Mar 17 16:20:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3431
3432 * Makefile.in: Built nm.new and strip.new to avoid problems with
3433 collect when . is in PATH.
3434 (STRIP_PROG): Change from strip to strip.new.
3435 (NM_PROG): Change from nm to nm.new.
3436 (install): Remove the .new when installing.
3437
3438 Wed Mar 16 16:27:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3439
3440 * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
3441 symbol for which we build a stub.
3442 (powerpc_mangle_relocs): Only reset TOC pointer for a call to a
3443 symbol with BSF_DYNAMIC flag set.
3444
3445 Tue Mar 15 23:04:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3446
3447 * objcopy.c (filter_symbols): Use bfd_is_local_label to determine
3448 if a symbol represents a compiler-generated local label.
3449 (copy_object): Give the BFD backends a chance to copy any private
3450 bfd data from the input BFD to the output BFD.
3451 (setup_section): Give the BFD backends a chance to copy any private
3452 section data from the input section to the output section.
3453
3454 Mon Mar 14 11:15:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3455
3456 * objcopy.c (mangle_section): Delete unused function.
3457 (setup_section): Set osection here instead of calling
3458 mangle section to do it.
3459
3460 Mon Mar 14 12:11:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3461
3462 * ar.c (write_archive): Close inarch before unlinking it.
3463
3464 Fri Mar 11 22:20:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3465
3466 * nlmconv.c (main): For PowerPC, call powerpc_build_stubs and
3467 powerpc_resolve_stubs. Use __GOT0, not __toc_start. Handle it if
3468 the start and end symbols are not in the text section.
3469 (struct powerpc_stub): New struct definition.
3470 (powerpc_stubs, powerpc_stub_insns): New static variables.
3471 (powerpc_initial_got_size): New static variable.
3472 (powerpc_build_stubs): New function.
3473 (powerpc_resolve_stubs): New function.
3474 (powerpc_mangle_relocs): Clear extraneous data in .got section.
3475 Rearrange reloc handling to handle ELF relocs that are not
3476 partial_inplace. Resolve PC relative relocs.
3477
3478 Wed Mar 9 13:48:11 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3479
3480 * ar.c (move_members): Fix it so that the abi positional modifiers
3481 don't delete all archive members following the insert point.
3482
3483 Tue Mar 8 13:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3484
3485 * coffgrok.[ch]: New files, understand coff objects.
3486 * coffdump.c: Uses coffgrok to dump out the debug info of a coff
3487 file.
3488 * sysroff.info: Description of a SYSROFF object file.
3489 * sysinfo.y, syslex.l: Parse info file, generate a reader, writer,
3490 header files and a printer.
3491 * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff
3492 file to a SYSROFF file.
3493
3494 Sat Feb 26 13:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
3495
3496 * ar.c (do_quick_append): Pad with a genuine character 10,
3497 rather than whatever '\n' might happen to be.
3498
3499 Tue Feb 22 18:25:52 1994 Ian Lance Taylor (ian@cygnus.com)
3500
3501 * nlmconv.c (main): Ignore debugging symbols when looking for
3502 special symbols by name.
3503
3504 Sun Feb 20 18:47:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
3505
3506 * nlmconv.c: Include libiberty.h.
3507
3508 Support for PowerPC NetWare.
3509 * nlmconv.c (main): For PowerPC NetWare, automatically define the
3510 special symbols __toc_start.
3511 (select_output_format): Handle bfd_arch_powerpc.
3512 (mangle_relocs): Likewise.
3513 (powerpc_mangle_relocs): New function.
3514
3515 Thu Feb 17 09:28:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3516
3517 * ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c,
3518 size.c: Use bfd_get_error and bfd_set_error and new error names.
3519
3520 Fri Feb 11 15:54:51 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3521
3522 * objcopy.c (strip_main, copy_main): Add missing 'break' in switch.
3523
3524 Mon Feb 7 19:45:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3525
3526 * objdump.c (disassemble_data): Handle bfd_arch_powerpc.
3527
3528 Sun Feb 6 22:08:20 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3529
3530 * strings.c objdump.c nlmconv.c objcopy.c nm.c ar.c size.c (main):
3531 Call xmalloc_set_program_name.
3532
3533 Fri Feb 4 10:46:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3534
3535 * objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we
3536 can do arithmetic on it.
3537
3538 Thu Feb 3 14:06:41 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3539
3540 * objdump.c (dump_section_stabs, read_section_stabs,
3541 print_section_stabs): Functions broken out of dump_stabs_1.
3542 Free the stabs and strings when done with them.
3543
3544 Wed Feb 2 13:42:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3545
3546 * nlmconv.c (main): Use bfd_get_flavour instead of struct member.
3547 * ar.c (print_contents, extract_file), size.c
3548 (print_berkeley_format, print_sysv_format): Use bfd_get_filename and
3549 bfd_my_archive instead of dereferencing the structs directly.
3550
3551 * ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
3552 Indent. Remove DEFUNs.
3553
3554 * nlmconv.c (main), objcopy.c (copy_file): Print matching formats
3555 if ambiguous match.
3556 * nm.c (display_file, display_archive), size.c (display_bfd):
3557 Eliminate gotos.
3558 Print matching formats if there is an ambiguous match. Use
3559 bfd_nonfatal instead of hardcoded error message if nothing matches.
3560
3561 * arsup.c, ar.c, objdump.c: Use bfd_get_filename instead of
3562 abfd->filename.
3563
3564 * nm.c (display_archive): New function, from code in display_file.
3565 (display_rel_file): Renamed from do_one_rel_file.
3566
3567 * size.c: Indent.
3568 (display_archive): New function from code in display_file.
3569 (display_file): Check bfd_close error return.
3570
3571 * strings.c (strings_object_file): Check bfd_check_format
3572 error return.
3573
3574 * strings.c, objdump.c, size.c: Use bfd_nonfatal instead of bfd_perror.
3575
3576 * bucomm.c: Delete references to exit_handler. It wasn't set
3577 anywhere, and now that we're using the libiberty xmalloc, it
3578 wouldn't always get called before exiting.
3579 (list_matching_formats): Function moved from objdump.c.
3580 * bucomm.h: Declare it.
3581
3582 * objdump.c (disassemble_data): Move some variable decls closer to
3583 their use. Add some comments. Replace a nested block with a
3584 return.
3585
3586 Mon Jan 31 18:50:41 1994 Stan Shebs (shebs@andros.cygnus.com)
3587
3588 * objdump.c (display_target_list, display_info_table): Check that
3589 the bfd of the dummy output file is not null.
3590
3591 Wed Jan 26 13:13:18 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3592
3593 * objcopy.c (filter_bytes): New function.
3594 (copy_section): Call it.
3595 (copy_options, copy_usage, copy_main): Add --byte option to
3596 activate it. Appropriate the -b option (which was an undocumented
3597 synonym for -F) for it, also. Add --interleave, -i option for
3598 additional control.
3599 (setup_section, copy_section, mangle_section): Renamed with no `s'
3600 on the end.
3601 * objcopy.1, binutils.texi: Document the new options.
3602
3603 * objdump.c (display_target_tables, display_target_list):
3604 New functions broken out of display_info.
3605 Eliminate some magic constants. Use more meaningful variable names.
3606 (dump_bfd_header): New function broken out of display_bfd.
3607 (dump_section_header): New function broken out of dump_headers.
3608 (remove_useless_symbols): Don't shadow global variable name with
3609 parameter.
3610 (objdump_print_address): Fix backward test.
3611
3612 Tue Jan 25 19:40:54 1994 Stan Shebs (shebs@andros.cygnus.com)
3613
3614 * bucomm.c (print_arelt_descr): Change decl of `when' to time_t.
3615 * objdump.h: Removed.
3616
3617 Mon Jan 24 13:29:02 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3618
3619 * objdump.c (display_file): Remove call to list_matching_formats.
3620 It would never be called.
3621 (list_matching_formats): Take an arg giving the list of matching
3622 formats.
3623 (display_bfd): Pass the arg, and get it filled in by calling
3624 bfd_check_format_matches instead of bfd_check_format.
3625 (display_info, display_info_table): target_vector was renamed to
3626 bfd_target_vector.
3627
3628 * binutils.texi (objdump): Note some limitations of -h section
3629 address printing.
3630
3631 Sat Jan 22 16:20:46 1994 Stan Shebs (shebs@andros.cygnus.com)
3632
3633 * Makefile.in (MALLOC): Set to emptiness by default.
3634 (ALL_CFLAGS): Add and use.
3635 (arparse.h): Make it depend on arparse.y.
3636 * ar.c (libbfd.h): Don't require to be in ../bfd.
3637 * objdump.c (comp): Rename to compare_symbols.
3638
3639 Fri Jan 21 20:22:30 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3640
3641 * objdump.c (list_matching_formats): If the file format is ambiguous,
3642 print the matching names so the user can choose one.
3643 (display_bfd): Call it.
3644 (display_file): Call it.
3645
3646 Fri Jan 21 19:17:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3647
3648 * objdump.c (disassemble_data): Support bfd_arch_rs6000.
3649
3650 Mon Jan 17 13:57:25 1994 Stan Shebs (shebs@andros.cygnus.com)
3651
3652 * objdump.c (stab_name): Allocate dynamically.
3653 (stab_print): Use pointers to strings instead of char arrays.
3654 (dump_stabs): Change alloc and init of arrays appropriately.
3655 (dump_stabs_1): Always decide whether to print stab_name or
3656 the stab's type number, if unnamed.
3657
3658 Fri Jan 14 14:42:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3659
3660 * objcopy.c (strip_main, copy_main): Don't clobber the input file
3661 if copy_file fails.
3662
3663 * nlmconv.c (main): Warn about an attempt to use a shared library
3664 with uninitialized data.
3665
3666 * nlmconv.c (setup_sections): Make sure that we align the
3667 output_offset of each input section appropriately.
3668
3669 Thu Jan 13 17:32:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3670
3671 * objdump.c (dump_relocs): Don't crash if section name is NULL.
3672
3673 Tue Jan 11 19:46:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3674
3675 * filemode.c (filemodestring): Commented out; not used.
3676 (mode_string): Use POSIX definitions.
3677 (ftypelet): Likewise.
3678 (rwx): Removed; no longer used.
3679 * bucomm.c: Include bucomm.h.
3680 (bfd_nonfatal, bfd_fatal): Argument is const.
3681 (fatal): Make __STDC__ version.
3682 * bucomm.h (mode_string): Declare.
3683 * Makefile.in (bucomm.o): Depend upon bucomm.h
3684
3685 Sun Jan 9 12:03:20 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
3686
3687 * bucomm.c (xmalloc, xrealloc): Deleted.
3688 * bucomm.h (xmalloc, xrealloc): Fix prototypes, to correspond to
3689 libiberty version of functions.
3690
3691 Thu Jan 6 06:18:15 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3692
3693 * binutils.texi: Add a chapter summarizing the ways to select
3694 aspects of the target for each program.
3695
3696 * objdump.c (long_options, usage): Add long equivalents for all
3697 remaining short options that lacked them.
3698 * binutils.texi objdump.1: Document them.
3699
3700 * size.c (usage): Tweak usage message.
3701 * size.1: Add missing `=' in examples.
3702
3703 * binutils.texi strip.1 objcopy.1 nlmconv.1 objcopy.c nlmconv.c:
3704 Use "--target=bfdname" as the option to select the BFD target,
3705 like nm and size already do.
3706 Reserve "--format=format" for textual output selection options, but
3707 for now keep old option names as obsolete for backward compatibility.
3708
3709 * strings.c (main, strings_object_file, usage): Add --target option.
3710 * binutils.texi strings.1: Document it.
3711
3712 Sat Jan 1 13:58:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3713
3714 * ar.c (main): Add \n in error message.
3715
3716 Thu Dec 23 12:23:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3717
3718 gcc -Wall lint:
3719 * ar.c (main): Put parens around assignment used as truth value.
3720 * objcopy.c (strip_main): Remove unused variables. Return 0.
3721 (copy_main): Remove unused variables. Return 0.
3722 * objdump.c (display_bfd): Declare return value as void.
3723 (stab_print): Use "" instead of 0 to initialize array.
3724 (dump_stabs_1): Print vma using printf_vma.
3725 (display_info): Put parens around assignment used as truth value.
3726 * strings.c (print_strings): Cast printf arguments.
3727
3728 * objcopy.c (copy_main): Use copy_options, not strip_options.
3729
3730 * nlmheader.y (command): Warn about illegal date values.
3731
3732 Wed Dec 15 11:18:03 1993 David J. MacKenzie (djm@frosty.eng.umd.edu)
3733
3734 * bucomm.c bucomm.h: Run through indent. De-ansidecl-ify.
3735 (bfd_nonfatal): New function.
3736 (bfd_fatal): Call it.
3737
3738 * objcopy.c (smart_rename): Do a copy if the dest file has
3739 multiple hard links. Remove source file on successful copy.
3740 Try to preserve mode and owner on successful rename.
3741
3742 * objcopy.c: Run through indent. Clean up a bit.
3743 Make global variables static.
3744 Make {input,output}_{target,filename}, show_version local
3745 to various functions.
3746 New global variable `status' for exit status.
3747 (strip_main, copy_main): New functions with code from main.
3748 (nonfatal): New macro. Use it globally instead of bfd_perror and
3749 bfd_fatal.
3750
3751 (copy_object): Call mangle_sections with bfd_map_over_sections.
3752 (mangle_sections): Adjust for new calling convention.
3753
3754 Fri Dec 10 11:28:11 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
3755
3756 * nlmheader.y (command): Accept MAP and FULLMAP without arguments.
3757 * nlmconv.c (main): Change error message for MAP and FULLMAP.
3758
3759 Thu Dec 9 17:47:19 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
3760
3761 * nlmconv.c (main): Warn about imported symbols that are not in
3762 the IMPORT list even if the IMPORT keyword is not used.
3763
3764 * nlmconv.c (debug, unlink_on_exit): New static variables.
3765 (long_options): Add "debug" and "linker".
3766 (main): Handle -d and -l arguments. Make command line input and
3767 output files optional. Parse the command file before opening the
3768 BFD's, which requires storing more information in local variables.
3769 If INPUT names multiple files, link them together. Use OUTPUT for
3770 the output file name if not named on command line.
3771 (show_usage): Changed for new options.
3772 (link_inputs): New function to automatically invoke linker to
3773 handle multiple INPUT files.
3774 (choose_temp_base_try, choose_temp_base, pexecute): New functions,
3775 mostly copied from gcc/gcc.c.
3776 * nlmconv.h (input_files, output_file): Declare.
3777 * nlmheader.y (input_files, output_file): Define.
3778 (command): Support INPUT with a string_list argument. Support
3779 OUTPUT.
3780 (string_list): Renamed from module_list.
3781 * Makefile.in (nlmconv.o): Define LD_NAME based on
3782 program_transform_name.
3783
3784 Wed Dec 8 10:09:04 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
3785
3786 * nlmheader.y (nlmheader_identify): New function. Use it to print
3787 the program name just once, instead of with every error message.
3788
3789 Mon Dec 6 16:11:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3790
3791 * nlmconv.c (long_options): Changed --header-info to --header-file
3792 to match documentation and usage message.
3793
3794 Sun Dec 5 01:31:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3795
3796 * objdump.c (dump_relocs): Avoid dereferencing a NULL sym_ptr_ptr
3797 in a relocation.
3798
3799 Thu Dec 2 16:00:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3800
3801 * nlmconv.c (main): Change various types from bfd_size_type to
3802 size_t, since they have to be arguments to fread and fwrite.
3803 Change set from char * to unsigned char *.
3804 (select_output_format): Make mach argument unsigned. Handle
3805 bfd_arch_alpha.
3806 (setup_sections): Don't copy the .reginfo section of an ECOFF
3807 file. Call bfd_set_reloc to initialize the relocation fields.
3808 (copy_sections): Don't copy the .reginfo section of an ECOFF file.
3809 Combine all relocs for a section.
3810 (mangle_relocs): Change type of relocs to permit specific
3811 functions to change it. Call alpha_mangle_relocs for alpha,
3812 default_mangle_relocs for other architectures.
3813 (default_mangle_relocs): New function. Adjust the address of all
3814 relocs by the output_offset.
3815 (i386_mangle_relocs): Change type of relocs argument. Cast length
3816 argument to memmove to size_t.
3817 (alpha_mangle_relocs): New function.
3818
3819 Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
3820
3821 * nlmconv.c (select_output_format): Use nlm32-sparc for
3822 bfd_arch_sparc.
3823
3824 Wed Nov 17 14:41:35 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
3825
3826 * nlmconv.1: added man page
3827 * objcopy.1: fixed format errors
3828
3829 Wed Nov 17 12:03:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3830
3831 * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
3832
3833 Wed Nov 17 04:50:55 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3834
3835 * strings.1: Fix typo.
3836
3837 Mon Nov 15 12:03:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
3838
3839 * Makefile.in (DISTSTUFF): Build "info".
3840 (VERSION): Updated to cygnus-2.3.1; 2.3 has gone out.
3841
3842 Sun Nov 14 00:27:24 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3843
3844 * objdump.c (dump_stabs): Handle stabs-in-som as implemented
3845 by the new BFD SOM assembler.
3846
3847 Sat Nov 13 07:14:05 1993 David J. Mackenzie (djm@rtl.cygnus.com)
3848
3849 * ar.1 c++filt.1 nm.1 objcopy.1 objdump.1 ranlib.1 size.1
3850 strings.1 strip.1: Replace \(em in NAME section with \- so
3851 makewhatis can grok it.
3852
3853 Tue Nov 9 15:22:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3854
3855 * nlmconv.c (i386_mangle_relocs): Adjust reloc address by
3856 section output_offset.
3857
3858 Fri Nov 5 12:11:52 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
3859
3860 * binutils.texi: added nlmconv chapter
3861
3862 Wed Nov 3 16:10:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
3863
3864 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
3865
3866 Wed Nov 3 15:09:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
3867
3868 * Makefile.in (distclean): Don't get rid of dvi or info files.
3869
3870 Tue Nov 2 13:29:59 1993 David J. Mackenzie (djm@rtl.cygnus.com)
3871
3872 * objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
3873
3874 Fri Oct 29 16:02:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3875
3876 * binutils.texi: Move objcopy docs into alphabetical order.
3877
3878 * objdump.c: Use xmalloc instead of malloc.
3879
3880 Fri Oct 29 11:11:14 1993 Stan Shebs (shebs@rtl.cygnus.com)
3881
3882 * objdump.c (info): Rename to formats_info.
3883 (dump_stabs_1): Better comments and formatting.
3884
3885 Thu Oct 28 19:43:16 1993 Stan Shebs (shebs@rtl.cygnus.com)
3886
3887 * ar.c (main): Always create the archive when quick appending,
3888 even if no input files have been given.
3889
3890 Wed Oct 27 12:03:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3891
3892 * nlmconv.c (main): Set sharedDebugRecordOffset and
3893 sharedDebugRecordCount fields in extended header.
3894
3895 * nlmconv.c (main): Force moduleName field to upper case.
3896
3897 Mon Oct 25 16:45:42 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3898
3899 * objcopy.c (main): Give a usage message if there are too many
3900 arguments.
3901
3902 Mon Oct 25 10:37:08 1993 Ken Raeburn (raeburn@rover.cygnus.com)
3903
3904 * Makefile.in (install-info): Rewrite to take advantage of VPATH,
3905 so FSF distributions (with info files in $(srcdir)) install
3906 properly.
3907 (DISTSTUFF): Build nlmheader.c too.
3908
3909 Fri Oct 22 11:43:23 1993 Ken Raeburn (raeburn@rover.cygnus.com)
3910
3911 * ar.c (program_name): Don't define here.
3912 * objdump.c: Include "bucomm.h".
3913 (xmalloc): Don't declare here.
3914 (program_name): Don't define here.
3915 (program_version): Fixed type in declaration.
3916 * size.c: Include "bucomm.h".
3917 (program_name): Don't declare here.
3918
3919 Fri Oct 22 14:10:41 1993 Mark Eichin (eichin@cygnus.com)
3920
3921 * objdump.c (fprintf): hide declaration in FPRINTF_ALREADY_DECLARED
3922
3923 Fri Oct 1 12:43:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3924
3925 * nlmconv.c (i386_mangle_relocs): Resolve and remove PC relative
3926 relocs against defined symbols in the same section.
3927
3928 Thu Sep 30 16:46:26 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3929
3930 * Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex
3931
3932 Sat Sep 25 18:09:29 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3933
3934 * objcopy.c (simple_copy, smart_rename): New functions.
3935 (main): Use them.
3936
3937 Fri Sep 24 15:38:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3938
3939 * Makefile.in (clean, distclean): Recurse into testsuite.
3940
3941 Thu Sep 23 01:05:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3942
3943 * objcopy.c (setup_sections, copy_sections): If stripping, don't
3944 copy SEC_DEBUGGING sections.
3945 * objdump.c (dump_headers): Print SEC_DEBUGGING flag.
3946
3947 * objdump.c (usage): Mention --stabs.
3948
3949 * objcopy.c (copy_object): Copy all applicable file flags.
3950 (copy_file): Don't copy EXEC_P specially here.
3951
3952 Mon Sep 20 19:28:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3953
3954 * nlmconv.c (main): Adjust data section size to correspond to bss
3955 alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to
3956 a different section. Use time_t for time variable.
3957 (setup_sections): Only put sections with contents in output NLM.
3958 (i386_mangle_relocs): No symbols are common at this point. Add
3959 casts to avoid warnings.
3960
3961 Fri Sep 10 11:00:40 1993 Stan Shebs (shebs@rtl.cygnus.com)
3962
3963 * objdump.c: Made the --stabs option work for stabs-in-coff.
3964 (ELF_STAB_DISPLAY): Removed.
3965 (dump_elf_stabs): Renamed to dump_stabs, changed to run for
3966 any object file format.
3967 (dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to
3968 generic BFD routines for non-ELF case, changed format of message
3969 for no-section-found case.
3970 (display_bfd): Always call dump_stabs if requested.
3971 (dump_data): Call bfd_section_size to get section size.
3972
3973 Fri Sep 10 08:12:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3974
3975 * Makefile.in (install): Don't put strings in tooldir/bin.
3976
3977 Mon Sep 6 15:39:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3978
3979 * nlmconv.c (total_bss_size): Removed.
3980 (main): Set the bss vma to always follow the data section. Move
3981 symbols into new sections, and adjust values by output_offset.
3982 (setup_sections): Don't copy all sections, but instead point all
3983 text sections to .text, all data sections to .data, and all bss
3984 sections to .bss.
3985 (copy_sections): Adjust accordingly.
3986
3987 Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3988
3989 Only build nlmconv if configured for a NetWare target.
3990 * configure.in: If we have some *-*-netware* target, or are using
3991 all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile.
3992 * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than
3993 $(NLMCONV_PROG).
3994
3995 Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3996
3997 * objdump.c (ARCH_all): Define ARCH_hppa too.
3998 (dump_headers): Don't test for SEC_BALIGN if it's not defined by
3999 bfd.h.
4000
4001 Tue Aug 31 13:29:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4002
4003 * nlmconv.c (main): Force creation of .bss section. Set up the
4004 sections before looking at the symbols. Move all common symbols
4005 into .bss section. Automatically define _edata and _end. Only
4006 export symbols in the export list, with multiple prefixes if
4007 necessary. Warn if no version. Always create extended header.
4008 Set date automatically if not already set.
4009 (setup_sections): Count size of bss sections.
4010 (mangle_relocs, i386_mangle_relocs): Accept section argument, and
4011 take reloc_count as a changeable pointer; changed callers.
4012 (i386_mangle_relocs): Remove PC relative relocs within a section,
4013 as they require no adjustment.
4014 * nlmheader.y: Fixed memory allocation throughout: token STRING is
4015 now allocated on the heap, and freed if not needed. Null
4016 terminated copyright message. Accept version with only two
4017 strings.
4018 (symbol_list_opt): New nonterminal, either symbol_list or empty.
4019 (symbol_list): Use left recursion to avoid overflowing parser
4020 stack.
4021 (yylex): Rearranged beginning of line check. Accept quoted
4022 strings using single quotes. End generic argument at comment
4023 character or parentheses.
4024 (string_list_append): Fixed.
4025 (string_list_append1): New function.
4026
4027 * bucomm.h: The first argument to xrealloc is PTR, not char *.
4028 * bucomm.c (xrealloc): Use PTR rather than char *.
4029 * Makefile.in (objdump.o): Depend upon config.status to notice
4030 --with-targets changes.
4031 (nlmconv.o): Depend upon bucomm.h.
4032
4033 Tue Aug 17 09:46:01 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4034
4035 * configure.in: Don't pass cpu to config.bfd.
4036
4037 Thu Aug 12 16:43:04 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4038
4039 * Makefile.in ($(NM_PROG)): Depend on demangle.o.
4040 (demangle.o): New target.
4041 (cplus-dem.o): Depend on it, to force compilation order when doing
4042 parallel compiles.
4043
4044 * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
4045 (struct output_fns print_symbol_info): Ditto.
4046 (long_options, usage, main): Add -C --demangle option.
4047 (print_symname): New function, demangling if requested.
4048 (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
4049
4050 Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4051
4052 * Makefile.in: Put CFLAGS last in compilation rules and omit from
4053 linking rules. Use ARCHDEFS to compile objdump.c.
4054 Update dependencies.
4055 * configure.in: Construct ARCHDEFS based on the BFD target makefile
4056 fragments.
4057 * objdump.c: Conditionalize calls to the print_insn_ARCH functions
4058 according to ARCHDEFS.
4059
4060 Thu Aug 12 08:06:15 1993 Ian Lance Taylor (ian@cygnus.com)
4061
4062 * ar.c: Removed obsolete and non-functional GNU960 code.
4063
4064 Wed Aug 11 13:08:26 1993 Ian Lance Taylor (ian@cygnus.com)
4065
4066 * size.c (berkeley_sum): New function.
4067 (bsssize, datasize, textsize): New global variables.
4068 (bss_section_name, data_section_name, text_section_name): Removed.
4069 (print_berkeley_format): Map berkeley_sum over all the sections,
4070 rather than only reporting sizes of specifically named sections.
4071 * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
4072
4073 Tue Aug 10 10:46:01 1993 Ian Lance Taylor (ian@cygnus.com)
4074
4075 * nlmconv.c, nlmconv.h, nlmheader.y: New files for program to
4076 convert object files into NetWare Loadable Modules.
4077 * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv.
4078 (PROGS): Add NLMCONV_PROG.
4079 (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New
4080 targets.
4081
4082 Thu Aug 5 15:48:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4083
4084 * Makefile.in: define MAKEOVERRIDES to an empty string
4085
4086 Wed Aug 4 17:08:08 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4087
4088 * objcopy.c (copy_file): Make failures to process a file nonfatal.
4089
4090 Mon Aug 2 11:28:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4091
4092 * nm.c: Add -B option, like --format=bsd.
4093
4094 Tue Jul 27 16:29:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4095
4096 * objcopy.c (copy_file): If the file is neither an object nor an
4097 archive, give an error rather than returning success.
4098
4099 Mon Jul 19 16:13:40 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4100
4101 * objdump.c (objdump_print_address): Prefer non-local symbols over
4102 local ones, and especially discriminate against debugging symbols.
4103 Also, for relocateable files, try to find a symbol in the current
4104 section, instead of picking one from some random section with a
4105 convenient value (read, section offset).
4106 (disassemble_data): Cast argument to malloc to size_t first.
4107 (dump_data): Likewise.
4108 (dump_relocs): If a single section name is specified, show relocs
4109 only for that section. Otherwise, silently omit sections without
4110 relocs. Format table nicely even if values are printed using 16
4111 digits instead of 8.
4112
4113 Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4114
4115 * nm.c: Changes for final version of POSIX.2.
4116 (print_symbol_filename_{bsd,sysv,posix}): New functions.
4117 (formats): Add an element for a pointer to them.
4118 (print_symbols): Call it.
4119 (print_object_filename_posix, print_archive_member_posix): Produce
4120 output according to new POSIX.2 spec.
4121
4122 * strings.c (print_strings): Handle STREAM being NULL.
4123 (strings_a_section): Pass a NULL.
4124 (main): Don't open /dev/null.
4125
4126 Thu Jul 15 12:44:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4127
4128 * objdump.c (disassemble_data): Handle the m88k.
4129 (display_bfd): Use bfd_errmsg, rather than just claiming that the
4130 bfd is not an object file.
4131
4132 Mon Jul 12 17:55:34 1993 K. Richard Pixley (rich@cygnus.com)
4133
4134 * Makefile.in (TAGS): make work again by naming directories
4135 explicitly rather than depending on undefined macros.
4136 (INSTALL_XFORM): correct bad install target.
4137
4138 Fri Jul 2 16:58:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4139
4140 * strings.c: Doc fixes.
4141
4142 Sun Jun 27 13:35:24 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4143
4144 * Makefile.in: Note dependencies on bucomm.h.
4145 (cplus-dem.o): Link c++filt with version.o.
4146
4147 * strings.c: Include bucomm.h and add prototypes to other decls.
4148 Remove -h option.
4149
4150 * bucomm.h: Declare xrealloc.
4151
4152 * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
4153 --help option. Put "GNU" in the version message.
4154 (usage): Take stream and exit status as args.
4155 (main): Pass new args to usage.
4156
4157 Fri Jun 25 23:12:12 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4158
4159 * strings.c, strings.1: New files.
4160 * binutils.texi: Document strings.
4161 * Makefile.in: Add rules for it.
4162
4163 Fri Jun 25 20:44:43 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
4164
4165 * objdump.c: Use size-independent bfd elf section names.
4166
4167 Sun Jun 20 23:09:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
4168
4169 * objdump.c (objdump_print_address): Handle wide offsets by
4170 calling sprintf_vma.
4171
4172 Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
4173
4174 * objdump.c (syms2): Removed unused variable.
4175 * objdump.c (remove_useless_symbols): New function.
4176 * objdump.c (comp): Simplify.
4177 * objdump.c (dis-assemble_data): Make simpler and more
4178 efficient how we filter out useless symbols: Just filter
4179 BEFORE the sort (using remove_useless_symbols).
4180 * objdump.c (objdump_print_address): Simplify.
4181 Change output syntax to match gdb.
4182
4183 Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
4184
4185 * Makefile.in: canonicalize install.sh; for use within
4186 this directory (and subdirs)
4187
4188 Mon Jun 14 12:13:22 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
4189
4190 * Makefile.in (install, install-info): remove parentdir support,
4191 use INSTALL_XFORM; define INSTALL_XFORM
4192
4193 Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
4194
4195 * objcopy.c (copy_object): Fix bad size passed to xmalloc().
4196
4197 Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
4198
4199 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
4200 * configure.in: No longer need to configure to get sysdep.h.
4201 * objcopy.c (copy_object): Fix symbol table handling.
4202
4203 Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
4204
4205 * objcopy.c (filter_symbols): Cannot filter the symbols
4206 in place, because that confuses the relocs, so take separate
4207 parameter for output array.
4208 * objcopy.c (sympp): Make two variables: isympp and osympp.
4209 * objcopy.c (copy_object): Allocate separate array (osympp)
4210 for filtered symbols.
4211
4212 Fri Jun 4 10:51:44 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4213
4214 * Makefile.in: change recursion test to presence of a configured
4215 testsuite directory
4216
4217 Thu Jun 3 14:05:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4218
4219 * Makefile.in (underscore.c): Hack the backquoted command so it
4220 doesn't cause Solaris make to bomb.
4221
4222 Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com)
4223
4224 * Makefile.in: added c++filt and objcopy to MANPAGES variable
4225
4226 Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4227
4228 * Makefile.in: rename LOADLIBES to EXTRALIBS
4229
4230 Wed Jun 2 18:30:24 1993 Jeffrey Osier (jeffrey@cygnus.com)
4231
4232 * c++filt.1, objcopy.1: new man pages
4233
4234 Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
4235
4236 * Makefile.in (install): Also install ar and ranlib in
4237 $(tooldir)/bin; needed for building libgcc.a.
4238 * objdump.c (objdump_print_address): Fix the check
4239 "coincidental" label matches by dis-allowing undefined
4240 or com symbols.
4241
4242 Thu May 27 16:58:31 1993 Jeffrey Osier (jeffrey@cygnus.com)
4243
4244 * biutils.texi: revised c++filt chapter
4245
4246 Wed May 26 17:24:17 1993 Ian Lance Taylor (ian@cygnus.com)
4247
4248 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
4249
4250 Tue May 25 00:26:47 1993 Ken Raeburn (raeburn@cygnus.com)
4251
4252 * objdump.c (slurp_symtab): Print warning for bad symbol table.
4253 (bfd_elf32_find_section, Elf32_Internal_Shdr): Updated
4254 declarations and uses.
4255
4256 * Makefile.in (DISTSTUFF): Don't build binutils.mm.
4257
4258 Fri May 21 10:51:19 1993 David J. Mackenzie (djm@rtl.cygnus.com)
4259
4260 * nm.c: Add -f/--format, -P/--portability, -t/--radix options.
4261 Make global variables static.
4262 (main): Make -v like -n, not -V, and make -A like -o, for POSIX.2.
4263 (set_print_radix, set_output_format,
4264 print_{object_filename,archive_filename,archive_member,symbol_info}
4265 {bsd,sysv,posix}): New functions.
4266 (display_file, print_symbols): Call them.
4267
4268 * ar.c: Improve error messages.
4269
4270 * nm.c (main): Handle long options that just set a flag.
4271
4272 * nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c
4273 (main): Exit after printing the version number, per the GNU coding
4274 standards.
4275
4276 Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
4277
4278 * README, Makefile.in: Minor updates for 2.2.
4279
4280 Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
4281
4282 * Makefile.in (underscore.c): Automatically generate
4283 (using nm) a file with the variable prepends_underscore.
4284 * Makefile.in (c++filt): Link underscore.o with cplus-dem.o
4285 so that initial underscores get removed iff appropriate.
4286 * binutils.texi: Preliminary documentation for c++filt.
4287 * Makefile.in, binutils.texi: Set to version 2.2.
4288
4289 * NEWS: Mention copy->objcopy renaming and new c++filt program.
4290
4291 Wed May 12 12:05:36 1993 Ian Lance Taylor (ian@cygnus.com)
4292
4293 * Makefile.in (cplus-dem.o, $(DEMANGLER_PROG)): Build the
4294 demangler via cplus-dem.o, rather than directly from the .c file.
4295
4296 * objcopy.c: Renamed from copy.c, updated comments accordingly.
4297 * Makefile.in, binutils.texi: Renamed copy to objcopy.
4298 * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
4299 rename of copy to objcopy.
4300
4301 Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
4302
4303 * binutils.texi (strip, -v option): Fix typo.
4304
4305 Fri May 7 13:57:50 1993 Ian Lance Taylor (ian@cygnus.com)
4306
4307 * Makefile.in (RUNTEST): Define.
4308 (FLAGS_TO_PASS): Pass down RUNTEST.
4309
4310 Tue May 4 10:06:50 1993 Ian Lance Taylor (ian@cygnus.com)
4311
4312 * Makefile.in (DEMANGLER_PROG): Name it c++filt.
4313 (PROG): Also build and install COPY_PROG.
4314
4315 Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
4316
4317 * Makefile.in: Change definition of $(tooldir) to match FSF.
4318
4319 Wed Apr 28 23:41:32 1993 David J. Mackenzie (djm@rtl.cygnus.com)
4320
4321 * size.c (usage): Add missing options.
4322 (main): Clean up option parser.
4323
4324 * objdump.c (usage): Add missing options.
4325 (display_file): Print program name before calling
4326 bdf_perror.
4327
4328 * nm.c (usage): Add missing options.
4329 (main): Clean up option parser.
4330 (display_file): Print program name before calling
4331 bdf_perror.
4332
4333 * copy.c (copy_usage, strip_usage): Add missing options.
4334
4335 * ar.c (usage): New function.
4336 (main): Call it.
4337 (open_inarch, do_quick_append): Print program name before calling
4338 bdf_perror.
4339
4340 Thu Apr 22 15:01:35 1993 Ian Lance Taylor (ian@cygnus.com)
4341
4342 * nm.c (main): Accept and ignore -A and -B for MIPS compatibility.
4343
4344 Mon Apr 19 14:06:59 1993 Rob Savoye (rob@cygnus.com)
4345
4346 * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
4347 built binaries if they exist. (otherwise the path)
4348
4349 Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com)
4350
4351 * Makefile.in: Changed check target to use DejaGnu.
4352
4353 Thu Apr 1 12:37:13 1993 Jim Kingdon (kingdon@cygnus.com)
4354
4355 * Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
4356 objdump.c: a29k and i960 are `disassemble' not `print'.
4357
4358 * objdump.c: Rename print_address to objdump_print_address
4359 and change parameters.
4360 (disassemble_data): Use objdump_print_address.
4361
4362 Wed Mar 31 10:25:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4363
4364 * objdump.c (disassemble_data): print_insn_sparc is now a
4365 `disassemble' not a `print'.
4366 Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
4367
4368 * objdump.c (disassemble_data): Use new read_memory_func stuff.
4369
4370 Thu Mar 25 10:38:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4371
4372 * objdump.c (fprintf): Declaration of variadic function had better
4373 be a prototype for ANSI C systems.
4374
4375 Mon Mar 22 23:19:46 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4376
4377 * Makefile.in: rename test-install to install-check
4378
4379 Fri Mar 19 14:40:08 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4380
4381 * objdump.c (disassemble_data): Add H8500.
4382
4383 Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com)
4384
4385 * objdump.c (usage): Mention long options.
4386
4387 Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com)
4388
4389 * nm.c: Modify behavior of -o flag for archives to match
4390 BSD4.4 and Sunos 4: Prefix archive name before each line.
4391
4392 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
4393 * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
4394 * Makefile.in: Adjust accordingly.
4395 * objdump.c: Support new-style disassemblers (ones that use
4396 the interface of ../include/dis-asm.h).
4397
4398 Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com)
4399
4400 * Makefile.in: When making tar file, remove texinfo/*,
4401 except for texinfo/texinfo.tex.
4402 * ardup.c: Add extern declaration of strdup.
4403 * Makefile.in (testsuite): Add 'else true' since otherwise
4404 Ultrix /bin/sh complains.
4405
4406 Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
4407
4408 * Makefile.in: Set VERSION to 2.1.
4409 * README, NEWS: Updates.
4410 * nm.c: Add -v as a synonym for -V.
4411
4412 Tue Feb 23 19:00:50 1993 Mike Werner (mtw@poseidon.cygnus.com)
4413
4414 * configure.in: added testsuite to configdirs.
4415 * Makefile.in: added support for building testsuite.
4416
4417 Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com)
4418
4419 * objdump.c (disassemble_data): Print function names when
4420 given by bfd_find_nearest_line. If not - still print
4421 line numbers.
4422
4423 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
4424
4425 * binutils/testsuite: made modifications to testcases, etc., to allow
4426 them to work properly given the reorganization of deja-gnu and the
4427 relocation of the testcases from deja-gnu to a "tool" subdirectory.
4428
4429 Mon Feb 22 10:27:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4430
4431 * objdump.c (dump_data): Free up section contents each time
4432 through the loop. Reported by minyard@bnr.ca.
4433
4434 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
4435
4436 * binutils/testsuite: Initial creation of binutils/testsuite.
4437 Migrated dejagnu testcases and support files for testing nm to
4438 binutils/testsuite from deja-gnu. These files were moved "as is"
4439 with no modifications. This migration is part of a major overhaul
4440 of dejagnu. The modifications to these testcases, etc., which
4441 will allow them to work with the new version of dejagnu will be
4442 made in a future update.
4443
4444 Fri Feb 12 10:05:20 1993 Fred Fish (fnf@cygnus.com)
4445
4446 * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
4447 * Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR.
4448 * Makefile.in (DEMANGLER_PROG): New program to build. Add macro
4449 and rule.
4450 * Makefile.in (PROGS): Add DEMANGLER_PROG.
4451
4452 Tue Jan 26 11:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
4453
4454 * copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
4455 macro rather than checking for equality to bfd_com_section.
4456
4457 Fri Jan 8 15:50:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4458
4459 * objdump.c (disassemble_data): Fix code to find first useless
4460 symbol.
4461
4462 Thu Jan 7 13:13:31 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4463
4464 * objdump.c (disassemble_data): Use mips_print_insn for MIPS.
4465 Don't core dump if bfd_find_nearest_line returns false.
4466
4467 Wed Jan 6 17:14:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4468
4469 * objdump.c (disassemble_data): know how to disassemble z8000s
4470 too.
4471
4472 Wed Jan 6 15:16:27 1993 Per Bothner (bothner@cygnus.com)
4473
4474 * arsup.h (interactive), bucomm.h (program_name): Prefix
4475 with 'extern', to avoid warnings from some compilers.
4476
4477 Wed Jan 6 15:14:11 1993 Per Bothner (bothner@rtl.cygnus.com)
4478
4479 * arparse.y: fix unnecessary shift/reduce
4480
4481 Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com)
4482
4483 * Makefile.in: Make check depend on all.
4484 * Makefile.in (distclean): Remove sysdep.h.
4485 * size.c: Use %u format where appropriate.
4486 * objdump.c: Standardize: L_SET -> SEEK_SET.
4487 * objdump.c: Use new macro bfd_asymbol_bfd.
4488 * configure.in: Allow std-host as the default ${mys_host}.
4489
4490 Thu Dec 17 19:38:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4491
4492 * Makefile.in: added dvi target, define and use TEXI2DVI
4493
4494 Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com)
4495
4496 * Makefile.in (dist): Fix permissions before release.
4497 * size.c: Use bfd_size_type (and long) where appropriate.
4498 * ar.c: Make writing a map the default, to be compatible
4499 with SYSV and Posix.2. Remove some bogus kludges that
4500 handled __.SYMDEF directly.
4501 * NEWS: New file.
4502
4503 Mon Nov 9 13:36:53 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4504
4505 * Makefile.in: flex no longer needs the -S flag
4506
4507 Sat Nov 7 15:06:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4508
4509 * ar.c (extract_file): utime needs a pointer to a utimbuf
4510
4511 * Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to
4512 the list (since some of the bfd/hosts/*.h files include other
4513 files from that directory)
4514
4515 Fri Nov 6 00:12:51 1992 John Gilmore (gnu@cygnus.com)
4516
4517 * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
4518
4519 Thu Nov 5 03:37:15 1992 John Gilmore (gnu@cygnus.com)
4520
4521 Clean up some old BFD ansification macros.
4522
4523 * arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
4524 It still remains as a local macro in gmalloc.c, which is derived
4525 from some other copy of GNU Malloc somewhere (FIXME).
4526
4527 * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
4528 fns really static.
4529 * arsup.h: Declare extract_files.
4530
4531 Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com)
4532
4533 * ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
4534 use utime and utimbuf structure, otherwise if USE_UTIME use utime
4535 and array of two longs, otherwise use utimes.
4536
4537 Thu Oct 15 13:57:35 1992 Per Bothner (bothner@cygnus.com)
4538
4539 * binutils.tex: Document yesterday's changes to strip and copy.
4540
4541 Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com)
4542
4543 * copy.c: Re-do command-line parsing to use getopt_long().
4544 Add long option names. Re-think option letters to be more
4545 consistent.
4546 * copy.c: New function filter_symbols() for stripping only
4547 debug-symbols and/or local symbols. Use these to support
4548 the previously-missing options of the old FSF strip.
4549
4550 Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com)
4551
4552 * configure.in (host): Use ${srcdir}/../bfd/configure.host rather
4553 than repeating a copy of it here.
4554
4555 Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
4556
4557 * copy.c (main): Even if is_strip, accept -d argument indicating
4558 alternate output format. Needed by gdb for Nindy.
4559
4560 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
4561
4562 Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
4563
4564 * binutils.texi: added documentation for "copy"
4565
4566 Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony)
4567
4568 * Makefile.in (*clean rules): Some cleaning up.
4569 * Makefile.in (dist): Make diststuff in gprof for a dist.
4570
4571 * ar.c (do_show_version): New function.
4572 * ar.c (main): Fix so "ar -V" works.
4573
4574 Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4575
4576 * configure.in: now uses the cpu-vendor-os triple instead of
4577 nested cases.
4578
4579 Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com)
4580
4581 * i960-pinsn.c: Change bzero to memset.
4582 * sparc-pinsn.c: Change index to strchr.
4583
4584 Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com)
4585
4586 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
4587 operands to memory management instructions, from WRS.
4588
4589 Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com)
4590
4591 * Makefile.in (install): if $(tooldir) exists, install nm and
4592 strip in $(tooldir)/bin.
4593
4594 Thu Sep 3 11:57:40 1992 Per Bothner (bothner@rtl.cygnus.com)
4595
4596 * Makefile.in: Let's call it version 2.0.
4597
4598 Wed Sep 2 00:25:13 1992 Per Bothner (bothner@rtl.cygnus.com)
4599
4600 * Makefile.in: Bump to version 0.98.
4601 * TODO, README: Minor updates.
4602
4603 * Makefile.in: Added mostlyclean, distclean rules,
4604 and cleaned up clean, realclean.
4605
4606 Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com)
4607
4608 * Makefile.in: map program names through program_transform_name
4609 when installing.
4610
4611 Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com)
4612
4613 * Makefile.in: Bump to versions 1.97.90.
4614 * cplus-dem.c: Removed. Was nowhere used - and if some
4615 programs are changed to to demangling should now use the
4616 versions in libiberty.
4617
4618 Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
4619
4620 * configure.in: add we32k
4621
4622 Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4623
4624 * ar.c (map_over_members): if the element of the archive has a
4625 null name, fill it in.
4626
4627 * nm.c (do_one_rel_file): only warn if a bfd's flags say there
4628 will be symbols and there aren't any.
4629
4630 Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
4631
4632 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
4633
4634 Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
4635
4636 * nm.c objdump.c: Added support for a +version (-V)
4637 to print the version number.
4638
4639 * ar.c, copy.c: Added support for a -V option to print
4640 the version number.
4641
4642 Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
4643
4644 * config/mh-apollo68v: removed -g from CC definition.
4645
4646 * Makefile.in: always create installation directories.
4647
4648 Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
4649
4650 * m68k-pinsn.c: Minor fix in style of output (don't use
4651 range to indicate floating point control registers).
4652
4653 Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
4654
4655 * ar.c (main): Don't *always* set the verbose flag!
4656
4657 Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
4658
4659 * copy.c: When is_strip (because it is invoked as the strip
4660 program), follow traditional argv processing:
4661 'strip file1 file2' now strips file1 and file2, rather
4662 than stripping file1 (as input), leaving output in file2.
4663
4664 Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
4665
4666 * objdump.c (display_info, display_info_table): Call
4667 bfd_set_format() on dummy bfd before using it (twice).
4668 * ar.c: Make sure archive is created on command 'r'
4669 even when no elements are inserted. (Clean up and
4670 simplify some non-working related code.)
4671
4672 Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
4673
4674 * configure.in: hppa support doesn't assume hp OS (from sef).
4675
4676 Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4677
4678 * configure.in: recognize hppa hosts (bsd & hpux), error messages
4679 to stderr, not stdout
4680
4681 Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4682
4683 * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
4684 size.1, sparc-pinsn.c, strip.1: removed rcsid's.
4685
4686 Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4687
4688 * Makefile.dos: removed rcsid.
4689
4690 Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4691
4692 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
4693
4694 Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
4695
4696 * Makefile.in: Add program_suffix (parallel to program_prefix)
4697
4698 Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
4699
4700 * nm.c (sorters): Lint. Remove excess whitespace.
4701
4702 Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
4703
4704 * nm.c (valueof macro): Add missing parentheses.
4705 (Their lack screwed up numeric_forward().)
4706
4707 Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
4708
4709 * objdump.c (dump_elf_stabs): Also dump .stab.index and
4710 .stab.excl sections.
4711 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
4712 * objdump.1, binutils.texi: Document new sections dumped.
4713
4714 Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
4715
4716 * size.c, objdump.c, bucomm.c: Lint.
4717
4718 Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
4719
4720 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
4721 .stab section from an ELF file. Installed under #ifdef
4722 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
4723 bfd-internals header files and such.
4724 * objdump.1, binutils.texi: Update for --stabs. Also fix
4725 objdump's doc to use -- rather than + for long options.
4726 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
4727
4728 Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4729
4730 * objdump.c(display_info), patches from
4731 mohring@informatik.tu-muenchen.de to print the table much more
4732 nicely.
4733
4734 Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
4735
4736 * objdump.c: Add another enum->int cast, for the sake of
4737 old compilers (such as PCC).
4738
4739 Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
4740
4741 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
4742 Add declaration of strdup().
4743
4744 Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
4745
4746 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
4747 rules, since these are used when building a distribution.
4748 * Makefile.in (arlex.c): Don't re-direct output, since that
4749 leaves a bogus output files if it fails.
4750
4751 * arlex.l: Make work with lex, for what it's worth.
4752 * Makefile.in: Better lex support.
4753 * Makefile.in (dist): Generate flex and bison outputs
4754 for distribution.
4755
4756 Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4757
4758 * Makefile.in: get BISON definition right.
4759
4760 Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
4761
4762 * sanity.sh: default TMPDIR to ".".
4763
4764 Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4765
4766 * binutils.texi: add doc for ar command language.
4767
4768 Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4769
4770 * arparse.y: make END call ar_end
4771 * arsup.c (ar_end): added, deletes temp file if archive session
4772 aborted.
4773
4774
4775 Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4776
4777 * Makefile.in: use bison & flex from ../ if they exist. Also,
4778 FLEX->LEX.
4779
4780 * sanity.sh: remove temporary directory when finished.
4781
4782 Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
4783
4784 * Makefile.in: Bump to version 1.97.
4785 * ar.c: Declare errno for machines that need it.
4786
4787 Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
4788
4789 * objdump.c (display_info): Handle error cases without coredump.
4790 Close the dummy temporary file we open in the loop.
4791 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
4792
4793 Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
4794
4795 * Makefile.in: added test-install target.
4796
4797 * sanity.sh: new file.
4798
4799 * Makefile.in: use sanity test on make check.
4800
4801 Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
4802
4803 * Makefile.in: rework CFLAGS so that they can be passed on the
4804 command line to make. Remove MINUS_G. Default CFLAGS to -g.
4805
4806 Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4807
4808 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
4809 scripting language.
4810
4811 Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
4812
4813 * Makefile.in: added check target.
4814
4815 Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
4816
4817 * Makefile.in: added clean-info target.
4818
4819 Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4820
4821 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
4822 installed. added tooldir and program_prefix.
4823
4824 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
4825
4826 * Makefile.in, configure.in: removed traces of namesubdir,
4827 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
4828 copyrights to '92, changed some from Cygnus to FSF.
4829
4830 Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
4831
4832 * Makefile.in: Bump version to 1.96, and remove -beta
4833 suffix from distribution name.
4834 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
4835 the signed value of a character (even if chars are unsigned).
4836 * sparc-pinsn.c: Add new operand types.
4837
4838 Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
4839
4840 * objdump.c (disassemble_data): don't print a section's contents
4841 if it's not loadable (eg bss)
4842
4843 Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
4844
4845 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
4846 displacements don't get printed as large +ve ones.
4847
4848 Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
4849
4850 * copy.c, nm.c, objdump.c, size.c : changed to use the
4851 new reloc scheme.
4852
4853
4854 Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
4855
4856 * bucomm.c (print_arelt_descr): Tweek the output format
4857 so that 'ar tv' output follows Posix 1003.2/D11.
4858 Output is now also identical to Sun's (except __.SYMDEF).
4859
4860 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
4861
4862 * Makefile.in: Make `make' output more readable.
4863
4864 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
4865
4866 * Makefile.in: Bump to version 1.94.
4867
4868 Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
4869
4870 * ar.c: added "b" to fopens for dos
4871 * configdj.bat, makefile.dos new files from DJ
4872
4873 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4874
4875 * Makefile.in: infodir belongs in datadir.
4876
4877 Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
4878
4879 * bucomm.h: created to hold prototypes of bucomm.c
4880 * objdump.h: created to hold prototyes of objdump.c
4881 * am29k-pinsn.c: include objdump.h
4882 * ar.c: include bucomm.h, get ar.h from the right place and
4883 include libbfd.h
4884 * bucomm.c: defunize bfd_fatal
4885 * copy.c: include bucomm.h, lint.
4886 * i960-pinsn.h: include bucomm.h
4887 * m68k-pinsn.h: lint
4888 * nm.c: include bucomm.h, lint
4889 * objdump.c: lint
4890 * sparc-pinsn.c: include objdump.h
4891
4892
4893
4894 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4895
4896 * Makefile.in: added standards.text support. install using
4897 INSTALL_PROGRAM and INSTALL_DATA.
4898
4899 * configure.in: configure now does all of it's work from objdir so
4900 make file existence tests against ${srcdir}.
4901
4902 Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4903
4904 * Makefile.in: idestdir and ddestdir go away. Added copyrights
4905 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
4906 and mandir now keyed off datadir by default.
4907
4908 Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
4909
4910 * Makefile.in: Bump to version 1.93.
4911 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
4912 for make versions that provide half-baked VPATH-support (e.g. Sun's).
4913 * size.c: Improvements suggested by
4914 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
4915 - Don't emit (Berkeley) headers if no files were found.
4916 - Return a non-zero return code on failure.
4917
4918 Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
4919
4920 Changes due to include file renaming:
4921 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
4922 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
4923 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
4924 * nm.c: stab.gnu.h -> aout/stab_gnu.h
4925
4926 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
4927
4928 * README: Mention MINIMIZE flag for bfd's make.
4929
4930 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
4931
4932 * README: Various improvements.
4933
4934 Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
4935
4936 * Makefile.in: Bump to version 1.92.
4937 * version.c, Makefile.in: Get version string from Makefile.
4938 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
4939 Make the same change that we earlier did for ar/ranlib:
4940 Generate two different binaries for strip and copy and use
4941 a global variable with different values to distinguish
4942 ostrip from copy. (-1 means to use argv[0] to decide,
4943 so you can get the old behavior, but it is no longer the default).
4944 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
4945 * copy.c (main): If is_strip==-1, compare last 5 chars
4946 of argv[0], not the whole path.
4947 * copy.c (main): Return 0, not 1.
4948 * copy.c (setup_sections): Fix due to change in bfd_make_section
4949 now failing if asked for a duplicate section.
4950 * strip.c, ostrip.c: Removed obsolete files.
4951 * ar.c, not-ranlib.c, maybe-ranlib.c:
4952 Change encoding of is_ranlib variable to be consistent
4953 with is_strip for strip.copy (i.e -1 to means use argv[0]).
4954
4955 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
4956
4957 * version.c (program_version): Update to version 1.92.
4958
4959 Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
4960
4961 * ar.c (get_pos_bfd): Previous fix was missing a "break".
4962
4963 Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
4964
4965 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
4966 encodings. (Thaks to David Wood)
4967
4968 Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
4969
4970 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
4971 * ar.c (get_pos_bfd): Fix to handling of before/after
4972 positioning options.
4973 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
4974 since libiberty contains vfprintf etc if otherwise missing.
4975 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
4976 type operands, as used by branch instructions.
4977 * nm.c: Delegate printing of symbols to BFD,
4978 by using bfd_print_symbol to do the formatting.
4979
4980 Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
4981
4982 * ar.c (write_archive.c): added unlink before rename since some
4983 systems can't rename onto an existant file.
4984
4985 Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
4986
4987 * nm.c: now doesn't crash if a symbol with no section and no
4988 SEC_ABS appears.
4989
4990 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
4991
4992 * Makefile.in, version.c: Bump to version 1.91.
4993
4994 Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
4995
4996 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
4997 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
4998 * strip.c: Add or update Copyright notice.
4999 * TODO: Add note on 'nm -a'.
5000 * version.c: Update version number to 1.90.
5001 * Makefile.in: Fix making of documentation for dist.
5002
5003 Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
5004
5005 * README: New file.
5006 * Makefile.in: New kludgy rules for making a tarfile.
5007 * Makefile.in: Fix bindir path.
5008
5009 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
5010
5011 * Makefile.in: add targets binutils.mm, binutils.me
5012
5013 Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
5014
5015 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
5016
5017 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
5018
5019 * Makefile.in: add target "binutils.ms"
5020
5021 * binutils.texinfo: minor restructuring for texi2roff comfort.
5022
5023 Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
5024
5025 Restructure configuration scheme for bfd, binutils, ld.
5026
5027 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
5028 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
5029 Change some config names to match other dirs.
5030 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
5031 get defined first.
5032 * Makefile.in: Use -I. to get sysdep.h.
5033
5034 Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
5035
5036 * nm.c (print_symbols): Handle NULL name field of symbol.
5037 * Makefile.in: Removed spurious comment.
5038
5039 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
5040
5041 * binutils.texinfo: minor typos, phrasing, formatting fixes.
5042
5043 Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
5044
5045 * configure.in: Get host file from ../bfd/config, not config.
5046 * config/*: Remove config directory and its files.
5047
5048 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
5049
5050 * Makefile.in: new targets binutils.dvi, binutils.info
5051
5052 * binutils.texinfo: remove most remaining FIXME's, delete
5053 references to __.SYMDEF by name
5054
5055
5056 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
5057
5058 * objdump.c (print_address) Print addresses nicely.
5059
5060 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
5061
5062 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
5063 Make two different binaries for ar and ranlib, instead of
5064 distinguishing them at run time using argv[0].
5065 (Old behavior is still available if you "make ar_with_ranlib",
5066 but it is not the default.)
5067 * ranlib.sh (new): An alternative one-line
5068 shell implementation of ranlib.
5069
5070 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
5071
5072 * objdump.c: Cope with renames of a few BFD types & enums.
5073
5074 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
5075
5076 * binutils.texinfo: add new file (rudimentary docn)
5077
5078 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
5079
5080 * config/hmake-news: Add new file (for Sony NEWSOS3).
5081 * bucomm.c (fatal): Conditionally compile fatal() depending on
5082 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
5083 * objdump.c (dump_headers): Trivial output format change.
5084 * objdump.c (display_info): Loop over integers, not enums,
5085 to appease old compilers.
5086
5087 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
5088
5089 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
5090
5091 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
5092 from bother
5093 * objdump.c (print_address): Make disasembled output more
5094 consistent with gdb and as: Add 0x when printing hex.
5095 Don't print extra leading zeros.
5096 Attempt to not print "filename.o".
5097 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
5098
5099
5100 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
5101
5102 * copy.c: Change =& constructs to = &, since they confuse older
5103 C compilers.
5104
5105 \f
5106 Local Variables:
5107 mode: change-log
5108 left-margin: 8
5109 fill-column: 74
5110 version-control: never
5111 End: