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