* arm-tdep.c (arm_register_type): Use unsigned types for registers.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8b42747f
AM
12006-06-23 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
4 * Makefile.in: Regenerate.
5
6648b7cf
JM
62006-06-07 Joseph S. Myers <joseph@codesourcery.com>
7
8 * po/Make-in (pdf, ps): New dummy targets.
9
4cfe2c59
DJ
102006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11
12 * po/Make-in (top_builddir): Define.
13
8c61c153
AM
142006-06-05 Alan Modra <amodra@bigpond.net.au>
15
16 * config.in: Regenerate.
17
e10fad12
JM
182006-06-02 Joseph S. Myers <joseph@codesourcery.com>
19
20 * doc/Makefile.am (TEXI2DVI): Define.
21 * doc/Makefile.in: Regenerate.
22
20e95c23
DJ
232006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
24
25 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
26 DEPENDENCIES variables for every program.
27 (INTLLIBS): Remove.
28 (INCLUDES): Use @INCINTL@.
29 * acinclude.m4: Include new gettext macros.
30 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
31 Remove local code for po/Makefile.
32 * Makefile.in, configure, doc/Makefile.in: Regenerated.
33
eebf07fb
NC
342006-05-30 Nick Clifton <nickc@redhat.com>
35
36 * po/es.po: Updated Spanish translation.
37
d481ba81
JR
382006-05-25 J"orn Rennecke <joern.rennecke@st.com>
39
40 * MAINTAINERS: Update my email address.
41
9dd728f1
NC
422006-05-24 Nick Clifton <nickc@redhat.com>
43
44 * po/fr.po: Updated French translation.
45
59bc7ed3
NC
462006-05-23 Nick Clifton <nickc@redhat.com>
47
9dd728f1 48 * po/vi.po: Updated Vietnamese translation.
59bc7ed3 49
a4721251
DJ
502006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
51
52 * po/ru.po: Updated translation.
53
f33e8c5b
AS
542006-05-19 Andreas Schwab <schwab@suse.de>
55
56 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
57 (ar.1): Likewise.
58 (dlltool.1): Likewise.
59 (nlmconv.1): Likewise.
60 (nm.1): Likewise.
61 (objcopy.1): Likewise.
62 (objdump.1): Likewise.
63 (ranlib.1): Likewise.
64 (readelf.1): Likewise.
65 (size.1): Likewise.
66 (strings.1): Likewise.
67 (strip.1): Likewise.
68 (windres.1): Likewise.
69 (cxxfilt.man): Likewise.
1f3645e1 70 * doc/Makefile.in: Regenerated.
f33e8c5b 71
b93ce811
CD
722006-05-17 Carlos O'Donell <carlos@codesourcery.com>
73
74 * doc/binutils.texi: Use "Binutils Index" for index name.
75
b758e50f
L
762006-05-15 H.J. Lu <hongjiu.lu@intel.com>
77
78 * dwarf.c (display_debug_frames): Don't return on ZERO
79 terminator.
80
38fc1cb1
DJ
812006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
82
83 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
84 (TEXI2POD): Use AM_MAKEINFOFLAGS.
85 (config.texi): Don't set top_srcdir.
86 * doc/binutils.texi: Don't use top_srcdir.
87 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
88
14c28b74
JB
892006-04-26 Julian Brown <julian@codesourcery.com>
90
91 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
92
ec3fcc56
AM
932006-04-19 Alan Modra <amodra@bigpond.net.au>
94
95 * Makefile.am: Run "make dep-am".
96 * Makefile.in: Regenerate.
97
241a6c40
AM
982006-04-19 Alan Modra <amodra@bigpond.net.au>
99
100 * configure: Regenerate.
101
0b49d371
NC
1022006-04-18 Nick Clifton <nickc@redhat.com>
103
104 PR 2257
105 * readelf.c (SECTION_NAME): Cope with a missing string table.
106 (process_file_header): Cope with a corrupt e_shstrndx field.
107 (process_section_headers): Correctly handle an e_shstrndx value of
108 SHF_UNDEF.
109
4332c151
NC
1102006-04-12 Nick Clifton <nickc@redhat.com>
111
112 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
113
b893fd29
BE
1142006-04-10 Ben Elliston <bje@gnu.org>
115
116 * MAINTAINERS (CGEN Maintainers): Remove myself.
117
108a6f8e
CD
1182006-04-06 Carlos O'Donell <carlos@codesourcery.com>
119
120 * po/Make-in: Add install-html target.
121 * Makefile.am: Add install-html and install-html-recursive targets.
122 * Makefile.in: Regenerate.
123 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
124 * configure: Regenerate.
125 * doc/Makefile.am: Add install-html and install-html-am targets.
126 * doc/Makefile.in: Regenerate.
127
c5f8c388
EB
1282006-04-05 Eric Botcazou <ebotcazou@adacore.com>
129
130 * addr2line.c (long_options): Add new option 'section'.
131 (usage): Document new -j/--section option.
132 (find_offset_in_section): New function.
133 (translate_addresses): Add 'section' parameter.
134 If it is non-null, call find_offset_in_section on it.
135 (process_file): Add 'section_name' parameter.
136 If it is non-null, look for the section in the BFD object.
137 Pass the section to translate_addresses.
138 (main): Handle new -j option.
139 Pass the section name to process_file.
140 * doc/binutils.texi (addr2line): Document new -j/--section option.
141
db336ea9
BE
1422006-03-29 Ben Elliston <bje@au.ibm.com>
143
144 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
145
6c8388f7
NS
1462006-03-20 Nathan Sidwell <nathan@codesourcery.com>
147
148 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
149 binutils-csl-2_17-branch instead.
150
f2495b14
PB
1512006-03-20 Paul Brook <paul@codesourcery.com>
152
153 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
154
66eb6687
AM
1552006-03-16 Alan Modra <amodra@bigpond.net.au>
156
157 PR 2434
158 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
159 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
160
91610c0c
BE
1612006-03-13 Ben Elliston <bje@au.ibm.com>
162
163 * bucomm.c (display_target_list): Make local variable `a' to be of
164 type enum bfd_architecture. Thus no need to cast enums to int.
165 (display_info_table): Likewise.
166
3a4a14e9
PB
1672006-03-10 Paul Brook <paul@codesourcery.com>
168
169 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
170
1617e571
AM
1712006-03-10 Alan Modra <amodra@bigpond.net.au>
172
173 * dwarf.c (process_extended_line_op): Remove pointer_size param.
174 Use length instead to determine address size.
175 (get_pointer_size_and_offset_of_comp_unit): Delete.
176 (display_debug_lines): Adjust for above.
177 (display_debug_aranges): Don't stop on finding two zeros.
178 (display_debug_frames): For warning, print offset not pointer.
179
671659ef
DS
1802006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
181
182 * dlltool.c: Update copyright year.
183 * doc/binutils.texi: Likewise.
184
14288fdc
DS
1852006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
186
187 * dlltool.c (add_stdcall_underscore): New flag.
188 (xlate): Also add underscore to stdcall symbol if
189 add_stdcall_underscore set.
190 (usage): Document --add-stdcall-underscore option.
191 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
192 (long_options): Use it for --add-stdcall-underscore option.
193 (main): Handle it.
194 * doc/binutils.texi: Document --add-stdcall-underscore option
195 and differentiate from --add-underscore.
196
0b2e31dc
NS
1972006-03-06 Nathan Sidwell <nathan@codesourcery.com>
198
199 * readelf.c (get_machine_flags): Adjust.
200
12eae2d3
JJ
2012006-03-03 Jakub Jelinek <jakub@redhat.com>
202
203 * dwarf.c (frame_display_row, display_debug_frames): Handle
204 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
205
f9d4ad2a
NC
2062006-02-28 Nick Clifton <nickc@redhat.com>
207
208 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
209 (copy_object): If bfd_alt_mach_code fails emit a more helpful
210 message and if the target architecture is ELF use the alternative
211 as replacement value for the e_machine number.
212 (copy_main): Use strtoul to parse the number provided with the
213 --alt-mach-code switch.
214 * doc/binutils.texi (--alt-mach-code): Document that this switch
215 can now set the absolute e_machine value.
216
f7d9e5c3
CD
2172006-02-27 Carlos O'Donell <carlos@codesourcery.com>
218
219 * po/Make-in: Add html target.
220
0b92ab21
NH
2212006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
222
223 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
224
82de001f
JJ
2252006-02-14 Jakub Jelinek <jakub@redhat.com>
226
227 * config.in: Rebuilt.
228
84d1d650
L
2292006-02-10 H.J. Lu <hongjiu.lu@intel.com>
230
231 PR binutils/2258
232 * readelf.c (process_program_headers): Use
233 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
234
db50c840
EB
2352006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
236
237 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
238 * configure: Regenerate.
239 * objdump.c (fprintf): Remove declaration.
240 * bucomm.h (fprintf): Declare if not already declared.
241 (snprintf): Likewise.
242 (vsnprintf): Likewise.
243
eb4d9372
L
2442006-02-08 H.J. Lu <hongjiu.lu@intel.com>
245
246 * readelf.c (process_program_headers): Match PT_TLS segment
247 only with SHT_TLS sections.
248
266abb8f
NS
2492006-02-07 Nathan Sidwell <nathan@codesourcery.com>
250
251 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
252
d72d9b9e
L
2532006-02-02 H.J. Lu <hongjiu.lu@intel.com>
254
255 * readelf.c (process_program_headers): Undo the last change.
256
de205c03
L
2572006-02-02 H.J. Lu <hongjiu.lu@intel.com>
258
259 * readelf.c (process_program_headers): Undo the change made on
260 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
261 sections.
262
c8782eee
NC
2632006-01-30 Nick Clifton <nickc@redhat.com>
264
265 * objcopy.c (copy_object): Catch the case where an attempt is made
266 to add a section that already exists and produce a more helpful
267 warning message.
268
bdcfeba5
NC
2692006-01-26 Nick Clifton <nickc@redhat.com>
270
271 * po/vi.po: New Vietnamese translation.
272 * configure.in (ALL_LINGUAS): Add vi.
273 * configure: Regenerate.
274
67a4f2b7
AO
2752006-01-18 Alexandre Oliva <aoliva@redhat.com>
276
277 Introduce TLS descriptors for i386 and x86_64.
278 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
279 DT_TLSDESC_PLT.
280
6e2c86ac
NC
2812006-01-18 Nick Clifton <nickc@redhat.com>
282
283 PR binutils/1391
284 * objcopy.c (copy_object): For PE format targets set the VMA of a
285 newly created gnu_debuglink section to a non-zero, aligned,
286 contiguous value.
287 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
288 * Makefile.in: Regenerate.
289
d99b6465
AS
2902006-01-17 Andreas Schwab <schwab@suse.de>
291
292 PR binutils/1486
293 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
294 * configure: Regenerate.
295 * objdump.c (struct objdump_disasm_info): Don't check for
296 DISASSEMBLER_NEEDS_RELOCS.
297 (objdump_print_addr): Likewise.
298 (disassemble_bytes): Check disassembler_needs_relocs from
299 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
300 at compile-time.
301 (disassemble_section): Likewise.
302 (disassemble_data): Initialize it.
303
e2ba7bd7
AM
3042006-01-11 Alan Modra <amodra@bigpond.net.au>
305
62d732f5
AM
306 * objcopy.c (copy_object): Fix thinko.
307
e2ba7bd7
AM
308 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
309
64fd6348
NC
3102006-01-09 Mike Frysinger <vapier@gentoo.org>:
311
312 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
313 (get_machine_name): Likewise.
314
e88d958a 315For older changes see ChangeLog-2005
252b5132
RH
316\f
317Local Variables:
318mode: change-log
319left-margin: 8
320fill-column: 74
321version-control: never
322End:
This page took 0.488932 seconds and 4 git commands to generate.