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