Configury changes: update src repository (binutils, gdb, and rda) to use
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
4 DEPENDENCIES variables for every program.
5 (INTLLIBS): Remove.
6 (INCLUDES): Use @INCINTL@.
7 * acinclude.m4: Include new gettext macros.
8 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
9 Remove local code for po/Makefile.
10 * Makefile.in, configure, doc/Makefile.in: Regenerated.
11
12 2006-05-30 Nick Clifton <nickc@redhat.com>
13
14 * po/es.po: Updated Spanish translation.
15
16 2006-05-25 J"orn Rennecke <joern.rennecke@st.com>
17
18 * MAINTAINERS: Update my email address.
19
20 2006-05-24 Nick Clifton <nickc@redhat.com>
21
22 * po/fr.po: Updated French translation.
23
24 2006-05-23 Nick Clifton <nickc@redhat.com>
25
26 * po/vi.po: Updated Vietnamese translation.
27
28 2006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
29
30 * po/ru.po: Updated translation.
31
32 2006-05-19 Andreas Schwab <schwab@suse.de>
33
34 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
35 (ar.1): Likewise.
36 (dlltool.1): Likewise.
37 (nlmconv.1): Likewise.
38 (nm.1): Likewise.
39 (objcopy.1): Likewise.
40 (objdump.1): Likewise.
41 (ranlib.1): Likewise.
42 (readelf.1): Likewise.
43 (size.1): Likewise.
44 (strings.1): Likewise.
45 (strip.1): Likewise.
46 (windres.1): Likewise.
47 (cxxfilt.man): Likewise.
48 * doc/Makefile.in: Regenerated.
49
50 2006-05-17 Carlos O'Donell <carlos@codesourcery.com>
51
52 * doc/binutils.texi: Use "Binutils Index" for index name.
53
54 2006-05-15 H.J. Lu <hongjiu.lu@intel.com>
55
56 * dwarf.c (display_debug_frames): Don't return on ZERO
57 terminator.
58
59 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
60
61 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
62 (TEXI2POD): Use AM_MAKEINFOFLAGS.
63 (config.texi): Don't set top_srcdir.
64 * doc/binutils.texi: Don't use top_srcdir.
65 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
66
67 2006-04-26 Julian Brown <julian@codesourcery.com>
68
69 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
70
71 2006-04-19 Alan Modra <amodra@bigpond.net.au>
72
73 * Makefile.am: Run "make dep-am".
74 * Makefile.in: Regenerate.
75
76 2006-04-19 Alan Modra <amodra@bigpond.net.au>
77
78 * configure: Regenerate.
79
80 2006-04-18 Nick Clifton <nickc@redhat.com>
81
82 PR 2257
83 * readelf.c (SECTION_NAME): Cope with a missing string table.
84 (process_file_header): Cope with a corrupt e_shstrndx field.
85 (process_section_headers): Correctly handle an e_shstrndx value of
86 SHF_UNDEF.
87
88 2006-04-12 Nick Clifton <nickc@redhat.com>
89
90 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
91
92 2006-04-10 Ben Elliston <bje@gnu.org>
93
94 * MAINTAINERS (CGEN Maintainers): Remove myself.
95
96 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
97
98 * po/Make-in: Add install-html target.
99 * Makefile.am: Add install-html and install-html-recursive targets.
100 * Makefile.in: Regenerate.
101 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
102 * configure: Regenerate.
103 * doc/Makefile.am: Add install-html and install-html-am targets.
104 * doc/Makefile.in: Regenerate.
105
106 2006-04-05 Eric Botcazou <ebotcazou@adacore.com>
107
108 * addr2line.c (long_options): Add new option 'section'.
109 (usage): Document new -j/--section option.
110 (find_offset_in_section): New function.
111 (translate_addresses): Add 'section' parameter.
112 If it is non-null, call find_offset_in_section on it.
113 (process_file): Add 'section_name' parameter.
114 If it is non-null, look for the section in the BFD object.
115 Pass the section to translate_addresses.
116 (main): Handle new -j option.
117 Pass the section name to process_file.
118 * doc/binutils.texi (addr2line): Document new -j/--section option.
119
120 2006-03-29 Ben Elliston <bje@au.ibm.com>
121
122 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
123
124 2006-03-20 Nathan Sidwell <nathan@codesourcery.com>
125
126 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
127 binutils-csl-2_17-branch instead.
128
129 2006-03-20 Paul Brook <paul@codesourcery.com>
130
131 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
132
133 2006-03-16 Alan Modra <amodra@bigpond.net.au>
134
135 PR 2434
136 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
137 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
138
139 2006-03-13 Ben Elliston <bje@au.ibm.com>
140
141 * bucomm.c (display_target_list): Make local variable `a' to be of
142 type enum bfd_architecture. Thus no need to cast enums to int.
143 (display_info_table): Likewise.
144
145 2006-03-10 Paul Brook <paul@codesourcery.com>
146
147 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
148
149 2006-03-10 Alan Modra <amodra@bigpond.net.au>
150
151 * dwarf.c (process_extended_line_op): Remove pointer_size param.
152 Use length instead to determine address size.
153 (get_pointer_size_and_offset_of_comp_unit): Delete.
154 (display_debug_lines): Adjust for above.
155 (display_debug_aranges): Don't stop on finding two zeros.
156 (display_debug_frames): For warning, print offset not pointer.
157
158 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
159
160 * dlltool.c: Update copyright year.
161 * doc/binutils.texi: Likewise.
162
163 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
164
165 * dlltool.c (add_stdcall_underscore): New flag.
166 (xlate): Also add underscore to stdcall symbol if
167 add_stdcall_underscore set.
168 (usage): Document --add-stdcall-underscore option.
169 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
170 (long_options): Use it for --add-stdcall-underscore option.
171 (main): Handle it.
172 * doc/binutils.texi: Document --add-stdcall-underscore option
173 and differentiate from --add-underscore.
174
175 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
176
177 * readelf.c (get_machine_flags): Adjust.
178
179 2006-03-03 Jakub Jelinek <jakub@redhat.com>
180
181 * dwarf.c (frame_display_row, display_debug_frames): Handle
182 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
183
184 2006-02-28 Nick Clifton <nickc@redhat.com>
185
186 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
187 (copy_object): If bfd_alt_mach_code fails emit a more helpful
188 message and if the target architecture is ELF use the alternative
189 as replacement value for the e_machine number.
190 (copy_main): Use strtoul to parse the number provided with the
191 --alt-mach-code switch.
192 * doc/binutils.texi (--alt-mach-code): Document that this switch
193 can now set the absolute e_machine value.
194
195 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
196
197 * po/Make-in: Add html target.
198
199 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
200
201 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
202
203 2006-02-14 Jakub Jelinek <jakub@redhat.com>
204
205 * config.in: Rebuilt.
206
207 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
208
209 PR binutils/2258
210 * readelf.c (process_program_headers): Use
211 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
212
213 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
214
215 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
216 * configure: Regenerate.
217 * objdump.c (fprintf): Remove declaration.
218 * bucomm.h (fprintf): Declare if not already declared.
219 (snprintf): Likewise.
220 (vsnprintf): Likewise.
221
222 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
223
224 * readelf.c (process_program_headers): Match PT_TLS segment
225 only with SHT_TLS sections.
226
227 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
228
229 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
230
231 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
232
233 * readelf.c (process_program_headers): Undo the last change.
234
235 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
236
237 * readelf.c (process_program_headers): Undo the change made on
238 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
239 sections.
240
241 2006-01-30 Nick Clifton <nickc@redhat.com>
242
243 * objcopy.c (copy_object): Catch the case where an attempt is made
244 to add a section that already exists and produce a more helpful
245 warning message.
246
247 2006-01-26 Nick Clifton <nickc@redhat.com>
248
249 * po/vi.po: New Vietnamese translation.
250 * configure.in (ALL_LINGUAS): Add vi.
251 * configure: Regenerate.
252
253 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
254
255 Introduce TLS descriptors for i386 and x86_64.
256 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
257 DT_TLSDESC_PLT.
258
259 2006-01-18 Nick Clifton <nickc@redhat.com>
260
261 PR binutils/1391
262 * objcopy.c (copy_object): For PE format targets set the VMA of a
263 newly created gnu_debuglink section to a non-zero, aligned,
264 contiguous value.
265 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
266 * Makefile.in: Regenerate.
267
268 2006-01-17 Andreas Schwab <schwab@suse.de>
269
270 PR binutils/1486
271 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
272 * configure: Regenerate.
273 * objdump.c (struct objdump_disasm_info): Don't check for
274 DISASSEMBLER_NEEDS_RELOCS.
275 (objdump_print_addr): Likewise.
276 (disassemble_bytes): Check disassembler_needs_relocs from
277 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
278 at compile-time.
279 (disassemble_section): Likewise.
280 (disassemble_data): Initialize it.
281
282 2006-01-11 Alan Modra <amodra@bigpond.net.au>
283
284 * objcopy.c (copy_object): Fix thinko.
285
286 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
287
288 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
289
290 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
291 (get_machine_name): Likewise.
292
293 For older changes see ChangeLog-2005
294 \f
295 Local Variables:
296 mode: change-log
297 left-margin: 8
298 fill-column: 74
299 version-control: never
300 End:
This page took 0.050733 seconds and 4 git commands to generate.