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