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