]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
top level:
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
92f01d61
JM
12007-02-17 Mark Mitchell <mark@codesourcery.com>
2 Nathan Sidwell <nathan@codesourcery.com>
3 Vladimir Prus <vladimir@codesourcery.com
4 Joseph Myers <joseph@codesourcery.com>
5
6 * configure.in (--with-pkgversion): New option.
7 * configure: Regenerate.
8 * Makefile.am (bfdver.h): Substitute for @bfd_version_package@.
9 * Makefile.in: Regenerate.
10 * version.h (BFD_VERSION_STRING): Define using
11 @bfd_version_package@.
12
c0e3f241
CD
132007-02-16 Carlos O'Donell <carlos@codesourcery.com>
14
15 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data):
16 Print EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT
17 and EF_MIPS_UCODE.
18
72f6ea61
AM
192007-02-15 Alan Modra <amodra@bigpond.net.au>
20
21 * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,
22 declare.
23 (_bfd_norelocs_canonicalize_reloc): Likewise.
24 * libbfd.h: Regenerate.
25 * libbfd.c (_bfd_norelocs_get_reloc_upper_bound): New function.
26 (_bfd_norelocs_canonicalize_reloc): Likewise.
27 * binary.c (binary_bfd_reloc_type_lookup): Don't define.
28 (binary_get_reloc_upper_bound, binary_canonicalize_reloc): Likewise.
29 (binary_vec): Use _bfd_norelocs in BFD_JUMP_TABLE_RELOCS.
30 * ihex.c: Similarly.
31 * mach-o-target.c: Similarly.
32 * mach-o.c: Similarly.
33 * mmo.c: Similarly.
34 * pef.c: Similarly.
35 * ppcboot.c: Similarly.
36 * srec.c: Similarly.
37 * xsym.c: Similarly.
38
fab4a87f
L
392007-02-14 H.J. Lu <hongjiu.lu@intel.com>
40
41 PR ld/3953
42 * elflink.c (_bfd_elf_add_default_symbol): Check warning symbol
43 when adding default symbol.
44
e4e0193e
AM
452007-02-13 Alan Modra <amodra@bigpond.net.au>
46
47 * elf64-ppc.c (create_linkage_sections): Use section ".branch_lt"
48 for branch lookup table.
49
84f5d08e
AM
502007-02-12 Alan Modra <amodra@bigpond.net.au>
51
52 * elf64-ppc.c (create_linkage_sections): Don't create
53 .rela.rodata.brlt for --emit-relocs.
54 (ppc_build_one_stub): Create relocs for brlt --emit-relocs here.
55 (ppc_size_one_stub): Count them. Simplify test of stub type
56 when counting stub relocs. Set SEC_RELOC too.
57 (ppc64_elf_size_stubs): Clear reloc_count and SEC_RELOC.
58 (ppc64_elf_finish_dynamic_sections): Output brlt relocs.
59
4aac632e
AM
602007-02-12 Alan Modra <amodra@bigpond.net.au>
61
62 * elflink.c (evaluate_complex_relocation_symbols): Ignore relocs
63 with a zero symbol index.
64
8da3dbc5
AM
652007-02-12 Alan Modra <amodra@bigpond.net.au>
66
67 * elflink.c (bfd_elf_discard_info): Tidy setting of "eh".
68
b31847af
DB
692007-02-05 Dave Brolley <brolley@redhat.com>
70 Stan Cox <scox@redhat.com>
71
72 PR ld/3972
73 * elflink.c (elf_link_input_bfd): Always setup finfo->internal_syms.
74
722b0ff7 752007-02-05 Dave Brolley <brolley@redhat.com>
e382d174
DB
76 Richard Sandiford <rsandifo@redhat.com>
77 Stan Cox <scox@redhat.com>
78 Nick Clifton <nickc@redhat.com>
79 DJ Delorie <dj@redhat.com>
80 Frank Ch. Eigler <fche@redhat.com>
81 Ben Elliston <bje@redhat.com>
82 Richard Henderson <rth@redhat.com>
83
84 * Makefile.am (ALL_MACHINES): Add cpu-mep.lo.
85 (ALL_MACHINES_CFILES): Add CPU_MEP.c.
86 (BFD32_BACKENDS): Add elf32-mep.lo.
87 (BFD32_BACKENDS_CFILES): Add elf32-mep.c.
88 (cpu-mep.lo,elf32-mep.lo): New targets.
89 * archures.c (bfd_arch_mep): New enumerator.
90 (bfd_mach_mep, bfd_mach_mep_h1): New macros.
91 (bfd_mep_arch): New external variable.
92 (bfd_archures_list): Add bfd_mep_arch.
93 * config.bfd: Support mep-*-elf.
94 * configure.in: Support bfd_elf32_mep_vec and bfd_elf32_mep_little_vec.
95 * reloc.c (BFD_RELOC_MEP_*): New relocation numbers.
96 * targets.c (bfd_elf32_mep_vec,bfd_elf32_mep_little_vec): New extern
97 declarations.
98 (_bfd_target_vector): Add bfd_elf32_mep_vec and
99 bfd_elf32_mep_little_vec.
722b0ff7
DB
100 * mep-relocs.pl: New file.
101 * cpu-mep.c: New file.
102 * elf32-mep.c: New file.
103 * bfd-in2.h: Regenerate.
e382d174 104 * po/POTFILES.in: Regenerate.
722b0ff7
DB
105 * libbfd.h: Regenerate.
106 * Makefile.in: Regenerate.
107 * configure: Regenerate.
108
d9352518
DB
1092007-02-05 Dave Brolley <brolley@redhat.com>
110
111 * elflink.c (evaluate_complex_relocation_symbols): Check for
112 STT_SRELC for global symbols.
113 (perform_complex_relocations): Renamed to
114 perform_complex_relocation and now examines only one relocation.
115 (elf_link_input_bfd): Don't call perform_complex_relocations.
74e880a7 116 * elf-bfd.h (bfd_elf_perform_complex_relocation_: New prototype.
d9352518
DB
117 * elf32-mep.c (mep_elf_howto_table): Add R_RELC.
118 (OD,OS,OU): #undefs corrected to N, S and U repectively.
119 (mep_reloc_type_lookup): Handle BFD_RELOC_RELC.
120 (complex_reloc_installation_howto): Removed.
121 (mep_info_to_howto_rela): Remove special case for r_type==0xff.
122 (mep_elf_relocate_section): Call bfd_elf_perform_complex_relocation.
123
d9352518 1242007-02-05 Dave Brolley <brolley@redhat.com>
e382d174
DB
125 Richard Sandiford <rsandifo@redhat.com>
126 DJ Delorie <dj@redhat.com>
127 Graydon Hoare <graydon@redhat.com>
128 Nick Clifton <nickc@cambridge.redhat.com>
129 Jeff Holcomb <jeffh@redhat.com>
130 Frank Ch. Eigler <fche@redhat.com>
131
132 * elf-bfd.h (bfd_elf_perform_complex_relocations): New prototype.
133 * elf.c (swap_out_syms): Handle BSF_RELC and BSF_SRELC.
134 * elfcode.h (elf_slurp_symbol_table): Handle STT_RELC and STT_SRELC.
135 * elflink.c (set_symbolValue): New static function.
d9352518
DB
136 (resolve_symbol): Likewise.
137 (resolve_section): Likewise.
138 (undefined_reference): Likewise.
139 (eval_symbol): Likewise.
140 (evaluate_complex_relocation_symbols): Likewise.
141 (put_value): Likewise.
142 (get_value): Likewise.
e382d174
DB
143 (decode_complex_addend):
144 (bfd_elf_perform_complex_relocation): New function.
145 (elf_link_input_bfd): Call evaluate_complex_relocation_symbols.
146 * reloc.c (BFD_RELOC_RELC): New relocation number.
147 * syms.c (BSF_RELC,BSF_SRELC): New macros.
d9352518 148
f1ab2340 1492007-02-05 Bob Wilson <bob.wilson@acm.org>
74e880a7 150
f1ab2340
BW
151 * elf32-xtensa.c (elf_xtensa_make_sym_local): Delete.
152 (elf_xtensa_hide_symbol, elf_backend_hide_symbol): Delete.
153 (elf_xtensa_fix_refcounts, elf_xtensa_allocate_plt_size)
154 (elf_xtensa_allocate_got_size): Replace these with...
155 (elf_xtensa_allocate_dynrelocs): ...this new function.
156 (elf_xtensa_size_dynamic_sections): Use it.
74e880a7 157
e5f131d1 1582007-02-05 Bob Wilson <bob.wilson@acm.org>
74e880a7 159
e5f131d1
BW
160 * elf32-xtensa.c (elf_howto_table) <R_XTENSA_GLOB_DAT>
161 <R_XTENSA_JMP_SLOT, R_XTENSA_RELATIVE, R_XTENSA_PLT, R_XTENSA_DIFF32>:
162 Set src_mask to zero.
163 <R_XTENSA_DIFF8, R_XTENSA_DIFF16>: Likewise. Also fix dst_mask.
164 <R_XTENSA_ASM_EXPAND>: Set pcrel_offset to TRUE.
74e880a7 165
4608f3d9
BW
1662007-02-02 Bob Wilson <bob.wilson@acm.org>
167
168 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Renamed to...
169 (elf_xtensa_dynamic_symbol_p): ...this.
170
f0e6fdb2
BW
1712007-02-02 Bob Wilson <bob.wilson@acm.org>
172
173 * elf32-xtensa.c (plt_reloc_count): Move into link hash table.
174 (struct elf_xtensa_link_hash_table): New.
175 (elf_xtensa_hash_table): New.
176 (elf_xtensa_link_hash_table_create): New.
177 (elf_xtensa_check_relocs): Update plt_reloc_count references.
178 Update arguments to add_extra_plt_sections.
179 (elf_xtensa_create_dynamic_sections): Record new sections in the hash
180 table. Update for plt_reloc_count and add_extra_plt_sections.
181 (add_extra_plt_sections, elf_xtensa_create_plt_entry): Replace dynobj
182 argument with link info. Update calls to elf_xtensa_get_plt_section
183 and elf_xtensa_get_gotplt_section.
184 (elf_xtensa_allocate_local_got_size, elf_xtensa_size_dynamic_sections)
185 (elf_xtensa_relocate_section, elf_xtensa_finish_dynamic_sections)
186 (elf_xtensa_discard_info_for_section, shrink_dynamic_reloc_sections)
187 (relax_property_section): Get sections from the hash table and update
188 function calls.
189 (elf_xtensa_get_plt_section, elf_xtensa_get_gotplt_section): Replace
190 dynobj argument with link info. Get sections for first plt chunk from
191 the hash table.
192 (bfd_elf32_bfd_link_hash_table_create): Define.
193
c15f73f9
JJ
1942007-02-02 Jakub Jelinek <jakub@redhat.com>
195
196 * elf-bfd.h (struct elf_obj_tdata): Change symbuf type to void *.
197 * elf.c (struct elf_symbuf_symbol, struct elf_symbuf_head): New types.
198 (struct elf_symbol): Change first member into union.
199 (elf_sort_elf_symbol): Compare pointers to internal syms rather than
200 internal syms. Only compare st_shndx fields.
201 (elf_create_symbuf): New function.
202 (bfd_elf_match_symbols_in_sections): Use it. If symbufs are available
203 for bfds, use a binary search, otherwise don't qsort symbols
204 unnecessarily only to select which symbols are for the particular
205 shndx.
206
effdf42a
NC
2072007-02-01 Nick Clifton <nickc@redhat.com>
208
209 PR ld/3852
210 * elf.c (_bfd_elf_link_hash_table_init): Initialize all the fields
211 in the elf_link_hash_table structure.
212
183e98be
AM
2132007-02-01 Alan Modra <amodra@bigpond.net.au>
214
215 * elf-bfd.h (struct elf_backend_data): Add elf_backend_write_core_note.
216 * elfxx-target.h (elf_backend_write_core_note): Define and use.
217 * elf.c (elfcore_write_prpsinfo): Call the above. Add support for
218 32-bit core note on 64-bit target.
219 (elfcore_write_prstatus): Likewise.
220 (elfcore_write_lwpstatus): Make note_name const.
221 (elfcore_write_prfpreg): Likewise.
222 (elfcore_write_pstatus): Add support for 32-bit core note on 64-bit
223 target.
224 * elf32-ppc.c (ppc_elf_write_core_note): New function.
225 (elf_backend_write_core_note): Define.
226 * elf64-ppc.c (ppc64_elf_write_core_note): New function.
227 (elf_backend_write_core_note): Define.
228
fc523535 2292007-01-31 H.J. Lu <hongjiu.lu@intel.com>
16cecee5
L
230
231 * elf32-cris.c (INCLUDED_TARGET_FILE): Removed.
232 (elf32_bed): Defined for elf32-us-cris.
233
234 * elf64-sh64.c (elf64_bed): Defined for Linux.
235 (INCLUDED_TARGET_FILE): Removed.
236
237 * elfxx-target.h (elfNN_bed): Always define. Don't check
238 INCLUDED_TARGET_FILE.
239
c9b57b7e
DD
2402007-01-31 DJ Delorie <dj@redhat.com>
241
242 * elf-m10300.c (mn10300_elf_relocate_section): Clarify the warning
243 message for dangerous relocs, special case the common user error.
244
53020534
L
2452007-01-30 H.J. Lu <hongjiu.lu@intel.com>
246
247 * elf.c (copy_elf_program_header): Start from the first section
248 in a segment and stop when all sections in a segment are
249 accounted for.
250
c7b8f16e
JB
2512007-01-29 Julian Brown <julian@codesourcery.com>
252
253 * bfd-in2.h: Regenerate.
254 * bfd-in.h (bfd_arm_vfp11_fix): New enum. Specify how VFP11
255 instruction scanning should be done.
256 (bfd_elf32_arm_init_maps, bfd_elf32_arm_vfp11_erratum_scan)
257 (bfd_elf32_arm_vfp11_fix_veneer_locations): Add prototypes.
258 (bfd_elf32_arm_set_target_relocs): Add vfp11 fix type argument to
259 prototype.
260 * elf-bfd.h (elf_backend_write_section): Add struct bfd_link_info
261 argument.
262 * elf32-arm.c (VFP11_ERRATUM_VENEER_SECTION_NAME)
263 (VFP11_ERRATUM_VENEER_ENTRY_NAME): Define macros.
264 (elf32_vfp11_erratum_type): New enum.
265 (elf32_vfp11_erratum_list): New struct. List of veneers or jumps to
266 veneers.
267 (_arm_elf_section_data): Add mapsize, erratumcount, erratumlist.
268 (elf32_arm_link_hash_table): Add vfp11_erratum_glue_size,
269 vfp11_fix and num_vfp11_fixes fields.
270 (elf32_arm_link_hash_table_create): Initialise vfp11_fix,
271 vfp11_erratum_glue_size, num_vfp11_fixes fields.
272 (VFP11_ERRATUM_VENEER_SIZE): Define. Size of an (ARM) veneer.
273 (bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
274 glue section.
275 (elf32_arm_section_map_add): Add an code/data mapping symbol entry
276 to a section's map.
277 (record_vfp11_erratum_veneer): Create a single veneer, and its
278 associated symbols.
279 (bfd_elf32_arm_add_glue_sections_to_bfd): Add vfp11 erratum glue.
280 (bfd_elf32_arm_init_maps): Initialise mapping symbol table for input
281 BFDs.
282 (bfd_elf32_arm_set_vfp11_fix): Set the type of erratum workaround
283 required.
284 (bfd_arm_vfp11_pipe): Define VFP11 instruction pipes.
285 (bfd_arm_vfp11_regno): Recode a register number from a VFP11 insn.
286 (bfd_arm_vfp11_write_mask): Update write mask according to coded
287 register number.
288 (bfd_arm_vfp11_antidependency): New function.
289 (bfd_arm_vfp11_insn_decode): Decode a VFP11 insn.
290 (elf32_arm_compare_mapping): Declare.
291 (bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
292 BFD for potential erratum-triggering insns. Record results.
293 (bfd_elf32_arm_vfp11_fix_veneer_locations): Find out where veneers
294 and branches to veneers have been placed in virtual memory after
295 layout.
296 (bfd_elf32_arm_set_target_relocs): Set vfp11_fix field in global
297 hash table.
298 (elf32_arm_output_symbol_hook): Remove.
299 (elf32_arm_write_section): Output veneers, and branches to veneers.
300 Use maps from input sections, not output sections, for code
301 byte-swapping.
302 * elf32-ppc.c (ppc_elf_write_section): Add dummy link_info argument.
303 * elf32-score.c (_bfd_score_elf_write_section): Likewise.
304 * elfxx-mips.c (_bfd_mips_elf_write_section): Likewise.
305 * elfxx-mips.h (_bfd_mips_elf_write_section): Likewise.
306
3072007-01-27 H.J. Lu <hongjiu.lu@intel.com>
83d1651b
L
308
309 * elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
b8210914 310 (INCLUDED_TARGET_FILE): Removed.
83d1651b 311
914dfb0f
DA
3122007-01-27 Mike Frysinger <vapier@gentoo.org>
313
314 * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
315 (INCLUDED_TARGET_FILE): Remove.
316
78eba9b6
DD
3172007-01-25 DJ Delorie <dj@redhat.com>
318
319 * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
320 R_M32C_16 or R_M32C_24 relocs.
321
64ee10b6
NC
3222007-01-25 Nick Clifton <nickc@redhat.com>
323
324 PR binutils/3874
325 * elf32-avr.c (avr_link_hash_table): Check to make sure that the
326 hash table was created by elf32_avr_link_hash_table_create before
327 using it.
328 (elf32_avr_link_hash_newfunc): New function. Just pass the call
329 through to _bfd_elf_link_hash_newfunc.
330 (elf32_avr_link_hash_table_create): Use
331 elf32_avr_link_hash_newfunc instead of
332 _bfd_elf_link_hash_newfunc.
333 (elf32_avr_relocate_section): Check for the hash table pointer
334 being NULL.
335 (elf32_avr_relax_section, avr_build_one_stub,
336 elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
337 elf32_avr_build_stubs): Likewise.
338
40b36307
L
3392007-01-16 H.J. Lu <hongjiu.lu@intel.com>
340
341 PR ld/3831
342 * elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
343 argument, Elf_Internal_Sym *.
344
345 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
346 symbol dynamic if info->dynamic_data is TRUE.
347 (bfd_elf_record_link_assignment): Updated call to
348 bfd_elf_record_link_assignment.
349 (_bfd_elf_merge_symbol): Likewise. Always call
350 bfd_elf_link_mark_dynamic_symbol.
351
fc523535 3522007-01-12 H.J. Lu <hongjiu.lu@intel.com>
a454209d
L
353
354 * Makefile.am (BFD_LIBS): Removed.
355 * Makefile.in: Regenerated.
356
fc523535 3572007-01-11 H.J. Lu <hongjiu.lu@intel.com>
21e40a48
L
358
359 PR binutils/3631
360 * Makefile.am (OFILES): Add @bfd64_libs@.
361 (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
362 * Makefile.in: Regenerated.
363
364 * configure.in (bfd_libs): Replaced by ...
365 (bfd64_libs): This.
366 * configure: Regenerated.
367
59e0647f
NS
3682007-01-11 Nathan Sidwell <nathan@codesourcery.com>
369
370 * elf.c (assign_file_positions_for_load_sections): We can
371 require fewer phdrs than expected.
372
3bdcfdf4
KH
3732007-01-08 Kazu Hirata <kazu@codesourcery.com>
374
375 * archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
376 * bfd-in2.h: Regenerate.
377 * cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
378 bfd_mach_cpu32_fido.
379 (m68k_arch_features): Use fido_a instead of cpu32.
380 (bfd_m68k_compatible): Reject the combination of Fido and
381 ColdFire. Accept the combination of CPU32 and Fido with a
382 warning.
383 * elf32-m68k.c (elf32_m68k_object_p,
384 elf32_m68k_merge_private_bfd_data,
385 elf32_m68k_print_private_bfd_data): Treat Fido as an
386 architecture by itself.
387
42037fe5
NC
3882007-01-08 Kai Tietz <kai.tietz@onevision.com>
389
390 * config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
391
ebe8b991
JJ
3922007-01-05 Jakub Jelinek <jakub@redhat.com>
393
394 * texhex.c (first_phase): Don't fall through into the default
395 case.
396 (pass_over): Replace abort () calls with return FALSE. Fix
397 buffer overflow.
398
b327f31f
AM
3992007-01-04 Jie Zhang <jie.zhang@analog.com>
400
401 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
402 SEC_EXCLUDE on zero size .eh_frame.
403
10a2343e 404For older changes see ChangeLog-2006
56882138
AM
405\f
406Local Variables:
407mode: change-log
408left-margin: 8
409fill-column: 74
410version-control: never
411End: