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