Add new switch --globalize-symbol to convert local symbols into globals.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
7b4a0685
NC
12005-03-15 Daniel Marques <marques@cs.cornell.edu>
2 Nick Clifton <nickc@redhat.com>
3
4 * objcopy.c (globalize_specific_list): New linked list of symbols
5 to convert from local binding into global binding.
6 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
7 OPTION_GLOBALIZE_SYMBOLS.
8 (copy_options): Add "globalize-symbol" and "globalize-symbols".
9 (copy_usage): Document the new switches.
10 (filter_symbols): Convert defined local symbols mentioned on the
11 globalize_specific_list into global symbols.
12 (copy_object): Perform actions if the globalize_specific_list is
13 not empty.
14 (copy_main): Handle new switches.
15 * NEWS: Mention new feature.
16 * doc/binutils.texi: Document new switches.
17
ea8409f7
AM
182005-03-15 Alan Modra <amodra@bigpond.net.au>
19
729ae8d2
AM
20 * po/es.po: Commit new Spanish translation.
21
ea8409f7
AM
22 * po/fr.po: Commit new French translation.
23
248642ab
AM
242005-03-14 Alan Modra <amodra@bigpond.net.au>
25
26 * po/tr.po: Commit new Turkish translation.
27
e8d46048
NC
282005-03-11 Nick Clifton <nickc@redhat.com>
29
30 * po/fr.po: Updated French translation.
31
953130a5
NC
322005-03-10 Nick Clifton <nickc@redhat.com>
33
34 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
953130a5 35 * configure: Regenerate.
af99dc6d
NC
36 * po/ro.po: New file.
37
38 * po/ru.po: Updated file.
953130a5 39
06647dfd
AM
402005-03-05 Alan Modra <amodra@bigpond.net.au>
41
42 * po/binutils.pot: Regenerate.
43
bb14f524
JB
442005-03-02 Jan Beulich <jbeulich@novell.com>
45
46 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
47 * objcopy.c (copy_file): Likewise.
48 (strip_main): Likewise.
49
ce04548a
NC
502005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
51 Nick Clifton <nickc@redhat.com>
52
53 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
54 (struct objdump_disasm_info): Add 'reloc' field.
55 (disassemble_bytes): Fix check for when an insn has a reloc
56 associated with it. Improve comment explaining why the use of
57 octets is wrong. Set the 'reloc' field in objdump_disasm_info
58 structure.
59 (objdump_print_addr): Use new 'reloc' field to lookup the correct
60 address for the symbol associated with the current instruction's
61 relocation.
62 (disassemble_info): Initialise 'reloc' field.
63
e9e44622
JJ
642005-02-28 Jakub Jelinek <jakub@redhat.com>
65
66 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
67 get_segment_type, get_section_type_name, get_elf_class,
68 get_data_encoding, get_group_flags, dynamic_section_mips_val,
69 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
70 get_AT_name, process_mips_specific, process_gnu_liblist,
71 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
72 sprintf where needed.
73 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
74 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
75 using strcat.
76 (get_dynamic_flags): Renamed to...
77 (print_dynamic_flags): ... this. Print the flags to stdout instead
78 of returning them as string.
79 (process_dynamic_section): Adjust caller.
80
35515c66
L
812005-02-25 H.J. Lu <hongjiu.lu@intel.com>
82
83 * readelf.c (display_debug_ranges): Print out offset for end of
84 list.
85
9210d879
AM
862005-02-23 Alan Modra <amodra@bigpond.net.au>
87
88 * dlltool.c: Warning fixes.
89 * objdump.c: Likewise.
90
dc3c06c2
AM
912005-02-22 Alan Modra <amodra@bigpond.net.au>
92
93 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
94 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
95 dependencies. Run "make dep-am".
96 * nlmconv.c: Warning fixes.
97 * readelf.c: Likewise.
98 * srconv.c: Likewise.
99 * sysdump.c: Likewise.
100 * sysinfo.y: Likewise.
101 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
102 of strcpy.
103 * Makefile.in: Regenerate.
104
ebe372c1
L
1052005-02-21 H.J. Lu <hongjiu.lu@intel.com>
106
107 * objcopy.c (parse_flags): Replace SEC_SHARED with
108 SEC_COFF_SHARED.
109
110 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
111 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
112 SEC_COFF_SHARED for COFF only.
113
72f47744
AM
1142005-02-21 Alan Modra <amodra@bigpond.net.au>
115
116 * Makefile.am: Run "make dep-am"
117 * Makefile.in: Regenerate.
118 * doc/Makefile.in: Regenerate.
119
66543521
AM
1202005-02-21 Alan Modra <amodra@bigpond.net.au>
121
122 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
123 (byte_get_little_endian): Don't handle size of -8.
124 (byte_get_signed, byte_get_big_endian): Likewise.
125 (print_dec_vma, print_hex_vma): New functions.
126 (print_vma): Use them. Return chars output.
127 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
128 (process_symbol_table): Handle alpha and s390 .hash.
129
904c75ac
L
1302005-02-18 H.J. Lu <hongjiu.lu@intel.com>
131
132 * readelf.c (display_debug_loc): Print out offset for end of
133 list.
134
ac40b919
JM
1352005-02-18 Joseph S. Myers <joseph@codesourcery.com>
136
137 * Makefile.am (TOOL_PROGS): Add objdump.
138 * Makefile.in: Regenerate.
139
0af6db78
AM
1402005-02-17 Alan Modra <amodra@bigpond.net.au>
141
142 * deflex.l (YY_NO_UNPUT): Define.
143 * rclex.l (YY_NO_UNPUT): Define.
144 * rcparse.y (null_unichar): New static var.
145 (res_null_text): Use it rather than attempting to init from wchar_t.
146 * windres.c: Include assert.h and time.h before getopt.h.
147 Include config.h and unistd.h too.
148
b5e6aa63
NC
1492005-02-15 Nick Clifton <nickc@redhat.com>
150
151 * nlmconv.c: Provide a full prototype for the localtime() function
152 in order to avoid a compile time warning.
153
d1f5c6e3
L
1542005-02-11 H.J. Lu <hongjiu.lu@intel.com>
155
156 * readelf.c (group_count): Don't initialize it.
157 (process_section_groups): Reurn 1 if we won't do unwind nor
158 section groups. Set group_count to 0 before counting group
159 sections and return 1 if there are no group sections. Reread
160 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
161 section 0.
162 (process_object): Only set do_unwind to 0 if
163 process_section_groups return 0.
164
3517749c
ILT
1652005-02-10 Ian Lance Taylor <ian@airs.com>
166
167 * MAINTAINERS: Update my e-mail address.
168
0dffe982
MM
1692005-02-10 Mark Mitchell <mark@codesourcery.com>
170
171 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
172 maintainers.
173
c4cf3821
NC
1742005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
175
176 * MAINTAINERS: Add self as maintainer of MAXQ.
177
89fac5e3
RS
1782005-01-31 Richard Sandiford <rsandifo@redhat.com>
179
180 * readelf.c (eh_addr_size): New variable.
181 (find_section): Move earlier in file. Return empty sections too.
182 (process_program_headers): Use find_section to find .dynamic.
183 (process_section_headers): Initialize eh_addr_size.
184 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
185 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
186 (display_debug_frames): Use it instead of local addr_size variable.
187 (size_of_encoded_value): Get pointer size from eh_addr_size rather
188 than is_32bit_elf.
189
c46f8c51
AC
1902005-01-31 Andrew Cagney <cagney@gnu.org>
191
192 * configure: Regenerate to track ../gettext.m4.
193
d342277e
NC
1942005-01-31 Nick Clifton <nickc@redhat.com>
195
196 * version.c (print_version): Bump the copyright date to 2005.
197
8615f3f2
AM
1982005-01-25 Alan Modra <amodra@bigpond.net.au>
199
200 * nm.c (display_rel_file): Read dynamic syms before calling
201 bfd_get_synthetic_symtab.
202
84e43642
BE
2032005-01-21 Ben Elliston <bje@au.ibm.com>
204
205 * dlltool.c (dump_iat): Remove unused function.
206 (gen_exp_file): Remove #if 0'd code.
207 (make_one_lib_file): Likewise.
208 * srconv.c: Remove #if 0'd code throughout.
209 * size.c (lprint_number): Remove.
210 (print_berkeley_format): Remove #if 0'd code.
211 * ar.c (do_quick_append): Remove declaration and definiton.
212 (main): Remove #if 0'd code.
213 * filemode.c (filemodestring): Remove #if 0'd function.
214 * sysdump.c (unit_info_list): Remove function.
215 (object_body_list): Likewise.
216 (program_structure): Likewise.
217 (debug_list): Likewise.
218 (module): Remove #if 0'd code.
219
619b8b60
MM
2202005-01-20 Mark Mitchell <mark@codesourcery.com>
221
a332ee82
MM
222 * BRANCHES: Add binutils-2_15-branch.
223
619b8b60
MM
224 * MAINTAINERS: Document branch policy.
225 * BRANCHES: New file.
226
e39893d7
FF
2272005-01-19 Fred Fish <fnf@specifixinc.com>
228
229 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
230 * doc/binutils.texi (objdump): Document the "no-aliases"
231 disassembly option.
232
b09a7772
NC
2332005-01-17 Eugene Kotlyarov <ekot@narod.ru>
234
235 PR binutils/647
236 * rcparse.y (RCDATA): Allow a filename to be supplied as the
237 parameter. Parse it with define_rcdata_file().
238 * resrc.c (define_rcdata_file): New function.
239 * windres.h: Provide a prototype for the new function.
240
241 * resrc.c (define_user_file): Fix typo by replacing "font file"
242 with "file".
243
ccf33464
JT
2442005-01-16 Jason Thorpe <thorpej@netbsd.org>
245
246 * MAINTAINERS: Update my email address.
247
a0ce7f12
DS
2482005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
249
250 * dlltool.c (set_dll_name_from_def): New function. Strip name
251 to basename, with warning.
8615f3f2 252 (def_name): Use it.
a0ce7f12
DS
253 (def_library): Likwise.
254 (main): Strip arg of --dllname to basename, with warning.
255 Only use basename of exp_name when inferring dll_name.
256
195a97ce
NC
2572005-01-11 Nick Clifton <nickc@redhat.com>
258
259 PR binutils/637
260 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
261 footnote in order to prevent the sed script in the Makefile from
262 converting it into c++filt.
263
0853c092
L
2642005-01-10 H.J. Lu <hongjiu.lu@intel.com>
265
266 BZ 635
267 readelf.c (saved_base_address): Removed.
268 (decode_64bit_range): Likewise.
269 (decode_range): Likewise.
270 (display_64bit_debug_ranges): Likewise.
271 (debug_info): Add range_lists, num_range_lists and
272 max_range_lists.
273 (read_and_display_attr_value): Handle do_debug_ranges.
274 (process_debug_info): Likewise.
275 (display_debug_ranges): Rewrite.
276 (process_object): Free range_lists.
277
0bcb06d2
AS
2782005-01-10 Andreas Schwab <schwab@suse.de>
279
280 * configure.in: Don't define SKIP_ZEROES.
281 * configure: Regenerate.
282 * objdump.c (disassemble_data): Set skip_zeroes and
283 skip_zeroes_at_end in disasm_info to defaults.
284 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
285 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
286 always define.
287 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
288 objdump_disasm_info.
289
e54b12b7
L
2902005-01-05 H.J. Lu <hongjiu.lu@intel.com>
291
292 * readelf.c (display_debug_loc): Display base address
293 specifiers. Always output <End of list>.
294
b38c7015
L
2952005-01-05 H.J. Lu <hongjiu.lu@intel.com>
296
297 * readelf.c (have_frame_base): New.
298 (need_base_address): Likewise.
299 (saved_base_address): Likewise.
300 (decode_location_expression): Return 1 if DW_AT_frame_base is
301 needed.
302 (debug_info): Add base_address and a have_frame_base pointer.
303 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
304 saved_base_address. Record base address. Set have_frame_base.
305 Record if a location list has DW_AT_frame_base. Display if a
306 location expression has no DW_AT_frame_base but needs one. Set
307 saved_base_address only if needed.
308 (process_debug_info): Clear have_frame_base, saved_base_address
309 and set need_base_address.
310 (display_debug_loc): Display if a location expression has no
311 DW_AT_frame_base but needs one. Display if start >= end. Don't
312 adjust for section address. Properly handle base address.
313 (process_object): Free the have_frame_base pointer in
314 debug_info.
315
b0660586
L
3162005-01-04 H.J. Lu <hongjiu.lu@intel.com>
317
318 * readelf.c (display_debug_loc): Display offsets for hole and
319 overlap.
320 (display_debug_str): Add a newline at the end.
321
8b626bcf
NC
3222005-01-04 Armin Diehl <diehl@nordrhein.de>
323
324 PR binutils/630
325 * nlmconv.c (main): Only store the basename of the output filename
326 in the module table.
327
5b18a4bc
NC
3282005-01-04 H.J. Lu <hongjiu.lu@intel.com>
329
330 BZ 615
331 * readelf.c (process_debug_info): New.
332 (debug_info): Add num_loc_offsets, loc_offsets and
333 last_loc_offset_p.
334 (get_debug_info): Use process_debug_info.
335 (display_debug_loc): Properly handle location list. Warn if bad
336 location lists are encoutnered.
337 (read_and_process_attr_value): New.
338 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
339 (display_debug_info): Use process_debug_info.
340 (process_object): Also free loc_offsets in debug_information.
341
180e47e2
AM
3422004-12-31 Alan Modra <amodra@bigpond.net.au>
343
344 * objdump.c (remove_useless_symbols): Discard section symbols.
345
0c548fce
L
3462004-12-27 H.J. Lu <hongjiu.lu@intel.com>
347
348 * readelf.c (read_leb128): Support 64bit host.
349
5b18a4bc
NC
3502004-12-23 Nick Clifton <nickc@redhat.com>
351
352 PR binutils/616
353 * readelf.c (debug_info): Add 'cu_offset' field.
354 (get+pointer_size_of_comp_unit): Rename to
355 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
356 the offset of the comp_unit if requested.
357 (get_debug_info): Record comp_unit offsets as well.
358 (display_debug_lines): Call get_pointer_size_of_comp_unit.
359 (decode_location_expression): Add an extra parameter - the offset
360 of the current comp-unit. Use this when decoding the DW_OP_call2
361 and DW_OP_call4 operators.
362 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
363 comp_unit offset on the decode_location_expression.
364 (read_and_display_attr_value): Pass the comp_unit offset on the
365 decode_location_expression.
366 (display_debug_frames): Pass 0 as the comp_unit offset to
367 decode_location_expression.
8615f3f2 368
76a56260
NC
3692004-12-22 Nick Clifton <nickc@redhat.com>
370
371 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
372 New variables associated with obtaining the pointer size for a
373 comp_unit.
374 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
375 of the section requesting the pointer size. Use this name in
376 error messages. If there are not enough comp_units available
377 produce a warning message, but return the last known pointer size
378 so that section dumping can continue.
379 (get_debug_info): Reset the new variables.
380 (display_debug_lines): Add extra parameter to invocation of
381 get_pointer_size_of_comp_unit and remove error message when it
382 returns 0.
383 (display_debug_loc): Likewise.
384
bcf32829
JB
3852004-12-15 Jan Beulich <jbeulich@novell.com>
386
387 * doc/binutils.texi: Document --strip-unneeded-symbol and
388 --strip-unneeded-symbols.
389 * objcopy.c (strip_unneeded_list): New.
390 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
391 and OPTION_STRIP_UNNEEDED_SYMBOLS.
392 (copy_options): Add --strip-unneeded-symbol and
393 --strip-unneeded-symbols.
394 (copy_usage): Likewise.
395 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
396 and the symbol is not needed.
397 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
398 OPTION_STRIP_UNNEEDED_SYMBOLS.
399
ebcb91b7
ILT
4002004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
401
402 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
403
a2f33459
BE
4042004-12-08 Ben Elliston <bje@au.ibm.com>
405
406 * arlex.l: Fix formatting.
407
36607f99
BE
4082004-12-08 Ben Elliston <bje@au.ibm.com>
409
410 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
411 config.texi whose value is the current month and year.
412 * doc/Makefile.in: Rebuild.
413 * doc/binutils.texi: Set the document subtitle to be the value of
414 the Texinfo UPDATED variable (obtained from config.texi).
415
2aa9814e
BE
4162004-12-07 Ben Elliston <bje@au.ibm.com>
417
418 PR binutils/249
419 * doc/binutils.texi (def file format): New node.
420 (dlltool): Use the tool name as the @chapter name, like all the
421 other binutils. Use @file{.def} throughout for consistency.
422
c7de9216
BE
4232004-12-06 Ben Elliston <bje@au.ibm.com>
424
425 * dlltool.c: Comment fix.
426
2423fbe6
BE
4272004-12-06 Ben Elliston <bje@au.ibm.com>
428
429 * doc/binutils.texi: Update copyright years.
430
73fb7068
RS
4312004-12-03 Richard Sandiford <rsandifo@redhat.com>
432
433 * MAINTAINERS: Remove mention of config.if.
434
32118081
NC
4352004-11-30 Tero Niemela <tero_niemela@yahoo.com>
436
437 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
438 * Makefile.in: Regenerate.
439
2b25cacb
ILT
4402004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
441
442 PR binutils/536
443 * stabs.c (stab_demangle_template): Call stab_demangle_count
444 rather than stab_demangle_get_count to get the length of a pointer
445 target.
446
74aba8aa
DS
4472004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
448
449 * defparse.y: Remove unnecessary commas from token list.
450
977cdf5a
NC
4512004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
452
453 * doc/binutils.texi (nm): Update description of weak symbols.
454
18bd398b
NC
4552004-11-03 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (do_debug_ranges): New variable.
458 (usage): Document new switch: -wR or --debug-dump=Ranges.
459 (parse_args): Handle new switch. Replace switch statement for the
460 long options with a more compact table structure.
461 (process_section_headers): Allow the dumping of .debug_ranges
462 sections if so requested.
463 (debug_displays): Likewise.
464 (load_debug_range): New function: Grabs the contents of a
465 .debug_ranges section.
466 (free_debug_range): New function: Releases the grabbed
467 .debug_ranges section.
468 (decode_64bit_range): New function: Displays a 64-bit range in a
469 .debug_ranges section.
470 (decode_range): New function: Displays a 32-bit range in a
471 .debug_ranges section.
472 (read_and_display_attr_value): Record the value of DW_AT_low_pc
473 attributes. Use decode_ranges() to display a DW_AT_ranges
474 attribute.
475 (display_debug_info): Use load_debug_range() and
476 free_debug_range().
477 (display_64bit_debug_ranges): New function. Displays the contents
478 of a 64-bit format .debug_ranges section.
479 (display_debug_ranges): New function: Displays the contents of a
480 32-bit .debug_ranges section.
8615f3f2 481
18bd398b
NC
482 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
483 global scope.
484 (process_object): Initialise the dump_sects array from the
485 cmdline_dump_sects array before processing each object file.
486
487 (streq, strneq): New macros. Use them to replace occurrences of
488 strcmp() and strncmp().
489
490 (debug_information): New structure array to replace
491 debug_line_pointer_sizes array.
492 (num_debug_info_entries): New variable to replace
493 num_debug_line_pointers.
494 (get_pointer_size_of_comp_unit): New function: Returns the pointer
495 size of a given compilation unit.
496 (get_debug_info): New function to replace
497 get_debug_line_pointer_sizes.
498 (display_debug_lines): Use the new functions.
499 (display_debug_loc): Likewise.
8615f3f2 500
18bd398b
NC
501 (disassemble_section): Change return type to int.
502 (display_debug_lines): Move local variables to their
503 innermost scope.
504 (display_debug_section): Likewise. Also record the return value
505 of functions called and pass this back to the parent. Also only
506 warn about undumped sections when the user explicitly requested
507 their dumping.
508
509 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
510 types as well.
8615f3f2 511
18bd398b
NC
512 * NEWS: Mention the support for decoding .debug_ranges sections.
513 * doc/binutils.texi: Document the new command line switch to
514 readelf.
515
57346661
AM
5162004-11-03 Randolph Chung <tausq@debian.org>
517
518 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
519 unw_aux_info and unw_table_entry.
520 (find_symbol_for_address): Pass symtab and strtab info explicitly.
521 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
522 prefix.
523 (slurp_ia64_unwind_table): Likewise.
524 (ia64_process_unwind): Rename from old process_unwind.
525 (hppa_unw_aux_info): New.
526 (dump_hppa_unwind): New.
527 (slurp_hppa_unwind_table): New.
528 (hppa_process_unwind): New.
529 (process_unwind): Factor out common unwinding checks; dispatch to
530 unwind handler based on machine type.
531
935d0bca
NC
5322004-11-02 Nick Clifton <nickc@redhat.com>
533
534 * readelf.c (display_debug_lines): Fix typo in error message.
535
1ec5cd37
NC
5362004-10-26 Mark Mitchell <mark@codesourcery.com>
537
538 * readelf.c (get_note_type): Handle notes not in core files.
539 (process_note_sections): New function.
540 (process_corefile_contents): Rename to ...
541 (process_notes): ... this.
542 (process_object): Call process_notes, not
543 process_corefile_contents.
544 * doc/binutils.texi: Update readelf -n documentation.
545
b3f21e4a
JJ
5462004-10-26 Jakub Jelinek <jakub@redhat.com>
547
548 * ar.c (extract_file): Set atime to mtime for ar xo.
549
2b4c4cc4
ILT
5502004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
551
552 * stabs.c (stab_demangle_v3_arglist): New static function, broken
553 out of stab_demangle_v3_argtypes.
554 (stab_demangle_v3_argtypes): Call it.
555 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
556 If we find an unrecognized component, print out its number.
557
1ffa9a18
L
5582004-10-25 David Mosberger <davidm@hpl.hp.com>
559
560 * readelf.c (slurp_ia64_unwind_table): Support relocations against
561 non-section symbols by adding in the symbol value.
562
d79b3d50
NC
5632004-10-25 Nick Clifton <nickc@redhat.com>
564
565 PR 465
566 * readelf.c (dynamic_strings_length): New global variable.
567 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
568 strings in the dynamic string table.
569 (process_section_headers): Initialise dynamic_strings_length.
570 (process_dynamic_section): Likewise.
571 (process_object): Reset dynamic_string_length when the buffer is freed.
572 (dynamic_sections_mips_val): Use the new macros.
573 (process_dynamic_section): Likewise.
574 (process_version_sections): Likewise.
575 (process_symbol_table): Likewise.
576 (process_syminfo): Likewise.
577 (process_mips_specific): Likewise.
578 (dump_relocations): Add a new parameter 'strtablen' and use this
579 to verify that string offset in a given reloc is valid. Print a
580 suitable error message otherwise.
581 (process_relocs): Pass the new argument to dump_relocations.
582
0fd555c4
NC
5832004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
584
585 * dlltool.c: Include <assert.h>.
586 (PREFIX_ALIAS_BASE): Define.
587 (struct export): Add member import_name;
588 (def_exports): Set import_name.
589 (make_one_lib_file): Remove prefix alias code, use import_name
590 in .idata$6.
591 (gen_lib_file): Create and delete aliases.
592
5ab0c1a1
L
5932004-10-19 H.J. Lu <hongjiu.lu@intel.com>
594
595 * readelf.c (process_section_groups): Free symtab after use.
596
d412a550
NC
5972004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
598 Nick Clifton <nickc@redhat.com>
599
600 * strings.c (usage): Place radix values for -t option into the
601 correct order.
602
603 * objcopy.c (add_redefine_syms_file): Change error messages to use
604 <filename>:<linenumber>: format for easier parsing by automatic
605 tools.
606
607 * srconv.c (show_usage): Fix spelling typo.
608
609 * windres.c (format_from_filename): Suggest the use of -J instead
610 of -I if the file type cannot be determined.
611
fb608b92
NC
6122004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
613
614 * strings.c: Include <sys/stat.h>.
615
2bb2d727
AM
6162004-10-18 Alan Modra <amodra@bigpond.net.au>
617
7f67d4c9
AM
618 * budemang.c (demangle): Fix thinko.
619
2bb2d727
AM
620 * budemang.c (demangle): Handle "@plt" suffix.
621
61bbd35b
NC
6222004-10-14 Nick Clifton <nickc@redhat.com>
623
624 * nm.c (usage): Fix description of --special-syms switch.
625
fb5b5478
JJ
6262004-10-13 Jakub Jelinek <jakub@redhat.com>
627
628 * strings.c (statbuf): New typedef.
629 (file_stat): Define.
630 (strings_object_file): Avoid using get_file_size, instead do the
631 checks here, using file_stat.
632 * configure.in (HAVE_STAT64): New test.
633 * configure: Rebuilt.
634 * config.in: Rebuilt.
635
8cb51566
PB
6362004-10-12 Paul Brook <paul@codesourcery.com>
637
638 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
639
83ef0798
AM
6402004-10-11 Alan Modra <amodra@bigpond.net.au>
641
642 * objdump.c (dump_symbols): Fix thinko last change. Improve error
643 messages.
644
3c9458e9
NC
6452004-10-08 Nick Clifton <nickc@redhat.com>
646
647 * nm.c: Add a new switch --special-syms which, if enabled, will
648 include the ARM Mapping symbols in nm's output.
649 (usage): Mention the switch.
650 (filter_symbols): Handle the switch.
651 * objdump.c: Add a similar switch.
652 (usage): Mention the switch.
653 (dump_symbols): Handle the switch.
654 * doc/binutils.texi: Document the new switches.
655 * NEWS: Mention the new switches.
656
d2b2c203
DJ
6572004-10-08 Daniel Jacobowitz <dan@debian.org>
658
659 * readelf.c (get_x86_64_section_type_name): New function.
660 (get_section_type_name): Use it.
661
d67a454c
NC
6622004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
663
664 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
665 patches.
666 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
667
1c877e87
AO
6682004-10-07 Alexandre Oliva <aoliva@redhat.com>
669
670 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
671 types.
672
40a18ebd
NC
6732004-10-01 Paul Brook <paul@codesourcery.com>
674
675 * readelf.c (get_arm_section_type_name): New function.
676 (get_section_type_name): Use it.
677
382c1116
NC
6782004-09-28 Nick Clifton <nickc@redhat.com>
679
eb1ab0cf 680 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
681 prototypes.
682
cbaa0dc5
AM
6832004-09-22 Alan Modra <amodra@bigpond.net.au>
684
685 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
686 segments.
687
3443c1ae
AM
6882004-09-17 Alan Modra <amodra@bigpond.net.au>
689
690 * Makefile.am: Run "make dep-am".
691 * Makefile.in: Regenerate.
692 * config.in: Regenerate.
693 * configure: Regenerate.
694 * doc/Makefile.in: Regenerate.
695 * po/binutils.pot: Regenerate.
696
74013231
AM
6972004-09-12 Alan Modra <amodra@bigpond.net.au>
698
699 * readelf.c (decode_location_expression): Sign extend value for
700 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
701
360589e8
NC
7022004-09-09 Nick Clifton <nickc@redhat.com>
703
704 PR 363
705 * ar.c (replace_members): Do not use get_file_size as
706 ar_emul_append correctly handles missing files.
707
d15b04bd
L
7082004-09-07 H.J. Lu <hongjiu.lu@intel.com>
709
710 * configure: Regenerated with autconfig 2.13.
711
d597aff7
DS
7122004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
713
74013231
AM
714 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
715 documentation.
d597aff7 716
04c34128
NC
7172004-09-06 Michael Wardle <mbw@endbracket.net>
718
3023b782 719 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
720 the effect of the -p switch.
721
d597aff7 7222004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 723
6cef8f72
DS
724 * dlltool.c (make_one_lib_file): Test if internal_name was
725 specified by user before using it.
5df31fad 726
74013231 7272004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
728
729 PR binutils/351
730 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
731 exp->internal_name if it is present.
732
ec2dfb42
AO
7332004-09-02 Alexandre Oliva <aoliva@redhat.com>
734
735 * MAINTAINERS: Add self as co-maintainer of FR-V.
736 * readelf.c (get_machine_flags): Print FR-V cpu types.
737
0873df2a
AM
7382004-08-28 Alan Modra <amodra@bigpond.net.au>
739
740 * nm.c (show_synthetic): New var.
741 (long_options): Add "synthetic".
742 (usage): Here too.
743 (display_rel_file): Handle show_synthetic.
744
c9727e01
AM
7452004-08-28 Alan Modra <amodra@bigpond.net.au>
746
747 * objdump.c (dump_bfd): Pass both symbol tables to
748 bfd_get_synthetic_symtab.
749
90e3cdf2
JJ
7502004-08-17 Jakub Jelinek <jakub@redhat.com>
751
752 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
753 of dynsyms to bfd_get_synthetic_symtab.
754
d84de024
AM
7552004-08-16 Alan Modra <amodra@bigpond.net.au>
756
757 * readelf.c (debug_apply_rela_addends): New function, extracted from..
758 (display_debug_info): ..here.
759 (display_debug_frames): Call debug_apply_rela_addends. Don't do
760 DW_EH_PE_pcrel adjustment for ET_REL.
761
efcb5b0e
AS
7622004-08-06 Andreas Schwab <schwab@suse.de>
763
764 * readelf.c (dump_relocations): Fix typo when calculating
765 sec_index.
766
d3cde3af
NC
7672004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
768
769 * dllwrap.c (deduce_name): Fix typos introduced when program_name
770 was renamed to prog_name.
771
1d70c7fb
AO
7722004-07-29 Alexandre Oliva <aoliva@redhat.com>
773
774 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
775 EF_SH2A_NOFPU.
776
ccde1100
AO
7772004-07-28 Alexandre Oliva <aoliva@redhat.com>
778
779 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
780 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
781 EF_SH4A_NOFPU.
782 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
783 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
784
082b7297
L
7852004-07-21 H.J. Lu <hongjiu.lu@intel.com>
786
787 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
788 to access comdat.
789 * objdump.c (dump_section_header): Likewise.
790
44a6d974
NC
7912004-07-15 Aravinda PR <aravindapr@rediffmail.com>
792
793 * nlmconv.c (main): Pass map_file argument to link_inputs.
794 (link_inputs): Use map_file argument if it is defined.
795
61513dc1
NC
7962004-07-13 Nick Clifton <nickc@redhat.com>
797
798 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
799 conflicts with exported global defined in bucomm.h.
800 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
801 shadowing the global defined in bucomm.h.
802
607dea97
NC
8032004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
804
805 * dlltool.c (ext_prefix_alias): New global variable.
806 (make_one_lib_file): Add aliases with prefixes for external
807 and import definitions.
808 (usage): Document -p option.
809 (long_options): Add --ext-prefix-alias option.
810 (main): Handle -p.
811 * doc/binutils.texi: Document new switch.
812 * NEWS: Mention new switch.
813
2758961a
NC
8142004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
815
816 * binutils/dlltool.c (asm_prefix): Add parameter: name.
817 No underscore for symbols beginning with ?.
818 (ASM_PREFIX): Add parameter: NAME.
819 (gen_exp_file): Use new parameter.
820 (make_label): Likewise.
821 (make_imp_label): Likewise.
822 (make_one_lib_file): Likewise.
823
1fe1f39c
NC
8242004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
825
826 * MAINTAINERS: Added myself to the list.
827 * readelf.c: Include "elf/crx.h".
828 (guess_is_rela): Handle EM_CRX.
829 (get_machine_name): Likewise.
830 (dump_relocations): Likewise.
831
c87db184
CF
8322004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
833
834 * doc/binutils.texi (nm): Clarify weak symbol description.
835
fb7b006e
BE
8362004-06-24 Ben Elliston <bje@au.ibm.com>
837
838 * readelf.c (get_segment_type): Display "GNU_STACK", not just
839 "STACK", when a PT_GNU_STACK segment is encountered.
840
eea6121a
AM
8412004-06-24 Alan Modra <amodra@bigpond.net.au>
842
843 * objcopy.c (copy_section): Don't set _cooked_size.
844
fb514b26
AM
8452004-06-22 Alan Modra <amodra@bigpond.net.au>
846
ba2685cc
AM
847 * readelf.c (Elf32_Word): Delete.
848 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
849 (get_64bit_dynamic_section): Likewise.
850
851 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
852 (get_64bit_dynamic_section): Likewise.
853
86dba8ee
AM
854 * readelf.c (dynamic_nent): New variable.
855 (get_32bit_dynamic_section): Set it.
856 (get_64bit_dynamic_section): Here too.
857 (process_dynamic_section): Use it instead of dynamic_size.
858 (process_syminfo): Likewise.
859
fb514b26
AM
860 * readelf.c (get_32bit_dynamic_section): Correct number of entries
861 translated from external to internal form.
862 (get_64bit_dynamic_section): Likewise.
863
b2d38a17
NC
8642004-06-18 Jie Zhang <zhangjie@magima.com.cn>
865
866 * readelf.c (process_program_headers): When locating the dynamic
867 section use the section table if it is present.
868 (dynamic_segment): Renamed to dynamic_section.
869 Replace references to dynamic segment with references to dynamic
870 section, except where appropriate.
871 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
872 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
873 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
874 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
875 Remove tag counting code as it is no longer needed.
876 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
877 Remove tag counting code as it is no longer needed.
878 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 879
135dfb4a
AM
8802004-06-15 Alan Modra <amodra@bigpond.net.au>
881
882 * objcopy.c (copy_section): Use bfd_get_section_size instead of
883 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
884 (compare_section_lma): Likewise.
885 * addr2line.c (find_address_in_section): Likewise.
886 * coffgrok.c (do_sections_p1): Likewise.
887 * dlltool.c (scan_drectve_symbols): Likewise.
888 * nlmconv.c (main): Likewise.
889 (copy_sections): Likewise.
890 (powerpc_mangle_relocs): Likewise.
891 * objdump.c (disassemble_section): Likewise.
892 * prdbg.c (find_address_in_section): Likewise.
893 * size.c (berkeley_sum): Likewise.
894 * srconv.c (wr_ob): Likewise.
895 * strings.c (strings_a_section): Likewise.
896
90e01f86
ILT
8972004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
898
899 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
900
80fccad2
BW
9012004-05-17 David Heine <dlheine@tensilica.com>
902
eea6121a 903 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
904 (copy_object): Call setup_bfd_headers.
905
0da76f83
NC
9062004-05-13 Paul Brook <paul@codesourcery.com>
907
908 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
909 entries.
910
9598fbe5
NC
9112004-05-13 Nick Clifton <nickc@redhat.com>
912
913 * po/fr.po: Updated French translation.
914
8c37241b
JJ
9152004-05-11 Jakub Jelinek <jakub@redhat.com>
916
917 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
918
e4b17d5c
L
9192004-05-07 H.J. Lu <hongjiu.lu@intel.com>
920
921 * readelf.c (section_groups): New.
922 (group_count): New.
923 (section_headers_groups): New.
924 (process_section_groups): Populate group_count, section_groups
925 and section_headers_groups.
926 (process_unwind): Support section group.
927 (process_object): Always call process_section_groups. Free
928 section_groups and section_headers_groups.
929
f2da459f
L
9302004-04-30 H.J. Lu <hongjiu.lu@intel.com>
931
932 * readelf.c (process_section_headers): Use %3lu on sh_info.
933
f8935895
NC
9342004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
935
936 * ranlib.sh: Quote $1 argument in case it contains spaces.
937
9382004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
939
940 * objcopy.c (copy_usage, strip_usage): Fix spelling.
941
f5842774
L
9422004-04-26 H.J. Lu <hongjiu.lu@intel.com>
943
944 * readelf.c (do_section_groups): New.
945 (options): Add --section-groups/-g.
946 (usage): Mention --section-groups/-g.
947 (parse_args): Support --section-groups/-g.
948 (get_group_flags): New.
949 (process_section_groups): New.
950 (process_object): Call process_section_groups.
951
46212538
AM
9522004-04-24 Alan Modra <amodra@bigpond.net.au>
953
954 * objdump.c (disassemble_section): Don't disassemble sections
955 without SEC_HAS_CONTENTS.
956
4c45e5c9
JJ
9572004-04-22 Jakub Jelinek <jakub@redhat.com>
958
959 * objdump.c (synthsyms, synthcount): New variables.
960 (disassemble_data): Use dynsyms for stripped binaries or libraries.
961 Add synthetized symbols.
962 (dump_bfd): For disassemble, initialize dynsyms always and
963 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
964 before returning.
965
e9f87780
AM
9662004-04-14 Alan Modra <amodra@bigpond.net.au>
967
968 * strings.c (print_strings): Cast file_off to unsigned long in
969 printf arg list.
970
1ba93119
AM
9712004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
972
973 PR 86
974 * arsup.c (ar_save): Use smart_rename.
975
935a41f5
NC
9762004-04-01 Dean Luick <luick@cray.com>
977
978 * readelf.c (display_debug_pubnames): Align offset and data
979 columns.
980 (read_and_display_attr_value): Add missing break;
981 (debug_displays): Enable the display of the .debug_pubtypes
982 section.
983
92e25cf8
SS
9842004-03-30 Stan Shebs <shebs@apple.com>
985
986 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
987 support files, no longer used.
988
d507cf36
PB
9892004-03-23 Paul Brook <paul@codesourcery.com>
990
991 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
992
8c9a9879
RH
9932004-03-21 Richard Henderson <rth@redhat.com>
994
995 * readelf.c (display_debug_frames): Don't crash for mismatched
996 DW_CFA_restore_state.
997
6ece5c52
AM
9982004-03-19 Alan Modra <amodra@bigpond.net.au>
999
1000 * Makefile.am: Run "make dep-am".
1001 * Makefile.in: Regenerate.
1002 * aclocal.m4: Regenerate.
1003 * config.in: Regenerate.
1004 * configure: Regenerate.
1005 * po/binutils.pot: Regenerate.
1006
6f104306
NS
10072004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1008
1009 * objdump.c (struct SFILE): Replace current pointer with pos
1010 offset, rename size to alloc.
1011 (objdump_sprintf): Avoid unnecessary copies in the common case
1012 (disassemble_bytes): Keep sfile live throughout the
1013 function. Adjust usage appropriately.
1014
523f6a27
BE
10152004-03-10 Ben Elliston <bje@gnu.org>
1016
1017 * MAINTAINERS: Update my mail address.
1018
7aa52b1f
NC
10192004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1020
1021 * deflex.l: Handle "PRIVATE" string.
1022 * defparse.y (%token): Add PRIVATE.
1023 (%type): Add opt_PRIVATE.
1024 (expline): Pass opt_PRIVATE to def_exports.
1025 (opt_PRIVATE): Handle PRIVATE token.
1026 * dlltool.h (def_exports): Add 7th param for private flag to
1027 declaration.
1028 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1029 (struct export): Add 'private' field.
1030 (def_exports): Set 'private' field of struct exports.
1031 (scan_drectve_symbols): Adjust calls to def_exports.
1032 (scan_filtered_symbols): Likewise.
1033 (dump_def_info): Print 'private' field.
1034 (gen_def_file): Likewise.
1035 (gen_lib_file): Skip generation of lib object if private.
1036 Delete tmp object files in same order as they were generated.
1037 Don't delete non-existent private object files.
1038
af865222
AS
10392004-02-27 Andreas Schwab <schwab@suse.de>
1040
1041 * ar.c (main): Support POSIX-compatible argument parsing.
1042
c7e7ca54
NC
10432004-02-23 Daniel Lucq <daniel@lucq.org>
1044
1045 * readelf.c (process_mips_specific): Print conflictsno as an
1046 unsigned long.
1047
eff21b8e
CF
10482004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1049
1050 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1051
2f01ffbf
JJ
10522004-02-19 Jakub Jelinek <jakub@redhat.com>
1053
1054 * objcopy.c (copy_section): Avoid warnings.
1055
c92c35e7
AC
10562004-02-14 Andrew Cagney <cagney@redhat.com>
1057
1058 * ar.c (remove_output): Use bfd_cache_close.
1059 * arsup.c (ar_end): Ditto.
1060
9d241085
RM
10612004-01-21 Roland McGrath <roland@redhat.com>
1062
1063 * readelf.c (get_note_type): Match NT_AUXV.
1064
d99e9f4d
NC
10652004-01-20 Nick Clifton <nickc@redhat.com>
1066
1067 * version.c (print_version): Update copyright year to 2004.
1068
f8b73030
MR
10692004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1070
1071 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1072 throughout.
1073 * aclocal.m4: Regenerate.
1074 * configure: Regenerate.
1075
f0312d39
JJ
10762004-01-12 Jakub Jelinek <jakub@redhat.com>
1077
1078 * objcopy.c: Include elf-bfd.h.
1079 (is_strip_section): Don't strip debugging sections if
1080 STRIP_NONDEBUG.
1081 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1082 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1083
1084 * objcopy.c (copy_section): Free relpp if relcount == 0.
1085
041821e6
ILT
10862004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1087
1088 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1089 (stab_demangle_argtypes): Likewise.
1090 (stab_demangle_v3_argtypes): New static function.
1091 (stab_demangle_v3_arg): New static function.
1092
950d48e7
NC
10932004-01-12 Nick Clifton <nickc@redhat.com>
1094
1095 * objcopy.c (copy_object): Make the function boolean, returning
1096 FALSE upon failure.
eea6121a
AM
1097 (copy_archive): Handle the return value from copy_object.
1098 (copy_file): Likewise.
950d48e7 1099
d9296b18
NC
11002004-01-07 Nick Clifton <nickc@redhat.com>
1101
1102 * readelf.c (find_section): New function. Locates a named
1103 section.
1104 (get_debug_line_pointer_sizes): New function: Initialises the
1105 debug_line_pointer_sizes array.
eea6121a
AM
1106 (display_debug_lines): Call get_debug_line_pointer_sizes.
1107 (display_debug_loc): Likewise.
1108 (load_debug_loc): Use find_section.
1109 (load_debug_str): Likewise.
1110 (display_debug_info): Likewise.
1111 (prescan_debug_info): Delete.
1112 (debug_displays): Remove prescan field.
1113 (process_section_contents): Do not perform prescans.
d9296b18 1114
5e675b72
AM
11152004-01-03 Alan Modra <amodra@bigpond.net.au>
1116
1117 * objcopy.c (filter_bytes): Delete. Move code to..
1118 (copy_section): ..here. Simplify size adjustment. Divide
1119 section lma by interleave.
1120
f0660b73
NC
11212004-01-02 Nick Clifton <nickc@redhat.com>
1122
1123 * po/ru.po: New file: Russian translation.
1124 * configure.in (ALL_LINGUAS): Add ru
1125 * configure: Regenerate.
eb18fd22 1126
c9e214e5 1127For older changes see ChangeLog-0203
252b5132
RH
1128\f
1129Local Variables:
1130mode: change-log
1131left-margin: 8
1132fill-column: 74
1133version-control: never
1134End:
This page took 0.354265 seconds and 4 git commands to generate.