* dlltool.c (dump_iat): Remove unused function.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2005-01-21 Ben Elliston <bje@au.ibm.com>
2
3 * dlltool.c (dump_iat): Remove unused function.
4 (gen_exp_file): Remove #if 0'd code.
5 (make_one_lib_file): Likewise.
6 * srconv.c: Remove #if 0'd code throughout.
7 * size.c (lprint_number): Remove.
8 (print_berkeley_format): Remove #if 0'd code.
9 * ar.c (do_quick_append): Remove declaration and definiton.
10 (main): Remove #if 0'd code.
11 * filemode.c (filemodestring): Remove #if 0'd function.
12 * sysdump.c (unit_info_list): Remove function.
13 (object_body_list): Likewise.
14 (program_structure): Likewise.
15 (debug_list): Likewise.
16 (module): Remove #if 0'd code.
17
18 2005-01-20 Mark Mitchell <mark@codesourcery.com>
19
20 * BRANCHES: Add binutils-2_15-branch.
21
22 * MAINTAINERS: Document branch policy.
23 * BRANCHES: New file.
24
25 2005-01-19 Fred Fish <fnf@specifixinc.com>
26
27 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
28 * doc/binutils.texi (objdump): Document the "no-aliases"
29 disassembly option.
30
31 2005-01-17 Eugene Kotlyarov <ekot@narod.ru>
32
33 PR binutils/647
34 * rcparse.y (RCDATA): Allow a filename to be supplied as the
35 parameter. Parse it with define_rcdata_file().
36 * resrc.c (define_rcdata_file): New function.
37 * windres.h: Provide a prototype for the new function.
38
39 * resrc.c (define_user_file): Fix typo by replacing "font file"
40 with "file".
41
42 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
43
44 * MAINTAINERS: Update my email address.
45
46 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
47
48 * dlltool.c (set_dll_name_from_def): New function. Strip name
49 to basename, with warning.
50 (def_name): Use it.
51 (def_library): Likwise.
52 (main): Strip arg of --dllname to basename, with warning.
53 Only use basename of exp_name when inferring dll_name.
54
55 2005-01-11 Nick Clifton <nickc@redhat.com>
56
57 PR binutils/637
58 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
59 footnote in order to prevent the sed script in the Makefile from
60 converting it into c++filt.
61
62 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
63
64 BZ 635
65 readelf.c (saved_base_address): Removed.
66 (decode_64bit_range): Likewise.
67 (decode_range): Likewise.
68 (display_64bit_debug_ranges): Likewise.
69 (debug_info): Add range_lists, num_range_lists and
70 max_range_lists.
71 (read_and_display_attr_value): Handle do_debug_ranges.
72 (process_debug_info): Likewise.
73 (display_debug_ranges): Rewrite.
74 (process_object): Free range_lists.
75
76 2005-01-10 Andreas Schwab <schwab@suse.de>
77
78 * configure.in: Don't define SKIP_ZEROES.
79 * configure: Regenerate.
80 * objdump.c (disassemble_data): Set skip_zeroes and
81 skip_zeroes_at_end in disasm_info to defaults.
82 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
83 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
84 always define.
85 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
86 objdump_disasm_info.
87
88 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
89
90 * readelf.c (display_debug_loc): Display base address
91 specifiers. Always output <End of list>.
92
93 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
94
95 * readelf.c (have_frame_base): New.
96 (need_base_address): Likewise.
97 (saved_base_address): Likewise.
98 (decode_location_expression): Return 1 if DW_AT_frame_base is
99 needed.
100 (debug_info): Add base_address and a have_frame_base pointer.
101 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
102 saved_base_address. Record base address. Set have_frame_base.
103 Record if a location list has DW_AT_frame_base. Display if a
104 location expression has no DW_AT_frame_base but needs one. Set
105 saved_base_address only if needed.
106 (process_debug_info): Clear have_frame_base, saved_base_address
107 and set need_base_address.
108 (display_debug_loc): Display if a location expression has no
109 DW_AT_frame_base but needs one. Display if start >= end. Don't
110 adjust for section address. Properly handle base address.
111 (process_object): Free the have_frame_base pointer in
112 debug_info.
113
114 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
115
116 * readelf.c (display_debug_loc): Display offsets for hole and
117 overlap.
118 (display_debug_str): Add a newline at the end.
119
120 2005-01-04 Armin Diehl <diehl@nordrhein.de>
121
122 PR binutils/630
123 * nlmconv.c (main): Only store the basename of the output filename
124 in the module table.
125
126 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
127
128 BZ 615
129 * readelf.c (process_debug_info): New.
130 (debug_info): Add num_loc_offsets, loc_offsets and
131 last_loc_offset_p.
132 (get_debug_info): Use process_debug_info.
133 (display_debug_loc): Properly handle location list. Warn if bad
134 location lists are encoutnered.
135 (read_and_process_attr_value): New.
136 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
137 (display_debug_info): Use process_debug_info.
138 (process_object): Also free loc_offsets in debug_information.
139
140 2004-12-31 Alan Modra <amodra@bigpond.net.au>
141
142 * objdump.c (remove_useless_symbols): Discard section symbols.
143
144 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
145
146 * readelf.c (read_leb128): Support 64bit host.
147
148 2004-12-23 Nick Clifton <nickc@redhat.com>
149
150 PR binutils/616
151 * readelf.c (debug_info): Add 'cu_offset' field.
152 (get+pointer_size_of_comp_unit): Rename to
153 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
154 the offset of the comp_unit if requested.
155 (get_debug_info): Record comp_unit offsets as well.
156 (display_debug_lines): Call get_pointer_size_of_comp_unit.
157 (decode_location_expression): Add an extra parameter - the offset
158 of the current comp-unit. Use this when decoding the DW_OP_call2
159 and DW_OP_call4 operators.
160 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
161 comp_unit offset on the decode_location_expression.
162 (read_and_display_attr_value): Pass the comp_unit offset on the
163 decode_location_expression.
164 (display_debug_frames): Pass 0 as the comp_unit offset to
165 decode_location_expression.
166
167 2004-12-22 Nick Clifton <nickc@redhat.com>
168
169 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
170 New variables associated with obtaining the pointer size for a
171 comp_unit.
172 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
173 of the section requesting the pointer size. Use this name in
174 error messages. If there are not enough comp_units available
175 produce a warning message, but return the last known pointer size
176 so that section dumping can continue.
177 (get_debug_info): Reset the new variables.
178 (display_debug_lines): Add extra parameter to invocation of
179 get_pointer_size_of_comp_unit and remove error message when it
180 returns 0.
181 (display_debug_loc): Likewise.
182
183 2004-12-15 Jan Beulich <jbeulich@novell.com>
184
185 * doc/binutils.texi: Document --strip-unneeded-symbol and
186 --strip-unneeded-symbols.
187 * objcopy.c (strip_unneeded_list): New.
188 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
189 and OPTION_STRIP_UNNEEDED_SYMBOLS.
190 (copy_options): Add --strip-unneeded-symbol and
191 --strip-unneeded-symbols.
192 (copy_usage): Likewise.
193 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
194 and the symbol is not needed.
195 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
196 OPTION_STRIP_UNNEEDED_SYMBOLS.
197
198 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
199
200 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
201
202 2004-12-08 Ben Elliston <bje@au.ibm.com>
203
204 * arlex.l: Fix formatting.
205
206 2004-12-08 Ben Elliston <bje@au.ibm.com>
207
208 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
209 config.texi whose value is the current month and year.
210 * doc/Makefile.in: Rebuild.
211 * doc/binutils.texi: Set the document subtitle to be the value of
212 the Texinfo UPDATED variable (obtained from config.texi).
213
214 2004-12-07 Ben Elliston <bje@au.ibm.com>
215
216 PR binutils/249
217 * doc/binutils.texi (def file format): New node.
218 (dlltool): Use the tool name as the @chapter name, like all the
219 other binutils. Use @file{.def} throughout for consistency.
220
221 2004-12-06 Ben Elliston <bje@au.ibm.com>
222
223 * dlltool.c: Comment fix.
224
225 2004-12-06 Ben Elliston <bje@au.ibm.com>
226
227 * doc/binutils.texi: Update copyright years.
228
229 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
230
231 * MAINTAINERS: Remove mention of config.if.
232
233 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
234
235 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
236 * Makefile.in: Regenerate.
237
238 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
239
240 PR binutils/536
241 * stabs.c (stab_demangle_template): Call stab_demangle_count
242 rather than stab_demangle_get_count to get the length of a pointer
243 target.
244
245 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
246
247 * defparse.y: Remove unnecessary commas from token list.
248
249 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
250
251 * doc/binutils.texi (nm): Update description of weak symbols.
252
253 2004-11-03 Nick Clifton <nickc@redhat.com>
254
255 * readelf.c (do_debug_ranges): New variable.
256 (usage): Document new switch: -wR or --debug-dump=Ranges.
257 (parse_args): Handle new switch. Replace switch statement for the
258 long options with a more compact table structure.
259 (process_section_headers): Allow the dumping of .debug_ranges
260 sections if so requested.
261 (debug_displays): Likewise.
262 (load_debug_range): New function: Grabs the contents of a
263 .debug_ranges section.
264 (free_debug_range): New function: Releases the grabbed
265 .debug_ranges section.
266 (decode_64bit_range): New function: Displays a 64-bit range in a
267 .debug_ranges section.
268 (decode_range): New function: Displays a 32-bit range in a
269 .debug_ranges section.
270 (read_and_display_attr_value): Record the value of DW_AT_low_pc
271 attributes. Use decode_ranges() to display a DW_AT_ranges
272 attribute.
273 (display_debug_info): Use load_debug_range() and
274 free_debug_range().
275 (display_64bit_debug_ranges): New function. Displays the contents
276 of a 64-bit format .debug_ranges section.
277 (display_debug_ranges): New function: Displays the contents of a
278 32-bit .debug_ranges section.
279
280 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
281 global scope.
282 (process_object): Initialise the dump_sects array from the
283 cmdline_dump_sects array before processing each object file.
284
285 (streq, strneq): New macros. Use them to replace occurrences of
286 strcmp() and strncmp().
287
288 (debug_information): New structure array to replace
289 debug_line_pointer_sizes array.
290 (num_debug_info_entries): New variable to replace
291 num_debug_line_pointers.
292 (get_pointer_size_of_comp_unit): New function: Returns the pointer
293 size of a given compilation unit.
294 (get_debug_info): New function to replace
295 get_debug_line_pointer_sizes.
296 (display_debug_lines): Use the new functions.
297 (display_debug_loc): Likewise.
298
299 (disassemble_section): Change return type to int.
300 (display_debug_lines): Move local variables to their
301 innermost scope.
302 (display_debug_section): Likewise. Also record the return value
303 of functions called and pass this back to the parent. Also only
304 warn about undumped sections when the user explicitly requested
305 their dumping.
306
307 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
308 types as well.
309
310 * NEWS: Mention the support for decoding .debug_ranges sections.
311 * doc/binutils.texi: Document the new command line switch to
312 readelf.
313
314 2004-11-03 Randolph Chung <tausq@debian.org>
315
316 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
317 unw_aux_info and unw_table_entry.
318 (find_symbol_for_address): Pass symtab and strtab info explicitly.
319 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
320 prefix.
321 (slurp_ia64_unwind_table): Likewise.
322 (ia64_process_unwind): Rename from old process_unwind.
323 (hppa_unw_aux_info): New.
324 (dump_hppa_unwind): New.
325 (slurp_hppa_unwind_table): New.
326 (hppa_process_unwind): New.
327 (process_unwind): Factor out common unwinding checks; dispatch to
328 unwind handler based on machine type.
329
330 2004-11-02 Nick Clifton <nickc@redhat.com>
331
332 * readelf.c (display_debug_lines): Fix typo in error message.
333
334 2004-10-26 Mark Mitchell <mark@codesourcery.com>
335
336 * readelf.c (get_note_type): Handle notes not in core files.
337 (process_note_sections): New function.
338 (process_corefile_contents): Rename to ...
339 (process_notes): ... this.
340 (process_object): Call process_notes, not
341 process_corefile_contents.
342 * doc/binutils.texi: Update readelf -n documentation.
343
344 2004-10-26 Jakub Jelinek <jakub@redhat.com>
345
346 * ar.c (extract_file): Set atime to mtime for ar xo.
347
348 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
349
350 * stabs.c (stab_demangle_v3_arglist): New static function, broken
351 out of stab_demangle_v3_argtypes.
352 (stab_demangle_v3_argtypes): Call it.
353 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
354 If we find an unrecognized component, print out its number.
355
356 2004-10-25 David Mosberger <davidm@hpl.hp.com>
357
358 * readelf.c (slurp_ia64_unwind_table): Support relocations against
359 non-section symbols by adding in the symbol value.
360
361 2004-10-25 Nick Clifton <nickc@redhat.com>
362
363 PR 465
364 * readelf.c (dynamic_strings_length): New global variable.
365 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
366 strings in the dynamic string table.
367 (process_section_headers): Initialise dynamic_strings_length.
368 (process_dynamic_section): Likewise.
369 (process_object): Reset dynamic_string_length when the buffer is freed.
370 (dynamic_sections_mips_val): Use the new macros.
371 (process_dynamic_section): Likewise.
372 (process_version_sections): Likewise.
373 (process_symbol_table): Likewise.
374 (process_syminfo): Likewise.
375 (process_mips_specific): Likewise.
376 (dump_relocations): Add a new parameter 'strtablen' and use this
377 to verify that string offset in a given reloc is valid. Print a
378 suitable error message otherwise.
379 (process_relocs): Pass the new argument to dump_relocations.
380
381 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
382
383 * dlltool.c: Include <assert.h>.
384 (PREFIX_ALIAS_BASE): Define.
385 (struct export): Add member import_name;
386 (def_exports): Set import_name.
387 (make_one_lib_file): Remove prefix alias code, use import_name
388 in .idata$6.
389 (gen_lib_file): Create and delete aliases.
390
391 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
392
393 * readelf.c (process_section_groups): Free symtab after use.
394
395 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
396 Nick Clifton <nickc@redhat.com>
397
398 * strings.c (usage): Place radix values for -t option into the
399 correct order.
400
401 * objcopy.c (add_redefine_syms_file): Change error messages to use
402 <filename>:<linenumber>: format for easier parsing by automatic
403 tools.
404
405 * srconv.c (show_usage): Fix spelling typo.
406
407 * windres.c (format_from_filename): Suggest the use of -J instead
408 of -I if the file type cannot be determined.
409
410 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
411
412 * strings.c: Include <sys/stat.h>.
413
414 2004-10-18 Alan Modra <amodra@bigpond.net.au>
415
416 * budemang.c (demangle): Fix thinko.
417
418 * budemang.c (demangle): Handle "@plt" suffix.
419
420 2004-10-14 Nick Clifton <nickc@redhat.com>
421
422 * nm.c (usage): Fix description of --special-syms switch.
423
424 2004-10-13 Jakub Jelinek <jakub@redhat.com>
425
426 * strings.c (statbuf): New typedef.
427 (file_stat): Define.
428 (strings_object_file): Avoid using get_file_size, instead do the
429 checks here, using file_stat.
430 * configure.in (HAVE_STAT64): New test.
431 * configure: Rebuilt.
432 * config.in: Rebuilt.
433
434 2004-10-12 Paul Brook <paul@codesourcery.com>
435
436 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
437
438 2004-10-11 Alan Modra <amodra@bigpond.net.au>
439
440 * objdump.c (dump_symbols): Fix thinko last change. Improve error
441 messages.
442
443 2004-10-08 Nick Clifton <nickc@redhat.com>
444
445 * nm.c: Add a new switch --special-syms which, if enabled, will
446 include the ARM Mapping symbols in nm's output.
447 (usage): Mention the switch.
448 (filter_symbols): Handle the switch.
449 * objdump.c: Add a similar switch.
450 (usage): Mention the switch.
451 (dump_symbols): Handle the switch.
452 * doc/binutils.texi: Document the new switches.
453 * NEWS: Mention the new switches.
454
455 2004-10-08 Daniel Jacobowitz <dan@debian.org>
456
457 * readelf.c (get_x86_64_section_type_name): New function.
458 (get_section_type_name): Use it.
459
460 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
461
462 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
463 patches.
464 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
465
466 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
467
468 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
469 types.
470
471 2004-10-01 Paul Brook <paul@codesourcery.com>
472
473 * readelf.c (get_arm_section_type_name): New function.
474 (get_section_type_name): Use it.
475
476 2004-09-28 Nick Clifton <nickc@redhat.com>
477
478 * nm.c: Reorder functions to eliminate most of the static function
479 prototypes.
480
481 2004-09-22 Alan Modra <amodra@bigpond.net.au>
482
483 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
484 segments.
485
486 2004-09-17 Alan Modra <amodra@bigpond.net.au>
487
488 * Makefile.am: Run "make dep-am".
489 * Makefile.in: Regenerate.
490 * config.in: Regenerate.
491 * configure: Regenerate.
492 * doc/Makefile.in: Regenerate.
493 * po/binutils.pot: Regenerate.
494
495 2004-09-12 Alan Modra <amodra@bigpond.net.au>
496
497 * readelf.c (decode_location_expression): Sign extend value for
498 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
499
500 2004-09-09 Nick Clifton <nickc@redhat.com>
501
502 PR 363
503 * ar.c (replace_members): Do not use get_file_size as
504 ar_emul_append correctly handles missing files.
505
506 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
507
508 * configure: Regenerated with autconfig 2.13.
509
510 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
511
512 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
513 documentation.
514
515 2004-09-06 Michael Wardle <mbw@endbracket.net>
516
517 * doc/binutils.texi (objdump): Document that the -x switch includes
518 the effect of the -p switch.
519
520 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
521
522 * dlltool.c (make_one_lib_file): Test if internal_name was
523 specified by user before using it.
524
525 2004-09-02 Carlo Wood <carlo@alinoe.com>
526
527 PR binutils/351
528 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
529 exp->internal_name if it is present.
530
531 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
532
533 * MAINTAINERS: Add self as co-maintainer of FR-V.
534 * readelf.c (get_machine_flags): Print FR-V cpu types.
535
536 2004-08-28 Alan Modra <amodra@bigpond.net.au>
537
538 * nm.c (show_synthetic): New var.
539 (long_options): Add "synthetic".
540 (usage): Here too.
541 (display_rel_file): Handle show_synthetic.
542
543 2004-08-28 Alan Modra <amodra@bigpond.net.au>
544
545 * objdump.c (dump_bfd): Pass both symbol tables to
546 bfd_get_synthetic_symtab.
547
548 2004-08-17 Jakub Jelinek <jakub@redhat.com>
549
550 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
551 of dynsyms to bfd_get_synthetic_symtab.
552
553 2004-08-16 Alan Modra <amodra@bigpond.net.au>
554
555 * readelf.c (debug_apply_rela_addends): New function, extracted from..
556 (display_debug_info): ..here.
557 (display_debug_frames): Call debug_apply_rela_addends. Don't do
558 DW_EH_PE_pcrel adjustment for ET_REL.
559
560 2004-08-06 Andreas Schwab <schwab@suse.de>
561
562 * readelf.c (dump_relocations): Fix typo when calculating
563 sec_index.
564
565 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
566
567 * dllwrap.c (deduce_name): Fix typos introduced when program_name
568 was renamed to prog_name.
569
570 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
571
572 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
573 EF_SH2A_NOFPU.
574
575 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
576
577 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
578 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
579 EF_SH4A_NOFPU.
580 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
581 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
582
583 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
584
585 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
586 to access comdat.
587 * objdump.c (dump_section_header): Likewise.
588
589 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
590
591 * nlmconv.c (main): Pass map_file argument to link_inputs.
592 (link_inputs): Use map_file argument if it is defined.
593
594 2004-07-13 Nick Clifton <nickc@redhat.com>
595
596 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
597 conflicts with exported global defined in bucomm.h.
598 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
599 shadowing the global defined in bucomm.h.
600
601 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
602
603 * dlltool.c (ext_prefix_alias): New global variable.
604 (make_one_lib_file): Add aliases with prefixes for external
605 and import definitions.
606 (usage): Document -p option.
607 (long_options): Add --ext-prefix-alias option.
608 (main): Handle -p.
609 * doc/binutils.texi: Document new switch.
610 * NEWS: Mention new switch.
611
612 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
613
614 * binutils/dlltool.c (asm_prefix): Add parameter: name.
615 No underscore for symbols beginning with ?.
616 (ASM_PREFIX): Add parameter: NAME.
617 (gen_exp_file): Use new parameter.
618 (make_label): Likewise.
619 (make_imp_label): Likewise.
620 (make_one_lib_file): Likewise.
621
622 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
623
624 * MAINTAINERS: Added myself to the list.
625 * readelf.c: Include "elf/crx.h".
626 (guess_is_rela): Handle EM_CRX.
627 (get_machine_name): Likewise.
628 (dump_relocations): Likewise.
629
630 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
631
632 * doc/binutils.texi (nm): Clarify weak symbol description.
633
634 2004-06-24 Ben Elliston <bje@au.ibm.com>
635
636 * readelf.c (get_segment_type): Display "GNU_STACK", not just
637 "STACK", when a PT_GNU_STACK segment is encountered.
638
639 2004-06-24 Alan Modra <amodra@bigpond.net.au>
640
641 * objcopy.c (copy_section): Don't set _cooked_size.
642
643 2004-06-22 Alan Modra <amodra@bigpond.net.au>
644
645 * readelf.c (Elf32_Word): Delete.
646 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
647 (get_64bit_dynamic_section): Likewise.
648
649 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
650 (get_64bit_dynamic_section): Likewise.
651
652 * readelf.c (dynamic_nent): New variable.
653 (get_32bit_dynamic_section): Set it.
654 (get_64bit_dynamic_section): Here too.
655 (process_dynamic_section): Use it instead of dynamic_size.
656 (process_syminfo): Likewise.
657
658 * readelf.c (get_32bit_dynamic_section): Correct number of entries
659 translated from external to internal form.
660 (get_64bit_dynamic_section): Likewise.
661
662 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
663
664 * readelf.c (process_program_headers): When locating the dynamic
665 section use the section table if it is present.
666 (dynamic_segment): Renamed to dynamic_section.
667 Replace references to dynamic segment with references to dynamic
668 section, except where appropriate.
669 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
670 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
671 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
672 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
673 Remove tag counting code as it is no longer needed.
674 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
675 Remove tag counting code as it is no longer needed.
676 (process_dynamic_segment): Rename to process_dynamic_section.
677
678 2004-06-15 Alan Modra <amodra@bigpond.net.au>
679
680 * objcopy.c (copy_section): Use bfd_get_section_size instead of
681 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
682 (compare_section_lma): Likewise.
683 * addr2line.c (find_address_in_section): Likewise.
684 * coffgrok.c (do_sections_p1): Likewise.
685 * dlltool.c (scan_drectve_symbols): Likewise.
686 * nlmconv.c (main): Likewise.
687 (copy_sections): Likewise.
688 (powerpc_mangle_relocs): Likewise.
689 * objdump.c (disassemble_section): Likewise.
690 * prdbg.c (find_address_in_section): Likewise.
691 * size.c (berkeley_sum): Likewise.
692 * srconv.c (wr_ob): Likewise.
693 * strings.c (strings_a_section): Likewise.
694
695 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
696
697 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
698
699 2004-05-17 David Heine <dlheine@tensilica.com>
700
701 * objcopy.c (setup_bfd_headers): New function.
702 (copy_object): Call setup_bfd_headers.
703
704 2004-05-13 Paul Brook <paul@codesourcery.com>
705
706 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
707 entries.
708
709 2004-05-13 Nick Clifton <nickc@redhat.com>
710
711 * po/fr.po: Updated French translation.
712
713 2004-05-11 Jakub Jelinek <jakub@redhat.com>
714
715 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
716
717 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
718
719 * readelf.c (section_groups): New.
720 (group_count): New.
721 (section_headers_groups): New.
722 (process_section_groups): Populate group_count, section_groups
723 and section_headers_groups.
724 (process_unwind): Support section group.
725 (process_object): Always call process_section_groups. Free
726 section_groups and section_headers_groups.
727
728 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
729
730 * readelf.c (process_section_headers): Use %3lu on sh_info.
731
732 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
733
734 * ranlib.sh: Quote $1 argument in case it contains spaces.
735
736 2004-04-27 John Paul Wallington <jpw@gnu.org>
737
738 * objcopy.c (copy_usage, strip_usage): Fix spelling.
739
740 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
741
742 * readelf.c (do_section_groups): New.
743 (options): Add --section-groups/-g.
744 (usage): Mention --section-groups/-g.
745 (parse_args): Support --section-groups/-g.
746 (get_group_flags): New.
747 (process_section_groups): New.
748 (process_object): Call process_section_groups.
749
750 2004-04-24 Alan Modra <amodra@bigpond.net.au>
751
752 * objdump.c (disassemble_section): Don't disassemble sections
753 without SEC_HAS_CONTENTS.
754
755 2004-04-22 Jakub Jelinek <jakub@redhat.com>
756
757 * objdump.c (synthsyms, synthcount): New variables.
758 (disassemble_data): Use dynsyms for stripped binaries or libraries.
759 Add synthetized symbols.
760 (dump_bfd): For disassemble, initialize dynsyms always and
761 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
762 before returning.
763
764 2004-04-14 Alan Modra <amodra@bigpond.net.au>
765
766 * strings.c (print_strings): Cast file_off to unsigned long in
767 printf arg list.
768
769 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
770
771 PR 86
772 * arsup.c (ar_save): Use smart_rename.
773
774 2004-04-01 Dean Luick <luick@cray.com>
775
776 * readelf.c (display_debug_pubnames): Align offset and data
777 columns.
778 (read_and_display_attr_value): Add missing break;
779 (debug_displays): Enable the display of the .debug_pubtypes
780 section.
781
782 2004-03-30 Stan Shebs <shebs@apple.com>
783
784 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
785 support files, no longer used.
786
787 2004-03-23 Paul Brook <paul@codesourcery.com>
788
789 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
790
791 2004-03-21 Richard Henderson <rth@redhat.com>
792
793 * readelf.c (display_debug_frames): Don't crash for mismatched
794 DW_CFA_restore_state.
795
796 2004-03-19 Alan Modra <amodra@bigpond.net.au>
797
798 * Makefile.am: Run "make dep-am".
799 * Makefile.in: Regenerate.
800 * aclocal.m4: Regenerate.
801 * config.in: Regenerate.
802 * configure: Regenerate.
803 * po/binutils.pot: Regenerate.
804
805 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
806
807 * objdump.c (struct SFILE): Replace current pointer with pos
808 offset, rename size to alloc.
809 (objdump_sprintf): Avoid unnecessary copies in the common case
810 (disassemble_bytes): Keep sfile live throughout the
811 function. Adjust usage appropriately.
812
813 2004-03-10 Ben Elliston <bje@gnu.org>
814
815 * MAINTAINERS: Update my mail address.
816
817 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
818
819 * deflex.l: Handle "PRIVATE" string.
820 * defparse.y (%token): Add PRIVATE.
821 (%type): Add opt_PRIVATE.
822 (expline): Pass opt_PRIVATE to def_exports.
823 (opt_PRIVATE): Handle PRIVATE token.
824 * dlltool.h (def_exports): Add 7th param for private flag to
825 declaration.
826 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
827 (struct export): Add 'private' field.
828 (def_exports): Set 'private' field of struct exports.
829 (scan_drectve_symbols): Adjust calls to def_exports.
830 (scan_filtered_symbols): Likewise.
831 (dump_def_info): Print 'private' field.
832 (gen_def_file): Likewise.
833 (gen_lib_file): Skip generation of lib object if private.
834 Delete tmp object files in same order as they were generated.
835 Don't delete non-existent private object files.
836
837 2004-02-27 Andreas Schwab <schwab@suse.de>
838
839 * ar.c (main): Support POSIX-compatible argument parsing.
840
841 2004-02-23 Daniel Lucq <daniel@lucq.org>
842
843 * readelf.c (process_mips_specific): Print conflictsno as an
844 unsigned long.
845
846 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
847
848 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
849
850 2004-02-19 Jakub Jelinek <jakub@redhat.com>
851
852 * objcopy.c (copy_section): Avoid warnings.
853
854 2004-02-14 Andrew Cagney <cagney@redhat.com>
855
856 * ar.c (remove_output): Use bfd_cache_close.
857 * arsup.c (ar_end): Ditto.
858
859 2004-01-21 Roland McGrath <roland@redhat.com>
860
861 * readelf.c (get_note_type): Match NT_AUXV.
862
863 2004-01-20 Nick Clifton <nickc@redhat.com>
864
865 * version.c (print_version): Update copyright year to 2004.
866
867 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
868
869 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
870 throughout.
871 * aclocal.m4: Regenerate.
872 * configure: Regenerate.
873
874 2004-01-12 Jakub Jelinek <jakub@redhat.com>
875
876 * objcopy.c: Include elf-bfd.h.
877 (is_strip_section): Don't strip debugging sections if
878 STRIP_NONDEBUG.
879 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
880 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
881
882 * objcopy.c (copy_section): Free relpp if relcount == 0.
883
884 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
885
886 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
887 (stab_demangle_argtypes): Likewise.
888 (stab_demangle_v3_argtypes): New static function.
889 (stab_demangle_v3_arg): New static function.
890
891 2004-01-12 Nick Clifton <nickc@redhat.com>
892
893 * objcopy.c (copy_object): Make the function boolean, returning
894 FALSE upon failure.
895 (copy_archive): Handle the return value from copy_object.
896 (copy_file): Likewise.
897
898 2004-01-07 Nick Clifton <nickc@redhat.com>
899
900 * readelf.c (find_section): New function. Locates a named
901 section.
902 (get_debug_line_pointer_sizes): New function: Initialises the
903 debug_line_pointer_sizes array.
904 (display_debug_lines): Call get_debug_line_pointer_sizes.
905 (display_debug_loc): Likewise.
906 (load_debug_loc): Use find_section.
907 (load_debug_str): Likewise.
908 (display_debug_info): Likewise.
909 (prescan_debug_info): Delete.
910 (debug_displays): Remove prescan field.
911 (process_section_contents): Do not perform prescans.
912
913 2004-01-03 Alan Modra <amodra@bigpond.net.au>
914
915 * objcopy.c (filter_bytes): Delete. Move code to..
916 (copy_section): ..here. Simplify size adjustment. Divide
917 section lma by interleave.
918
919 2004-01-02 Nick Clifton <nickc@redhat.com>
920
921 * po/ru.po: New file: Russian translation.
922 * configure.in (ALL_LINGUAS): Add ru
923 * configure: Regenerate.
924
925 For older changes see ChangeLog-0203
926 \f
927 Local Variables:
928 mode: change-log
929 left-margin: 8
930 fill-column: 74
931 version-control: never
932 End:
This page took 0.05897 seconds and 5 git commands to generate.