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