* Makefile.am: Run "make dep-am".
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ec3fcc56
AM
12006-04-19 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am: Run "make dep-am".
4 * Makefile.in: Regenerate.
5
241a6c40
AM
62006-04-19 Alan Modra <amodra@bigpond.net.au>
7
8 * configure: Regenerate.
9
0b49d371
NC
102006-04-18 Nick Clifton <nickc@redhat.com>
11
12 PR 2257
13 * readelf.c (SECTION_NAME): Cope with a missing string table.
14 (process_file_header): Cope with a corrupt e_shstrndx field.
15 (process_section_headers): Correctly handle an e_shstrndx value of
16 SHF_UNDEF.
17
4332c151
NC
182006-04-12 Nick Clifton <nickc@redhat.com>
19
20 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
21
b893fd29
BE
222006-04-10 Ben Elliston <bje@gnu.org>
23
24 * MAINTAINERS (CGEN Maintainers): Remove myself.
25
108a6f8e
CD
262006-04-06 Carlos O'Donell <carlos@codesourcery.com>
27
28 * po/Make-in: Add install-html target.
29 * Makefile.am: Add install-html and install-html-recursive targets.
30 * Makefile.in: Regenerate.
31 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
32 * configure: Regenerate.
33 * doc/Makefile.am: Add install-html and install-html-am targets.
34 * doc/Makefile.in: Regenerate.
35
c5f8c388
EB
362006-04-05 Eric Botcazou <ebotcazou@adacore.com>
37
38 * addr2line.c (long_options): Add new option 'section'.
39 (usage): Document new -j/--section option.
40 (find_offset_in_section): New function.
41 (translate_addresses): Add 'section' parameter.
42 If it is non-null, call find_offset_in_section on it.
43 (process_file): Add 'section_name' parameter.
44 If it is non-null, look for the section in the BFD object.
45 Pass the section to translate_addresses.
46 (main): Handle new -j option.
47 Pass the section name to process_file.
48 * doc/binutils.texi (addr2line): Document new -j/--section option.
49
db336ea9
BE
502006-03-29 Ben Elliston <bje@au.ibm.com>
51
52 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
53
6c8388f7
NS
542006-03-20 Nathan Sidwell <nathan@codesourcery.com>
55
56 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
57 binutils-csl-2_17-branch instead.
58
f2495b14
PB
592006-03-20 Paul Brook <paul@codesourcery.com>
60
61 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
62
66eb6687
AM
632006-03-16 Alan Modra <amodra@bigpond.net.au>
64
65 PR 2434
66 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
67 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
68
91610c0c
BE
692006-03-13 Ben Elliston <bje@au.ibm.com>
70
71 * bucomm.c (display_target_list): Make local variable `a' to be of
72 type enum bfd_architecture. Thus no need to cast enums to int.
73 (display_info_table): Likewise.
74
3a4a14e9
PB
752006-03-10 Paul Brook <paul@codesourcery.com>
76
77 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
78
1617e571
AM
792006-03-10 Alan Modra <amodra@bigpond.net.au>
80
81 * dwarf.c (process_extended_line_op): Remove pointer_size param.
82 Use length instead to determine address size.
83 (get_pointer_size_and_offset_of_comp_unit): Delete.
84 (display_debug_lines): Adjust for above.
85 (display_debug_aranges): Don't stop on finding two zeros.
86 (display_debug_frames): For warning, print offset not pointer.
87
671659ef
DS
882006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
89
90 * dlltool.c: Update copyright year.
91 * doc/binutils.texi: Likewise.
92
14288fdc
DS
932006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
94
95 * dlltool.c (add_stdcall_underscore): New flag.
96 (xlate): Also add underscore to stdcall symbol if
97 add_stdcall_underscore set.
98 (usage): Document --add-stdcall-underscore option.
99 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
100 (long_options): Use it for --add-stdcall-underscore option.
101 (main): Handle it.
102 * doc/binutils.texi: Document --add-stdcall-underscore option
103 and differentiate from --add-underscore.
104
0b2e31dc
NS
1052006-03-06 Nathan Sidwell <nathan@codesourcery.com>
106
107 * readelf.c (get_machine_flags): Adjust.
108
12eae2d3
JJ
1092006-03-03 Jakub Jelinek <jakub@redhat.com>
110
111 * dwarf.c (frame_display_row, display_debug_frames): Handle
112 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
113
f9d4ad2a
NC
1142006-02-28 Nick Clifton <nickc@redhat.com>
115
116 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
117 (copy_object): If bfd_alt_mach_code fails emit a more helpful
118 message and if the target architecture is ELF use the alternative
119 as replacement value for the e_machine number.
120 (copy_main): Use strtoul to parse the number provided with the
121 --alt-mach-code switch.
122 * doc/binutils.texi (--alt-mach-code): Document that this switch
123 can now set the absolute e_machine value.
124
f7d9e5c3
CD
1252006-02-27 Carlos O'Donell <carlos@codesourcery.com>
126
127 * po/Make-in: Add html target.
128
0b92ab21
NH
1292006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
130
131 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
132
82de001f
JJ
1332006-02-14 Jakub Jelinek <jakub@redhat.com>
134
135 * config.in: Rebuilt.
136
84d1d650
L
1372006-02-10 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR binutils/2258
140 * readelf.c (process_program_headers): Use
141 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
142
db50c840
EB
1432006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
144
145 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
146 * configure: Regenerate.
147 * objdump.c (fprintf): Remove declaration.
148 * bucomm.h (fprintf): Declare if not already declared.
149 (snprintf): Likewise.
150 (vsnprintf): Likewise.
151
eb4d9372
L
1522006-02-08 H.J. Lu <hongjiu.lu@intel.com>
153
154 * readelf.c (process_program_headers): Match PT_TLS segment
155 only with SHT_TLS sections.
156
266abb8f
NS
1572006-02-07 Nathan Sidwell <nathan@codesourcery.com>
158
159 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
160
d72d9b9e
L
1612006-02-02 H.J. Lu <hongjiu.lu@intel.com>
162
163 * readelf.c (process_program_headers): Undo the last change.
164
de205c03
L
1652006-02-02 H.J. Lu <hongjiu.lu@intel.com>
166
167 * readelf.c (process_program_headers): Undo the change made on
168 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
169 sections.
170
c8782eee
NC
1712006-01-30 Nick Clifton <nickc@redhat.com>
172
173 * objcopy.c (copy_object): Catch the case where an attempt is made
174 to add a section that already exists and produce a more helpful
175 warning message.
176
bdcfeba5
NC
1772006-01-26 Nick Clifton <nickc@redhat.com>
178
179 * po/vi.po: New Vietnamese translation.
180 * configure.in (ALL_LINGUAS): Add vi.
181 * configure: Regenerate.
182
67a4f2b7
AO
1832006-01-18 Alexandre Oliva <aoliva@redhat.com>
184
185 Introduce TLS descriptors for i386 and x86_64.
186 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
187 DT_TLSDESC_PLT.
188
6e2c86ac
NC
1892006-01-18 Nick Clifton <nickc@redhat.com>
190
191 PR binutils/1391
192 * objcopy.c (copy_object): For PE format targets set the VMA of a
193 newly created gnu_debuglink section to a non-zero, aligned,
194 contiguous value.
195 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
196 * Makefile.in: Regenerate.
197
d99b6465
AS
1982006-01-17 Andreas Schwab <schwab@suse.de>
199
200 PR binutils/1486
201 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
202 * configure: Regenerate.
203 * objdump.c (struct objdump_disasm_info): Don't check for
204 DISASSEMBLER_NEEDS_RELOCS.
205 (objdump_print_addr): Likewise.
206 (disassemble_bytes): Check disassembler_needs_relocs from
207 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
208 at compile-time.
209 (disassemble_section): Likewise.
210 (disassemble_data): Initialize it.
211
e2ba7bd7
AM
2122006-01-11 Alan Modra <amodra@bigpond.net.au>
213
62d732f5
AM
214 * objcopy.c (copy_object): Fix thinko.
215
e2ba7bd7
AM
216 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
217
64fd6348
NC
2182006-01-09 Mike Frysinger <vapier@gentoo.org>:
219
220 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
221 (get_machine_name): Likewise.
222
e88d958a 223For older changes see ChangeLog-2005
252b5132
RH
224\f
225Local Variables:
226mode: change-log
227left-margin: 8
228fill-column: 74
229version-control: never
230End:
This page took 0.40688 seconds and 4 git commands to generate.