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