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