* config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
fb7b006e
BE
12004-06-24 Ben Elliston <bje@au.ibm.com>
2
3 * readelf.c (get_segment_type): Display "GNU_STACK", not just
4 "STACK", when a PT_GNU_STACK segment is encountered.
5
eea6121a
AM
62004-06-24 Alan Modra <amodra@bigpond.net.au>
7
8 * objcopy.c (copy_section): Don't set _cooked_size.
9
fb514b26
AM
102004-06-22 Alan Modra <amodra@bigpond.net.au>
11
ba2685cc
AM
12 * readelf.c (Elf32_Word): Delete.
13 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
14 (get_64bit_dynamic_section): Likewise.
15
16 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
17 (get_64bit_dynamic_section): Likewise.
18
86dba8ee
AM
19 * readelf.c (dynamic_nent): New variable.
20 (get_32bit_dynamic_section): Set it.
21 (get_64bit_dynamic_section): Here too.
22 (process_dynamic_section): Use it instead of dynamic_size.
23 (process_syminfo): Likewise.
24
fb514b26
AM
25 * readelf.c (get_32bit_dynamic_section): Correct number of entries
26 translated from external to internal form.
27 (get_64bit_dynamic_section): Likewise.
28
b2d38a17
NC
292004-06-18 Jie Zhang <zhangjie@magima.com.cn>
30
31 * readelf.c (process_program_headers): When locating the dynamic
32 section use the section table if it is present.
33 (dynamic_segment): Renamed to dynamic_section.
34 Replace references to dynamic segment with references to dynamic
35 section, except where appropriate.
36 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
37 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
38 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
39 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
40 Remove tag counting code as it is no longer needed.
41 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
42 Remove tag counting code as it is no longer needed.
43 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 44
135dfb4a
AM
452004-06-15 Alan Modra <amodra@bigpond.net.au>
46
47 * objcopy.c (copy_section): Use bfd_get_section_size instead of
48 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
49 (compare_section_lma): Likewise.
50 * addr2line.c (find_address_in_section): Likewise.
51 * coffgrok.c (do_sections_p1): Likewise.
52 * dlltool.c (scan_drectve_symbols): Likewise.
53 * nlmconv.c (main): Likewise.
54 (copy_sections): Likewise.
55 (powerpc_mangle_relocs): Likewise.
56 * objdump.c (disassemble_section): Likewise.
57 * prdbg.c (find_address_in_section): Likewise.
58 * size.c (berkeley_sum): Likewise.
59 * srconv.c (wr_ob): Likewise.
60 * strings.c (strings_a_section): Likewise.
61
90e01f86
ILT
622004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
63
64 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
65
80fccad2
BW
662004-05-17 David Heine <dlheine@tensilica.com>
67
eea6121a 68 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
69 (copy_object): Call setup_bfd_headers.
70
0da76f83
NC
712004-05-13 Paul Brook <paul@codesourcery.com>
72
73 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
74 entries.
75
9598fbe5
NC
762004-05-13 Nick Clifton <nickc@redhat.com>
77
78 * po/fr.po: Updated French translation.
79
8c37241b
JJ
802004-05-11 Jakub Jelinek <jakub@redhat.com>
81
82 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
83
e4b17d5c
L
842004-05-07 H.J. Lu <hongjiu.lu@intel.com>
85
86 * readelf.c (section_groups): New.
87 (group_count): New.
88 (section_headers_groups): New.
89 (process_section_groups): Populate group_count, section_groups
90 and section_headers_groups.
91 (process_unwind): Support section group.
92 (process_object): Always call process_section_groups. Free
93 section_groups and section_headers_groups.
94
f2da459f
L
952004-04-30 H.J. Lu <hongjiu.lu@intel.com>
96
97 * readelf.c (process_section_headers): Use %3lu on sh_info.
98
f8935895
NC
992004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
100
101 * ranlib.sh: Quote $1 argument in case it contains spaces.
102
1032004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
104
105 * objcopy.c (copy_usage, strip_usage): Fix spelling.
106
f5842774
L
1072004-04-26 H.J. Lu <hongjiu.lu@intel.com>
108
109 * readelf.c (do_section_groups): New.
110 (options): Add --section-groups/-g.
111 (usage): Mention --section-groups/-g.
112 (parse_args): Support --section-groups/-g.
113 (get_group_flags): New.
114 (process_section_groups): New.
115 (process_object): Call process_section_groups.
116
46212538
AM
1172004-04-24 Alan Modra <amodra@bigpond.net.au>
118
119 * objdump.c (disassemble_section): Don't disassemble sections
120 without SEC_HAS_CONTENTS.
121
4c45e5c9
JJ
1222004-04-22 Jakub Jelinek <jakub@redhat.com>
123
124 * objdump.c (synthsyms, synthcount): New variables.
125 (disassemble_data): Use dynsyms for stripped binaries or libraries.
126 Add synthetized symbols.
127 (dump_bfd): For disassemble, initialize dynsyms always and
128 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
129 before returning.
130
e9f87780
AM
1312004-04-14 Alan Modra <amodra@bigpond.net.au>
132
133 * strings.c (print_strings): Cast file_off to unsigned long in
134 printf arg list.
135
1ba93119
AM
1362004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
137
138 PR 86
139 * arsup.c (ar_save): Use smart_rename.
140
935a41f5
NC
1412004-04-01 Dean Luick <luick@cray.com>
142
143 * readelf.c (display_debug_pubnames): Align offset and data
144 columns.
145 (read_and_display_attr_value): Add missing break;
146 (debug_displays): Enable the display of the .debug_pubtypes
147 section.
148
92e25cf8
SS
1492004-03-30 Stan Shebs <shebs@apple.com>
150
151 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
152 support files, no longer used.
153
d507cf36
PB
1542004-03-23 Paul Brook <paul@codesourcery.com>
155
156 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
157
8c9a9879
RH
1582004-03-21 Richard Henderson <rth@redhat.com>
159
160 * readelf.c (display_debug_frames): Don't crash for mismatched
161 DW_CFA_restore_state.
162
6ece5c52
AM
1632004-03-19 Alan Modra <amodra@bigpond.net.au>
164
165 * Makefile.am: Run "make dep-am".
166 * Makefile.in: Regenerate.
167 * aclocal.m4: Regenerate.
168 * config.in: Regenerate.
169 * configure: Regenerate.
170 * po/binutils.pot: Regenerate.
171
6f104306
NS
1722004-03-15 Nathan Sidwell <nathan@codesourcery.com>
173
174 * objdump.c (struct SFILE): Replace current pointer with pos
175 offset, rename size to alloc.
176 (objdump_sprintf): Avoid unnecessary copies in the common case
177 (disassemble_bytes): Keep sfile live throughout the
178 function. Adjust usage appropriately.
179
523f6a27
BE
1802004-03-10 Ben Elliston <bje@gnu.org>
181
182 * MAINTAINERS: Update my mail address.
183
7aa52b1f
NC
1842004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
185
186 * deflex.l: Handle "PRIVATE" string.
187 * defparse.y (%token): Add PRIVATE.
188 (%type): Add opt_PRIVATE.
189 (expline): Pass opt_PRIVATE to def_exports.
190 (opt_PRIVATE): Handle PRIVATE token.
191 * dlltool.h (def_exports): Add 7th param for private flag to
192 declaration.
193 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
194 (struct export): Add 'private' field.
195 (def_exports): Set 'private' field of struct exports.
196 (scan_drectve_symbols): Adjust calls to def_exports.
197 (scan_filtered_symbols): Likewise.
198 (dump_def_info): Print 'private' field.
199 (gen_def_file): Likewise.
200 (gen_lib_file): Skip generation of lib object if private.
201 Delete tmp object files in same order as they were generated.
202 Don't delete non-existent private object files.
203
af865222
AS
2042004-02-27 Andreas Schwab <schwab@suse.de>
205
206 * ar.c (main): Support POSIX-compatible argument parsing.
207
c7e7ca54
NC
2082004-02-23 Daniel Lucq <daniel@lucq.org>
209
210 * readelf.c (process_mips_specific): Print conflictsno as an
211 unsigned long.
212
eff21b8e
CF
2132004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
214
215 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
216
2f01ffbf
JJ
2172004-02-19 Jakub Jelinek <jakub@redhat.com>
218
219 * objcopy.c (copy_section): Avoid warnings.
220
c92c35e7
AC
2212004-02-14 Andrew Cagney <cagney@redhat.com>
222
223 * ar.c (remove_output): Use bfd_cache_close.
224 * arsup.c (ar_end): Ditto.
225
9d241085
RM
2262004-01-21 Roland McGrath <roland@redhat.com>
227
228 * readelf.c (get_note_type): Match NT_AUXV.
229
d99e9f4d
NC
2302004-01-20 Nick Clifton <nickc@redhat.com>
231
232 * version.c (print_version): Update copyright year to 2004.
233
f8b73030
MR
2342004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
235
236 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
237 throughout.
238 * aclocal.m4: Regenerate.
239 * configure: Regenerate.
240
f0312d39
JJ
2412004-01-12 Jakub Jelinek <jakub@redhat.com>
242
243 * objcopy.c: Include elf-bfd.h.
244 (is_strip_section): Don't strip debugging sections if
245 STRIP_NONDEBUG.
246 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
247 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
248
249 * objcopy.c (copy_section): Free relpp if relcount == 0.
250
041821e6
ILT
2512004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
252
253 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
254 (stab_demangle_argtypes): Likewise.
255 (stab_demangle_v3_argtypes): New static function.
256 (stab_demangle_v3_arg): New static function.
257
950d48e7
NC
2582004-01-12 Nick Clifton <nickc@redhat.com>
259
260 * objcopy.c (copy_object): Make the function boolean, returning
261 FALSE upon failure.
eea6121a
AM
262 (copy_archive): Handle the return value from copy_object.
263 (copy_file): Likewise.
950d48e7 264
d9296b18
NC
2652004-01-07 Nick Clifton <nickc@redhat.com>
266
267 * readelf.c (find_section): New function. Locates a named
268 section.
269 (get_debug_line_pointer_sizes): New function: Initialises the
270 debug_line_pointer_sizes array.
eea6121a
AM
271 (display_debug_lines): Call get_debug_line_pointer_sizes.
272 (display_debug_loc): Likewise.
273 (load_debug_loc): Use find_section.
274 (load_debug_str): Likewise.
275 (display_debug_info): Likewise.
276 (prescan_debug_info): Delete.
277 (debug_displays): Remove prescan field.
278 (process_section_contents): Do not perform prescans.
d9296b18 279
5e675b72
AM
2802004-01-03 Alan Modra <amodra@bigpond.net.au>
281
282 * objcopy.c (filter_bytes): Delete. Move code to..
283 (copy_section): ..here. Simplify size adjustment. Divide
284 section lma by interleave.
285
f0660b73
NC
2862004-01-02 Nick Clifton <nickc@redhat.com>
287
288 * po/ru.po: New file: Russian translation.
289 * configure.in (ALL_LINGUAS): Add ru
290 * configure: Regenerate.
eb18fd22 291
c9e214e5 292For older changes see ChangeLog-0203
252b5132
RH
293\f
294Local Variables:
295mode: change-log
296left-margin: 8
297fill-column: 74
298version-control: never
299End:
This page took 0.239916 seconds and 4 git commands to generate.