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