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