* objcopy.c: Include elf-bfd.h.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2004-01-12 Jakub Jelinek <jakub@redhat.com>
2
3 * objcopy.c: Include elf-bfd.h.
4 (is_strip_section): Don't strip debugging sections if
5 STRIP_NONDEBUG.
6 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
7 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
8
9 * objcopy.c (copy_section): Free relpp if relcount == 0.
10
11 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
12
13 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
14 (stab_demangle_argtypes): Likewise.
15 (stab_demangle_v3_argtypes): New static function.
16 (stab_demangle_v3_arg): New static function.
17
18 2004-01-12 Nick Clifton <nickc@redhat.com>
19
20 * objcopy.c (copy_object): Make the function boolean, returning
21 FALSE upon failure.
22 (copy_archive): Handle the return value from copy_object.
23 (copy_file): Likewise.
24
25 2004-01-07 Nick Clifton <nickc@redhat.com>
26
27 * readelf.c (find_section): New function. Locates a named
28 section.
29 (get_debug_line_pointer_sizes): New function: Initialises the
30 debug_line_pointer_sizes array.
31 (display_debug_lines): Call get_debug_line_pointer_sizes.
32 (display_debug_loc): Likewise.
33 (load_debug_loc): Use find_section.
34 (load_debug_str): Likewise.
35 (display_debug_info): Likewise.
36 (prescan_debug_info): Delete.
37 (debug_displays): Remove prescan field.
38 (process_section_contents): Do not perform prescans.
39
40 2004-01-03 Alan Modra <amodra@bigpond.net.au>
41
42 * objcopy.c (filter_bytes): Delete. Move code to..
43 (copy_section): ..here. Simplify size adjustment. Divide
44 section lma by interleave.
45
46 2004-01-02 Nick Clifton <nickc@redhat.com>
47
48 * po/ru.po: New file: Russian translation.
49 * configure.in (ALL_LINGUAS): Add ru
50 * configure: Regenerate.
51
52 For older changes see ChangeLog-0203
53 \f
54 Local Variables:
55 mode: change-log
56 left-margin: 8
57 fill-column: 74
58 version-control: never
59 End:
This page took 0.033119 seconds and 5 git commands to generate.