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