]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
binutils/
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (do_section_groups): New.
4 (options): Add --section-groups/-g.
5 (usage): Mention --section-groups/-g.
6 (parse_args): Support --section-groups/-g.
7 (get_group_flags): New.
8 (process_section_groups): New.
9 (process_object): Call process_section_groups.
10
11 2004-04-24 Alan Modra <amodra@bigpond.net.au>
12
13 * objdump.c (disassemble_section): Don't disassemble sections
14 without SEC_HAS_CONTENTS.
15
16 2004-04-22 Jakub Jelinek <jakub@redhat.com>
17
18 * objdump.c (synthsyms, synthcount): New variables.
19 (disassemble_data): Use dynsyms for stripped binaries or libraries.
20 Add synthetized symbols.
21 (dump_bfd): For disassemble, initialize dynsyms always and
22 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
23 before returning.
24
25 2004-04-14 Alan Modra <amodra@bigpond.net.au>
26
27 * strings.c (print_strings): Cast file_off to unsigned long in
28 printf arg list.
29
30 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
31
32 PR 86
33 * arsup.c (ar_save): Use smart_rename.
34
35 2004-04-01 Dean Luick <luick@cray.com>
36
37 * readelf.c (display_debug_pubnames): Align offset and data
38 columns.
39 (read_and_display_attr_value): Add missing break;
40 (debug_displays): Enable the display of the .debug_pubtypes
41 section.
42
43 2004-03-30 Stan Shebs <shebs@apple.com>
44
45 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
46 support files, no longer used.
47
48 2004-03-23 Paul Brook <paul@codesourcery.com>
49
50 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
51
52 2004-03-21 Richard Henderson <rth@redhat.com>
53
54 * readelf.c (display_debug_frames): Don't crash for mismatched
55 DW_CFA_restore_state.
56
57 2004-03-19 Alan Modra <amodra@bigpond.net.au>
58
59 * Makefile.am: Run "make dep-am".
60 * Makefile.in: Regenerate.
61 * aclocal.m4: Regenerate.
62 * config.in: Regenerate.
63 * configure: Regenerate.
64 * po/binutils.pot: Regenerate.
65
66 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
67
68 * objdump.c (struct SFILE): Replace current pointer with pos
69 offset, rename size to alloc.
70 (objdump_sprintf): Avoid unnecessary copies in the common case
71 (disassemble_bytes): Keep sfile live throughout the
72 function. Adjust usage appropriately.
73
74 2004-03-10 Ben Elliston <bje@gnu.org>
75
76 * MAINTAINERS: Update my mail address.
77
78 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
79
80 * deflex.l: Handle "PRIVATE" string.
81 * defparse.y (%token): Add PRIVATE.
82 (%type): Add opt_PRIVATE.
83 (expline): Pass opt_PRIVATE to def_exports.
84 (opt_PRIVATE): Handle PRIVATE token.
85 * dlltool.h (def_exports): Add 7th param for private flag to
86 declaration.
87 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
88 (struct export): Add 'private' field.
89 (def_exports): Set 'private' field of struct exports.
90 (scan_drectve_symbols): Adjust calls to def_exports.
91 (scan_filtered_symbols): Likewise.
92 (dump_def_info): Print 'private' field.
93 (gen_def_file): Likewise.
94 (gen_lib_file): Skip generation of lib object if private.
95 Delete tmp object files in same order as they were generated.
96 Don't delete non-existent private object files.
97
98 2004-02-27 Andreas Schwab <schwab@suse.de>
99
100 * ar.c (main): Support POSIX-compatible argument parsing.
101
102 2004-02-23 Daniel Lucq <daniel@lucq.org>
103
104 * readelf.c (process_mips_specific): Print conflictsno as an
105 unsigned long.
106
107 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
108
109 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
110
111 2004-02-19 Jakub Jelinek <jakub@redhat.com>
112
113 * objcopy.c (copy_section): Avoid warnings.
114
115 2004-02-14 Andrew Cagney <cagney@redhat.com>
116
117 * ar.c (remove_output): Use bfd_cache_close.
118 * arsup.c (ar_end): Ditto.
119
120 2004-01-21 Roland McGrath <roland@redhat.com>
121
122 * readelf.c (get_note_type): Match NT_AUXV.
123
124 2004-01-20 Nick Clifton <nickc@redhat.com>
125
126 * version.c (print_version): Update copyright year to 2004.
127
128 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
129
130 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
131 throughout.
132 * aclocal.m4: Regenerate.
133 * configure: Regenerate.
134
135 2004-01-12 Jakub Jelinek <jakub@redhat.com>
136
137 * objcopy.c: Include elf-bfd.h.
138 (is_strip_section): Don't strip debugging sections if
139 STRIP_NONDEBUG.
140 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
141 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
142
143 * objcopy.c (copy_section): Free relpp if relcount == 0.
144
145 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
146
147 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
148 (stab_demangle_argtypes): Likewise.
149 (stab_demangle_v3_argtypes): New static function.
150 (stab_demangle_v3_arg): New static function.
151
152 2004-01-12 Nick Clifton <nickc@redhat.com>
153
154 * objcopy.c (copy_object): Make the function boolean, returning
155 FALSE upon failure.
156 (copy_archive): Handle the return value from copy_object.
157 (copy_file): Likewise.
158
159 2004-01-07 Nick Clifton <nickc@redhat.com>
160
161 * readelf.c (find_section): New function. Locates a named
162 section.
163 (get_debug_line_pointer_sizes): New function: Initialises the
164 debug_line_pointer_sizes array.
165 (display_debug_lines): Call get_debug_line_pointer_sizes.
166 (display_debug_loc): Likewise.
167 (load_debug_loc): Use find_section.
168 (load_debug_str): Likewise.
169 (display_debug_info): Likewise.
170 (prescan_debug_info): Delete.
171 (debug_displays): Remove prescan field.
172 (process_section_contents): Do not perform prescans.
173
174 2004-01-03 Alan Modra <amodra@bigpond.net.au>
175
176 * objcopy.c (filter_bytes): Delete. Move code to..
177 (copy_section): ..here. Simplify size adjustment. Divide
178 section lma by interleave.
179
180 2004-01-02 Nick Clifton <nickc@redhat.com>
181
182 * po/ru.po: New file: Russian translation.
183 * configure.in (ALL_LINGUAS): Add ru
184 * configure: Regenerate.
185
186 For older changes see ChangeLog-0203
187 \f
188 Local Variables:
189 mode: change-log
190 left-margin: 8
191 fill-column: 74
192 version-control: never
193 End: