bfd/
[external/binutils.git] / bfd / ChangeLog
1 2010-05-03  Tristan Gingold  <gingold@adacore.com>
2
3         * vms-lib.c (vms_lib_bopen): Fix the size threshold to read
4         selective_search flag.
5         Add comments.
6         * vms-alpha.c (alpha_vms_bfd_final_link): Create the DMT section
7         before output_has_begun is set.
8
9 2010-05-03  Tristan Gingold  <gingold@adacore.com>
10
11         * vms-alpha.c: Add comments.
12         (struct vms_private_data_struct): Remove image_autoextend field.
13         (dst_check_allocation): Removed.
14         (image_write): Remove call to dst_check_allocation.
15         (vms_slurp_debug): Do not set image_autoextend.  Adjust section
16         size.
17         (_bfd_vms_slurp_object_records): Remove useless new_type variable.
18         (alpha_vms_write_exec): Use dst_section to get the dst section.
19         Write the dmt section.
20         (evax_bfd_print_image): Also print the dst size in hexa.  Fix typo.
21         (alpha_vms_read_sections_content): Do not set image_autoextend.
22         (alpha_vms_bfd_final_link): Generate the dst.
23
24 2010-05-03  Tristan Gingold  <gingold@adacore.com>
25
26         * vms-lib.c (_bfd_vms_lib_archive_p): Adjust for a possible empty
27         next array.
28         (vms_lib_dcx): Adjust for the above change.
29
30 2010-04-30  H.J. Lu  <hongjiu.lu@intel.com>
31
32         PR ld/11542
33         * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): New.
34
35         * elf32-i386.c (elf_i386_relocate_section): Use it.
36         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
37
38 2010-04-30  Tristan Gingold  <gingold@adacore.com>
39
40         * vms-lib.c (vms_read_block): New function.
41         (vms_traverse_index): Use vms_read_block.  Handle long key names.
42
43 2010-04-30  Tristan Gingold  <gingold@adacore.com>
44
45         * vms-lib.c (struct lib_tdata): Field artdata added, fields nbr_syms
46         and syms removed.
47         (struct carsym_mem): New structure.
48         (vms_add_index): New function.
49         (vms_add_indexes_from_list): New function.
50         (vms_traverse_index): Parameter carsym changed to carsym_mem.
51         Code adjusted to handle elfidx.
52         (vms_lib_read_index): Adjusted for vms_traverse_index changes.
53         Parameter NBREL is now a pointer.
54         (_bfd_vms_lib_archive_p): Adjust for above change.  Handle ia64
55         archives.
56         (_bfd_vms_lib_mkarchive): Adjusted for changes in struct lib_tdata.
57         (_bfd_vms_lib_find_symbol): Ditto.
58         (vms_lib_bopen): Fix two typos: return FALSE in case of error,
59         check MHD id.
60         (_bfd_vms_lib_get_module): New function.
61         (_bfd_vms_lib_get_elt_at_index): Rewritten using the above
62         function.
63         (_bfd_vms_lib_openr_next_archived_file): Use _bfd_vms_lib_get_module.
64         (_bfd_vms_lib_generic_stat_arch_elt): Handle ia64 archives.
65         (vms_write_index): Adjust for structure renamed.
66         * vms-alpha.c (alpha_vms_link_add_archive_symbols): Adjust for
67         changes of _bfd_vms_lib_find_symbol.
68
69 2010-04-28  Kai Tietz  <kai.tietz@onevision.com>
70
71         * config.bfd: Correct accidential reverted patch
72         about vax*-*-*vms*.
73
74 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
75
76         * pe-x86_64.c (TARGET_UNDERSCORE): Set value dependent
77         to USE_MINGW64_LEADING_UNDERSCORES.
78         * pei-x86_64.c (TARGET_UNDERSCORE): Likewise.
79         * config.bfd: Change underscoring default for x64 mingw
80         to false.
81         * coffcode.h (coff_write_relocs): Add check that dereferenced
82         sym_ptr_ptr isn't NULL.
83         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
84         * configure: Regenerated.
85         * configure.in: Add option '--enable-leading-mingw64-underscores'
86         and define config.in variable USE_MINGW64_LEADING_UNDERSCORES.
87
88 2010-04-27  Nick Clifton  <nickc@redhat.com>
89
90         PR binutils/11512
91         * coffgen.c (coff_find_nearest_line): Incldue the section address
92         of function name symbols in address comparisons.
93
94 2010-04-27  Nick Clifton  <nickc@redhat.com>
95
96         * po/fr.po: Updated French translation.
97
98 2010-04-23  Alan Modra  <amodra@gmail.com>
99
100         * elf.c: Replace use of ELF_IS_SECTION_IN_SEGMENT and
101         ELF_IS_SECTION_IN_SEGMENT_FILE with ELF_SECTION_IN_SEGMENT
102         throughout file.
103         (assign_file_positions_for_load_sections): Modify section in
104         segment warning to ignore overlay vmas.
105         * elf32-spu.c (spu_elf_object_p): Replace use of
106         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
107
108 2010-04-22  Nick Clifton  <nickc@redhat.com>
109
110         * po/bfd.pot: Updated by the Translation project.
111         * po/vi.po: Updated Vietnamese translation.
112
113 2010-04-22  Alan Modra  <amodra@gmail.com>
114
115         * elf.c (assign_file_positions_for_load_sections): Revert 2008-05-29
116         change.  Tidy.  Don't error on sections not allocated in segment.
117
118 2010-04-15  Andrew Haley  <aph@redhat.com>
119
120         * bfd-in.h (elf32_arm_fix_exidx_coverage): Add new flag:
121         merge_exidx_entries.
122         * bfd-in2.h: Likewise.
123         * elf32-arm.c (elf32_arm_fix_exidx_coverage): Likewise.  Use it to
124         control merging of exidx entries.
125
126 2010-04-20  Joseph Myers  <joseph@codesourcery.com>
127
128         * elf32-tic6x.h: New.
129         * elf-bfd.h (enum elf_target_id): Define TIC6X_ELF_DATA.
130         * elf32-tic6x.c (struct elf32_tic6x_obj_tdata, elf32_tic6x_tdata,
131         elf32_tic6x_howto_table_rel, elf32_tic6x_info_to_howto_rel,
132         elf32_tic6x_set_use_rela_p, elf32_tic6x_mkobject,
133         elf32_tic6x_new_section_hook, elf32_tic6x_rel_relocation_p,
134         bfd_elf32_mkobject, bfd_elf32_new_section_hook): New.
135         (elf32_tic6x_reloc_type_lookup, elf32_tic6x_reloc_name_lookup,
136         elf32_tic6x_relocate_section): Handle REL relocations.
137         (elf_info_to_howto_rel): Define to elf32_tic6x_info_to_howto_rel.
138
139 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
140
141         * dwarf2.c (find_abstract_instance_name, scan_unit_for_symbols): Treat
142         DW_AT_linkage_name the same as DW_AT_MIPS_linkage_name.
143
144 2010-04-19  Nick Clifton  <nickc@redhat.com>
145
146         * archive64.c (bfd_elf64_archive_slurp_armap): Remove unused
147         arhdrpos variable.
148         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add unused
149         attribute to warned variable.  Remove unused val, type and type2
150         variables.
151
152 2010-04-16  Andreas Schwab  <schwab@redhat.com>
153
154         * vms-alpha.c (alpha_vms_link_add_object_symbols): Avoid breaking
155         strict-aliasing rules.
156
157 2010-04-16  Tristan Gingold  <gingold@adacore.com>
158
159         * vms-alpha.c (_bfd_vms_slurp_eihd): Fix typo.
160         (_bfd_vms_get_object_record): Always assume there is a pad byte
161         for alignment.
162
163         * vms-lib.c: Add a few comments.
164
165 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
166
167         * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support additions to
168         attributes in v2.08 of the ABI.
169
170 2010-04-15  Alan Modra  <amodra@gmail.com>
171
172         * config.bfd (vax*-*-*vms*): Delete.
173
174 2010-04-14  Tristan Gingold  <gingold@adacore.com>
175
176         * Makefile.am (BFD32_BACKENDS): Remove vms-gsd.lo, vms-hdr.lo,
177         vms-tir.lo, vms.lo and add vms-alpha.lo
178         (BFD32_BACKENDS_CFILES): Remove vms-gsd.c, vms-hdr.c,
179         vms-tir.c, vms.c and add vms-alpha.c
180         * Makefile.in: Regenerate.
181         * configure.in (TDEFINES): Adjust file list for vms_alpha_vec.
182         Remove vms_vax_vec.
183         * configure: Regenerate.
184         * targets.c (vms_vax_vec): Remove the declaration.
185         (_bfd_target_vector): Remove vms_vax_vec.
186         * vms-alpha.c: New file.
187         * vms-gsd.c: Removed, rewritten in vms-alpha.c
188         * vms-hdr.c: Ditto.
189         * vms-tir.c: Ditto.
190         * vms.c: Ditto.
191         * vms-misc.c: Fix indentation and comments.  Replace most of
192         #if VMS_DEBUG/vms_debug with vms_debug2.
193         (_bfd_vms_hash_newfunc): Moved to vms-alpha.c
194         (hash_string): Ditto.
195         (_bfd_vms_length_hash_symbol): Ditto.
196         (maybe_adjust_record_pointer_for_object): Ditto.
197         (_bfd_vms_get_object_record): Ditto.
198         (vms_get_remaining_object_record): Ditto.
199         (_bfd_vms_push): Ditto.
200         (_bfd_vms_pop): Ditto.
201         (_bfd_vms_get_header_values): Removed.
202         (_bfd_vms_get_first_record): Removed.
203         (vms_get_remaining_image_record): Removed.
204         (new_symbol): Removed.
205         (_bfd_vms_enter_symbol): Removed.
206         (_bfd_vms_save_sized_string): Use memcpy instead of strncpy.
207         (_bfd_vms_output_begin): Remove rechead parameter.  Replace bfd
208         parameter with struct vms_rec_wr.
209         (_bfd_vms_output_push): Removed and replaced by ...
210         (_bfd_vms_output_begin_subrec): ... new function.
211         (_bfd_vms_output_alignment): Replace bfd parameter with
212         struct vms_rec_wr, and adjust.
213         (_bfd_vms_output_check): Ditto
214         (_bfd_vms_output_byte): Ditto.
215         (_bfd_vms_output_short): Ditto.
216         (_bfd_vms_output_long): Ditto.
217         (_bfd_vms_output_quad): Ditto.
218         (_bfd_vms_output_counted): Ditto.
219         (_bfd_vms_output_dump): Ditto.
220         (_bfd_vms_output_fill): Ditto.
221         (_bfd_vms_output_pop): Removed and replaced by ...
222         (_bfd_vms_output_end_subrec): ... new function.
223         (_bfd_vms_output_flush): Removed.
224         (_bfd_vms_output_align): New function.
225         (_bfd_vms_output_end): Add recwr parameter.  Adjust for this new
226         parameter.
227         (vms_convert_to_var): New function imported from vms.c
228         (vms_convert_to_var_1): Ditto.
229         (vms_convert_to_var_unix_filename): Ditto.
230         (vms_get_module_name): Ditto.
231         (get_vms_time_string): Ditto.
232         (vms_time_to_time_t): Ditto.
233         (vms_rawtime_to_time_t): Ditto.
234         * vms.h: All macros for the VMS file format are now in include/vms.
235         Prototypes for vms.c, vms-gsd.c, vms-misc.c, vms-hdr.c, vms-tir.c
236         have been removed.
237         (struct vms_symbol_struct, struct stack_struct): Moved to vms-alpha.c
238         (struct fileinfo, struct srecinfo, struct lineinfo): Ditto.
239         (struct funcinfo, struct vms_private_data_struct): Ditto.
240         (struct vms_section_data_struct): Ditto.
241         (struct vms_rec_rd, stryct vms_rec_wr): New declarations.
242         (vms_get_module_name, get_vms_time_string): New declarations.
243         (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto.
244         (_bfd_vms_output_begin_subrec, _bfd_vms_output_end_subrec): Ditto.
245         (_bfd_vms_save_sized_string, _bfd_vms_save_counted_string): Adjusted.
246         (_bfd_vms_output_begin, _bfd_vms_output_alignment): Ditto.
247         (_bfd_vms_output_end,_bfd_vms_output_check): Ditto.
248         (_bfd_vms_output_byte, _bfd_vms_output_short): Ditto.
249         (_bfd_vms_output_long, _bfd_vms_output_quad): Ditto.
250         (_bfd_vms_output_counted, _bfd_vms_output_dump): Ditto.
251         (_bfd_vms_output_fill): Ditto.
252         (bfd_vms_set_section_flags): Ditto.
253
254 2010-04-14  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
255
256         * elflink.c (_bfd_elf_merge_symbol): Tighten up the test for early
257         exit due to merging the same weak symbol to test that the symbols are
258         actually weak.
259
260 2010-04-13  Alan Modra  <amodra@gmail.com>
261
262         * elf64-ppc.c (ppc64_elf_relocate_section): Correct NOP location
263         when optimizing high got_tlsgd/ld insns.
264
265 2010-04-10  H.J. Lu  <hongjiu.lu@intel.com>
266
267         * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
268         define.
269         (HAVE_PRSTATUS32_T): Likewise.
270
271 2010-04-10  H.J. Lu  <hongjiu.lu@intel.com>
272
273         PR corefiles/11467
274         * configure.in (CORE_HEADER): New. Set to hosts/x86-64linux.h
275         for x86_64-*-linux*.
276         * config.in: Regenerated.
277         * configure: Likewise.
278
279         * elf.c: Include CORE_HEADER if it is defined.
280
281 2010-04-10  H.J. Lu  <hongjiu.lu@intel.com>
282             Jan Kratochvil  <jan.kratochvil@redhat.com>
283
284         * hosts/x86-64linux.h: New.
285
286 2010-04-09  Nick Clifton  <nickc@redhat.com>
287
288         * aoutx.h (aout_link_input_bfd): Remove unused variable sym_count.
289         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Remove unused
290         variables htab and hdr_info and mark info parameter as unused.
291         * elf.c (prep_headers): Remove unused variable i_phdrp.
292         (_bfd_elf_write_object_contents): Remove unused variable i_ehdrp.
293         * elf32-i386.c (elf_i386_relocate_section): Mark variabled warned
294         as unused.
295         * peXXigen.c (pe_print_reloc): Remove unused variable datasize.
296         * verilog.c (verilog_write_section): Remove unused variable
297         address.
298
299 2010-04-07  Alan Modra  <amodra@gmail.com>
300
301         * warning.m4 (GCC_WARN_CFLAGS): Only add -Wshadow for gcc-4 and above.
302         * configure: Regenerate.
303
304 2010-04-06  H.J. Lu  <hongjiu.lu@intel.com>
305
306         PR ld/11434
307         * elf-bfd.h (SYMBOLIC_BIND): Don't bind unique symbol locally.
308
309 2010-04-06  Tristan Gingold  <gingold@adacore.com>
310
311         * vms-lib.c (_bfd_vms_lib_write_archive_contents): Fix idd flags.
312
313 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
314
315         * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Handle CIE version 4
316         provided that it has the expected address size and zero segment
317         length.
318
319         * dwarf2.c (struct line_head): Add maximum_ops_per_insn field.
320         (struct line_info): Add op_index field, change end_sequence type to
321         unsigned char.
322         (new_line_sorts_after): For the same address compare op_index.
323         (add_line_info): Add op_index argument, store it into the structure.
324         (decode_line_info): Complain about unknown versions of .debug_line.
325         Initialize maximum_ops_per_insn.  Add op_index state register and
326         track it.
327
328 2010-04-01  Nathan Sidwell  <nathan@codesourcery.com>
329
330         * elf32-ppc.c (apuinfo_set): New static var.
331         (ppc_elf_begin_write_processing): Set it here, always create an
332         APUinfo section if there were any in the inputs.
333         (ppc_elf_write_section): Check apuinfo_set.
334         (ppc_elf_final_write_processing): Likewise.
335
336 2010-04-01  Tristan Gingold  <gingold@adacore.com>
337
338         * vms.h: Include time.h. Add prototypes for vms_get_module_name,
339         vms_time_to_time_t and vms_rawtime_to_time_t.
340         * vms.c (vms_alpha_vec): Add archives support.
341         * vms-misc.c: Include safe-ctype.h
342         (vms_get_module_name): New function.
343         (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto.
344         * vms-hdr.c (_bfd_vms_write_hdr): Put module name creation to the
345         vms_get_module_name function.  Use this function.
346         * targets.c: Declare vms_lib_txt_vec.  Add it to _bfd_target_vector.
347         * libbfd-in.h: Add prototype for _bfd_append_relative_path.
348         Add prototypes for vms-lib.c
349         * libbfd.h: Regenerate.
350         * configure.in (TDEFINES): Add an entry for vms_lib_txt_vec.  Add
351         vms-lib.lo to vms_alpha_vec.
352         * config.bfd (targ_cpu): Add targ_selvecs for alpha*-*-*vms*.
353         * configure: Regenerate.
354         * bfd.c: Add selective_search field.
355         * bfd-in2.h: Regenerate.
356         * archive.c (append_relative_path): Rename to
357         _bfd_append_relative_path and make it public.
358         (_bfd_get_elt_at_filepos): Adjust for above renaming.
359         * Makefile.am (BFD32_BACKENDS): Add vms-lib.lo
360         (BFD32_BACKENDS_CFILES): Add vms-lib.c
361         * Makefile.in: Regenerate.
362
363 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
364
365         * dwarf2.c (read_attribute_value): Handle CU version 4
366         for DW_FORM_ref_addr, handle DW_FORM_sec_offset, DW_FORM_exprloc
367         and DW_FORM_flag_present.  For unknown form value return NULL.
368         (scan_unit_for_symbols): For DW_AT_location handle DW_FORM_exprloc
369         like DW_FORM_block.
370         (parse_comp_unit): Allow CU version 4.
371
372 2010-04-01  Hans-Peter Nilsson  <hp@axis.com>
373
374         * elf32-cris.c (cris_elf_relocate_section): Correct first argument
375         to _bfd_elf_get_dynamic_reloc_section.
376         (elf_cris_discard_excess_dso_dynamics): Ditto.
377
378 2010-03-31  Kai Tietz  <kai.tietz@onevision.com>
379
380         * coff-i386.c (in_reloc_p): Check also for R_SECREL32.
381         * coff-x86_64.c (in_reloc_p): Check also for R_AMD64_SECREL.
382
383 2010-03-31  Alan Modra  <amodra@gmail.com>
384
385         * elf64-ppc.c (ppc64_elf_relocate_section): Nop out optimized
386         TPREL16_HI and TPREL16_HA insns.
387
388 2010-03-31  Hans-Peter Nilsson  <hp@axis.com>
389
390         PR ld/11458
391         * elf32-cris.c (elf_cris_copy_indirect_symbol): Remove invalid
392         assert of empty pcrel_relocs_copied on the direct symbol.  Instead
393         of moving the list from the indirect symbol to the direct symbol,
394         merge into any existing list.
395         (cris_elf_check_relocs): Store the original section in the
396         pcrel_relocs_copied list, not the relocation section.
397         (elf_cris_discard_excess_dso_dynamics): Adjust accordingly to find
398         the relocation section, for reducing its size.  Change the
399         BFD_ASSERT into a check for the section being read-only, and only
400         emit warnings and TEXTREL marker when there's an entry for a
401         read-only section.
402
403 2010-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
404
405         * elf32-arm.c (using_thumb_only): Handle v6-M.
406
407 2010-03-26  Alan Modra  <amodra@gmail.com>
408
409         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_EMB_RELSDA>): Not pc-relative.
410         * bfd-in.h (elf_discarded_section): Clarify comment.
411         * reloc.c (struct reloc_howto_struct <pc_relative>): Likewise.
412         * bfd-in2.h: Regenerate.
413
414 2010-03-26  Matt Rice  <ratmice@gmail.com>
415
416         * archive.c (_bfd_compute_and_write_armap): Allow symbols flagged
417         as unique in the armap.
418
419 2010-03-26  Alan Modra  <amodra@gmail.com>
420
421         PR ld/11375
422         * elf64-ppc.c (ppc64_elf_relocate_section): Always look up a
423         possible stub on branches.
424
425 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
426
427         * Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo.
428         (ALL_MACHINES_CFILES): Add cpu-tic6x.c.
429         (BFD32_BACKENDS): Add elf32-tic6x.lo.
430         (BFD32_BACKENDS_CFILES): Add elf32-tic6x.c.
431         * Makefile.in: Regenerate.
432         * archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New.
433         (bfd_archures_list): Update.
434         * config.bfd (tic6x-*-elf): New.
435         * configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec):
436         New.
437         * configure: Regenerate.
438         * cpu-tic6x.c, elf32-tic6x.c: New.
439         * reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12,
440         BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7,
441         BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16,
442         BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B,
443         BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W,
444         BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B,
445         BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W,
446         BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H,
447         BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W,
448         BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W,
449         BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31,
450         BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN,
451         BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New.
452         * targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New.
453         (_bfd_target_vector): Update.
454         * bfd-in2.h, libbfd.h: Regenerate.
455
456 2010-03-24  H.J. Lu  <hongjiu.lu@intel.com>
457
458         * aout-target.h: Update copyright year.
459         * aout-tic30.c: Likewise.
460         * coff-alpha.c: Likewise.
461         * coff-rs6000.c: Likewise.
462         * coff64-rs6000.c: Likewise.
463         * elf64-mips.c: Likewise.
464         * ieee.c: Likewise.
465         * libecoff.h: Likewise.
466         * mach-o-target.c: Likewise.
467         * mach-o.c: Likewise.
468         * oasys.c: Likewise.
469         * targets.c: Likewise.
470
471 2010-03-24  H.J. Lu  <hongjiu.lu@intel.com>
472
473         * libbfd-in.h: Update copyright year.
474
475 2010-03-21  H.J. Lu  <hongjiu.lu@intel.com>
476
477         PR ld/11413
478         * elflink.c (_bfd_elf_add_default_symbol): Check !executable
479         instead of shared.
480
481 2010-03-19  Jie Zhang  <jie@codesourcery.com>
482
483         * elf32-arm.c (struct section_list): Remove.
484         (section_list): Remove typedef.
485         (record_section_with_arm_elf_section_data): Remove.
486         (find_arm_elf_section_entry): Remove.
487         (get_arm_elf_section_data): Use is_arm_elf.
488         (unrecord_section_with_arm_elf_section_data): Remove.
489         (elf32_arm_new_section_hook): Don't call
490         record_section_with_arm_elf_section_data.
491         (elf32_arm_write_section): Set mapcount to -1 when
492         the map has been used. Don't call
493         unrecord_section_with_arm_elf_section_data.
494         (unrecord_section_via_map_over_sections): Remove.
495         (elf32_arm_close_and_cleanup): Remove.
496         (elf32_arm_bfd_free_cached_info): Remove.
497         (bfd_elf32_close_and_cleanup): Don't define.
498         (bfd_elf32_bfd_free_cached_info): Don't define.
499
500 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
501
502         PR binutils/11396
503         * libcoff-in.h (pe_tdata): Add dont_strip_reloc.
504         * libcoff.h: Regenerated.
505
506         * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Clear F_RELFLG
507         if dont_strip_reloc is set.
508         (_bfd_XX_bfd_copy_private_bfd_data_common): Set
509         dont_strip_reloc on output if there is no .reloc and
510         IMAGE_FILE_RELOCS_STRIPPED isn't set in input.
511
512 2010-03-18  Wei Guozhi  <carrot@google.com>
513
514         PR gas/11323
515         * elf32-arm.c (elf32_arm_reloc_map): Map BFD_RELOC_ARM_GOT_PREL to
516         R_ARM_GOT_PREL.
517         * reloc.c (BFD_RELOC_ARM_GOT_PREL): New ARM relocation.
518         * bfd-in2.h: Regenerate.
519         * libbfd.h: Regenerate.
520
521 2010-03-17  H.J. Lu  <hongjiu.lu@intel.com>
522
523         * reloc.c (BFD_RELOC_SPU_PIC18): Removed.
524         (BFD_RELOC_SPU_STUB): Likewise.
525
526 2010-03-17  Jie Zhang  <jie@codesourcery.com>
527
528         * elf.c (assign_file_positions_for_load_sections): Avoid
529         overflow.
530
531 2010-03-17  Alan Modra  <amodra@gmail.com>
532
533         PR binutils/11382
534         * plugin.c (bfd_plugin_object_p): Pass iostream to fileno using
535         proper type.
536
537 2010-03-17  Alan Modra  <amodra@gmail.com>
538
539         * elf32-arm.c (cortex_a8_erratum_scan): Warning fix.
540
541 2010-03-16  Alan Modra  <amodra@gmail.com>
542
543         * elf64-ppc.c (struct ppc_link_hash_table): Add do_toc_opt.
544         (ppc64_elf_edit_toc): Set it here.
545         (ha_reloc_match): New function.
546         (ppc64_elf_relocate_section): Optimize bigtoc insn sequences.
547
548 2010-03-15  Alan Modra  <amodra@gmail.com>
549
550         * elf64-ppc.c (ppc64_elf_has_small_toc_reloc): New function.
551         * elf64-ppc.h (ppc64_elf_has_small_toc_reloc): Declare.
552
553 2010-03-14  Alan Modra  <amodra@gmail.com>
554
555         PR ld/11378
556         * elf64-ppc.h (ppc64_elf_check_init_fini): Declare.
557         * elf64-ppc.c (call_check_done): Define.
558         (ppc64_elf_add_symbol_hook): Substitute bfd_get_section_name macro.
559         (ppc64_elf_check_relocs, ppc64_elf_size_dynamic_sections): Likewise.
560         (ppc64_elf_finish_multitoc_partition): Remove unnecessary check.
561         (toc_adjusting_stub_needed): Use call_check_done rather than toc_off.
562         Simplify return logic.  Iterate over all .init and .fini fragments
563         by recursion.  Set makes_toc_func_call here..
564         (ppc64_elf_next_input_section): ..rather than here.
565         (check_pasted_section, ppc64_elf_check_init_fini): New functions.
566
567 2010-03-13  Alan Modra  <amodra@gmail.com>
568
569         PR ld/11375
570         * elf64-ppc.c (ppc_type_of_stub): Always set *hash to the
571         function descriptor symbol if there is one, not just for plt stubs.
572         (ppc64_elf_relocate_section): Use fdh on all ppc_get_stub_entry calls.
573
574 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
575
576         * elflink.c (bfd_elf_size_dynamic_sections): Don't emit base
577         version twice.
578         Skip it when constructing def.vd_next.
579
580         * elf32-i386.c (TARGET_LITTLE_SYM): Redefine to
581         bfd_elf32_i386_sol2_vec.
582         (TARGET_LITTLE_NAME): Redefine to elf32-i386-sol2.
583         (elf32_bed): Redefine to elf32_i386_sol2_bed.
584         (elf_backend_want_plt_sym): Redefine to 1.
585
586         * elf64-x86-64.c (TARGET_LITTLE_SYM): Redefine to
587         bfd_elf64_x86_64_sol2_vec.
588         (TARGET_LITTLE_NAME): Redefine to elf64-x86-64-sol2.
589         (elf64_bed): Redefine to elf64_x86_64_sol2_bed.
590         (elf_backend_want_plt_sym): Redefine to 1.
591
592         * config.bfd (i[3-7]86-*-solaris2*): Set targ_defvec to
593         bfd_elf32_i386_sol2_vec.
594         Replace bfd_elf64_x86_64_vec by bfd_elf64_x86_64_sol2_vec in
595         targ64_selvecs.
596         (x86_64-*-solaris2*): Set targ_defvec to bfd_elf32_i386_sol2_vec.
597         Replace bfd_elf64_x86_64_vec by bfd_elf64_x86_64_sol2_vec in
598         targ_selvecs.
599
600         * configure.in: Handle bfd_elf32_i386_sol2_vec,
601         bfd_elf64_x86_64_sol2_vec.
602         * configure: Regenerate.
603
604         * targets.c (bfd_elf32_i386_sol2_vec): Declare.
605         (bfd_elf64_x86_64_sol2_vec): Declare.
606         (_bfd_target_vector): Add bfd_elf32_i386_sol2_vec,
607         bfd_elf64_x86_64_sol2_vec.
608
609 2010-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
610
611         * elf32-arm.c (elf32_arm_output_arch_local_syms): Skip non-program
612         sections.
613
614 2010-03-04  Alan Modra  <amodra@gmail.com>
615
616         PR 11302
617         * dwarf2.c (read_abbrevs): Return NULL on alloc failures.
618         (read_attribute_value, decode_line_info): Likewise.
619         (add_line_info, read_rangelist): Return FALSE on alloc failures.
620         (arange_add, sort_line_sequences): Likewise.
621         (find_abstract_instance_name): Handle failures from called funcs.
622         (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
623         (find_line): Realloc to a temp, and handle alloc fail.
624
625 2010-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
626
627         * elf32-arm.c (elf32_arm_output_arch_local_syms): Do not add
628         a mapping symbol to an empty section.
629
630 2010-03-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
631
632         * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add a check of the
633         return value from the call to _bfd_elf_merge_object_attributes.
634
635 2010-03-02  Christophe Lyon  <christophe.lyon@st.com>
636         Alan Modra  <amodra@gmail.com>
637
638         * elf32-arm.c (a8_erratum_fix): Add st_type field to record the
639         destination mode of the a8 stub.
640         (elf32_arm_link_hash_table): Add top_id field.
641         (elf32_arm_link_hash_table_create): Initialize top_id.
642         (arm_type_of_stub): Update prototype, st_type can now be updated
643         by this function. Actual destination address in case of PLT is
644         computed here, to help factorizing code.
645         (elf32_arm_stub_name): Update prototype, use stub_type additional
646         parameter to build stub name.
647         (elf32_arm_get_stub_entry): Update prototype, use stub_type
648         additional parameter to build stub entry.
649         (arm_build_one_stub): Use bfd_put_16/bfd_put_32 instead of
650         put_thumb_insn/put_arm_insn as BE8 encoding is now handled later.
651         Call elf32_arm_final_link_relocate to process all in-stub
652         relocations.
653         (elf32_arm_setup_section_lists): Update top_id.
654         (cortex_a8_erratum_scan): Record stub destination mode.
655         (elf32_arm_size_stubs): Update call to arm_type_of_stub according
656         to new prototype.
657         (elf32_arm_final_link_relocate): Enable processing of in-stub
658         REL32 relocations. Rely on arm_type_of_stub to detect if a stub is
659         needed, enabling code factorization.
660         (elf32_arm_final_link): Process stub sections.
661         (elf32_arm_output_map_sym): Add entry to code/data map.
662
663 2010-03-01  David S. Miller  <davem@davemloft.net>
664
665         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): When STT_GNU_IFUNC and
666         h->def_regular, set h->ref_regular.
667         (allocate_dynrelocs): Only force output of STT_GNU_IFUNC plt entries
668         and dynamic relocations if h->ref_regular.
669
670         * elfxx-sparc.c (struct elf_reloc_map): Delete.
671         (sparc_reloc_map): Delete.
672         (_bfd_sparc_elf_reloc_type_lookup): Explicitly handle each
673         relocation type in switch statements.
674
675 2010-02-25  Alan Modra  <amodra@gmail.com>
676
677         PR ld/11304
678         * elf.c (_bfd_elf_init_private_section_data): Rename need_group
679         to final_link and invert.  For final link allow some flags to
680         differ.  Don't specially allow flags to be all zero.
681
682 2010-02-24  Alan Modra  <amodra@gmail.com>
683
684         PR binutils/10858
685         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Ise
686         SYMBOL_REFERENCES_LOCAL to exclude entries from the dynamic symbol
687         table.
688
689 2010-02-23  Andrew Zabolotny  <anpaza@mail.ru>
690
691         PR binutils/11297
692         * elf32-avr.c (elf_avr_howto_table): Add R_AVR_8.
693         (avr_reloc_map): Map BFD_RELOC_8 to R_AVR_8.
694
695 2010-02-22  Alan Modra  <amodra@gmail.com>
696
697         * reloc.c (bfd_check_overflow): When forming addrmask, shift
698         fieldmask left by rightshift.
699         (_bfd_relocate_contents): Likewise.  Use rightshift addrmask in all
700         overflow checks.
701
702 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
703
704         * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check
705         STT_GNU_IFUNC on large common symbol.
706
707 2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>
708
709         * elf32-i386.c (elf_i386_add_symbol_hook): Don't set
710         has_ifunc_symbols if the symbol comes from a shared library.
711         * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
712         * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
713         * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
714         * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
715         * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Likewise.
716
717 2010-02-19  Alan Modra  <amodra@gmail.com>
718
719         * elf.c (_bfd_elf_fixup_group_sections): New function, split out from..
720         (_bfd_elf_copy_private_header_data): ..here.
721         * elflink.c (_bfd_elf_size_group_sections): New function.
722         (bfd_elf_size_dynamic_sections): Call it.
723         * elf-bfd.h (_bfd_elf_size_group_sections): Declare.
724         (_bfd_elf_fixup_group_sections): Declare.
725
726 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
727
728         * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
729         merging Tag_DIV_use, Tag_MPextension_use, and
730         Tag_MPextension_use_legacy tags.
731
732 2010-02-18  Alan Modra  <amodra@gmail.com>
733
734         * elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15
735         commit.  Don't write zeros for removed group members.
736         (_bfd_elf_copy_private_header_data): Adjust size of group section
737         when group members are removed by objcopy.
738
739 2010-02-15  Dave Korn  <dave.korn.cygwin@gmail.com>
740
741         PR binutils/11280
742         * configure.host (*-*-solaris2.11):  Add host define to select
743         valid default code page for windres/windmc on solaris.
744
745 2010-02-15  Nick Clifton  <nickc@redhat.com>
746
747         * po/vi.po: Updated Vietnamese translation.
748
749 2010-02-12  Daniel Gutson  <dgutson@codesourcery.com>
750
751         * elf32-arm.c (elf32_arm_output_arch_local_syms): add
752         missing mapping symbol to data only sections.
753
754 2010-02-11  David S. Miller  <davem@davemloft.net>
755
756         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): For R_SPARC_GOTDATA_OP_HIX22
757         and R_SPARC_GOTDATA_OP_LOX10, only bump the GOT refcount for global
758         symbols.
759         (_bfd_sparc_elf_gc_sweep_hook): Likewise only decrement the GOT count for
760         these relocs on global symbols.
761         (gdopoff): New.
762         (_bfd_sparc_elf_relocate_section): Perform GOTDATA optimizations on
763         local symbol references which are not STT_GNU_IFUNC.  Handle
764         relocation of them like R_SPARC_HIX22 and R_SPARC_LOX10 respectively,
765         and deal with negative vs. non-negative values properly.
766
767 2010-02-09  Tristan Gingold  <gingold@adacore.com>
768
769         * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Adjust addend for
770         non-external relocation.
771
772 2010-02-09  Alan Modra  <amodra@gmail.com>
773
774         * elf64-ppc.c (merge_got_entries): Move earlier in file.
775         (allocate_dynrelocs): Merge got entries here if not doing multi-toc.
776         (ppc64_elf_size_dynamic_sections): Similarly merge tlsld_got.
777         (ppc64_elf_layout_multitoc): Don't resize if we have already
778         merged got entries.
779
780 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
781
782         * elf-bfd.h (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
783         elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
784         elfcore_write_s390_prefix): New.
785         * elf.c (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
786         elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
787         elfcore_write_s390_prefix): New.
788         (elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP,
789         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
790         (elfcore_write_register_note): Handle .reg-s390-timer,
791         .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
792         .reg-s390-prefix section.
793
794 2010-02-09  Alan Modra  <amodra@gmail.com>
795
796         * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect
797         unsigned char.  Update variables and code using them throughout file.
798         (struct ppc_link_hash_entry): Likewise for tls_mask.
799
800         * elf64-ppc.c (ppc64_elf_layout_multitoc): Don't merge local got ents.
801
802         * elf64-ppc.c (has_small_toc_reloc): Don't define.
803         (makes_toc_func_call, call_check_in_progress): Shuffle flags.
804         (struct ppc64_elf_obj_tdata): Add has_small_toc_reloc.  Update
805         code setting the flag.
806         (ppc64_elf_next_toc_section): Group big-toc sections in
807         0x80008000 chunks.
808
809 2010-02-08  David S. Miller  <davem@davemloft.net>
810
811         * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove sgot,
812         srelgot, splt, srelplt, and sgotplt members in favor of generic copies.
813
814         * elfxx-sparc.c (create_got_section): Delete.
815         (_bfd_sparc_elf_create_dynamic_sections): Don't call, the dynamic
816         section creator does that work for us.  Use ->elf.foo instead of
817         ->foo where applicable.
818         (_bfd_sparc_elf_check_relocs): Use ->elf.foo instead of ->foo
819         where applicable.
820         (allocate_dynrelocs): Likewise.
821         (_bfd_sparc_elf_size_dynamic_sections): Likewise.
822         (_bfd_sparc_elf_relocate_section): Likewise.
823         (sparc_vxworks_build_plt_entry): Likewise.
824         (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
825         (sparc_finish_dyn): Likewise.
826         (sparc_vxworks_finish_exec_plt): Likewise.
827         (sparc_vxworks_finish_shared_plt): Likewise.
828         (_bfd_sparc_elf_finish_dynamic_sections): Likewise.
829
830         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use the SYMBOL_*
831         macros for visibilty and locality checks.
832         (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise.
833         (allocate_dynrelocs): Likewise.
834         (_bfd_sparc_elf_relocate_section): Likewise.
835         (_bfd_sparc_elf_finish_dynamic_symbol):Likewise.
836
837         * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Remove set
838         but never used local var 'dynobj'.
839
840         * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Handle
841         nocopyreloc.
842
843         * reloc.c (BFD_RELOC_SPARC_JMP_IREL): New.
844         (BFD_RELOC_SPARC_IRELATIVE): Likewise.
845         * bfd-in2.h: Regenerate.
846         * libbfd.h: Regenerate.
847
848         * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
849         and loc_hash_memory.
850         (_bfd_sparc_elf_link_hash_table_free): Declare.
851         * elf32-sparc.c (elf32_sparc_add_symbol_hook): New.
852         (elf_backend_add_symbol_hook, elf_backend_post_process_headers,
853         bfd_elf32_bfd_link_hash_table_free): Define.
854         * elf64-sparc.c (elf64_sparc_add_symbol_hook): Set
855         has_ifunc_symbols if STT_GNU_IFUNC.
856         (bfd_elf64_bfd_link_hash_table_free): Define.
857         (elf_backend_post_process_headers): Define always.
858         * elfxx-sparc.c (sparc_jmp_irel_howto, sparc_irelative_howto): New.
859         (sparc_reloc_map): Add entries for new IFUNC relocs.
860         (_bfd_sparc_elf_reloc_type_lookup): Handle new IFUNC relocs.
861         (_bfd_sparc_elf_info_to_howto_ptr): Likewise.
862         (elf_sparc_local_htab_hash, elf_sparc_local_htab_eq,
863         elf_sparc_get_local_sym_hash): New.
864         (_bfd_sparc_elf_create_dynamic_sections): Move PLT ops initialization
865         from here...
866         (_bfd_sparc_elf_link_hash_table_create): ... to here.  Allocate
867         local hash table.
868         (_bfd_sparc_elf_link_hash_table_free): New.
869         (create_ifunc_sections): New.
870         (_bfd_sparc_elf_check_relocs): Unconditionally assign htab->elf.dynobj
871         and call create_ifunc_sections().  For local STT_GNU_IFUNC symbols
872         cons up a fake local hash table entry for it.  Unconditionally add
873         a PLT refcount for STT_GNU_IFUNC symbols when h->def_regular.  Count
874         dyn relocs for ifunc.
875         (_bfd_sparc_elf_adjust_dynamic_symbol): Handle ifunc.
876         (allocate_dynrelocs):  Unconditionally emit a PLT entry when
877         STT_GNU_IFUNC and h->def_regular.  Count GOT dyn relocs for ifunc.
878         (allocate_local_dynrelocs): New function.
879         (_bfd_sparc_elf_size_dynamic_sections): Invoke it over the local hash
880         table.  Emit dynamic relocs to irelplt when not shared.  Treat iplt
881         like splt.
882         (_bfd_sparc_elf_relocate_section): Handle ifunc relocations by hand.
883         (_bfd_sparc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc
884         plt in iplt/irelplt.
885
886 2010-02-08  Richard Sandiford  <r.sandiford@uk.ibm.com>
887
888         * xcofflink.c (_bfd_xcoff_bfd_final_link): When calculating
889         max_contents_size, only consider sections whose contents must
890         be swapped in.
891
892 2010-02-09  Alan Modra  <amodra@gmail.com>
893
894         * elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
895         (ppc64_elf_size_dynamic_sections): ..and here..
896         (merge_got_entries): ..rather than here.
897
898 2010-02-09  Alan Modra  <amodra@gmail.com>
899
900         * elf64-ppc.c (struct ppc_link_hash_table): Add do_multi_toc.
901         (has_small_toc_reloc): Define.
902         (ppc64_elf_check_relocs): Set the above flags.
903         (ppc64_elf_edit_opd): Delete obfd param.
904         (ppc64_elf_tls_optimize): Likewise.
905         (ppc64_elf_edit_toc): Likewise.
906         (ppc64_elf_tls_setup): Likewise.  Add no_multi_toc param.
907         * elf64-ppc.h: Update prototypes.
908
909 2010-02-08  Alan Modra  <amodra@gmail.com>
910
911         * section.c (struct bfd_section): Delete has_tls_reloc,
912         has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done.
913         Add sec_flg0 thru sec_flg5.
914         (BFD_FAKE_SECTION): Update for changed flags.
915         * ecoff.c (bfd_debug_section): Likewise.
916         * elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
917         * elf64-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
918         (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Update.
919         * elf32-xtensa.c (reloc_done): Define.
920         * elfxx-ia64.c (skip_relax_pass_0, skip_relax_pass_1): Update.
921         * bfd-in2.h: Regenerate.
922
923 2010-02-08  Tristan Gingold  <gingold@adacore.com>
924
925         * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern
926         for non-scattered relocations.
927
928 2010-02-08  Nathan Sidwell  <nathan@codesourcery.com>
929
930         * elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty
931         apuinfo sections, only scan input sections once and reuse the
932         buffer.
933
934 2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
935
936         * archures.c (bfd_mach_ppc_titan): Define.
937         * bfd-in2.h: Regenerate.
938         * cpu-powerpc.c (bfd_powerpc_archs): Add titan entry.
939
940 2010-02-08  Alan Modra  <amodra@gmail.com>
941
942         * elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code.
943
944 2010-02-05  Sterling Augustine  <sterling@tensilica.com>
945
946         * elf.c (assign_file_positions_for_load_sections) Update lma of
947         section if necessary.  Fixes Bugzilla 11219.
948
949 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
950
951         * elf32-i386.c: Remove trailing white spaces.
952         * elf64-x86-64.c: Likewise.
953
954 2010-02-03  Nick Clifton  <nickc@redhat.com>
955
956         * elf-bfd.h (emum elf_object_id): Rename to elf_target_id.  Add
957         entries for other architectures.
958         (struct elf_link_hash_table): Add hash_table_id field.
959         (elf_hash_table_id): New accessor macro.
960         * elflink.c (_bfd_elf_link_hash_table_init): Add target_id
961         parameter.
962         * elf-m10300.c (elf32_mn10300_hash_table): Check table id before
963         returning cast pointer.
964         (elf32_mn10300_link_hash_table_create): Identify new table as
965         containing MN10300 extensions.
966         (mn10300_elf_relax_section): Check pointer returned by
967         elf32_mn10300_hash_table.
968         * elf32-arm.c: Likewise, except using ARM extensions.
969         * elf32-avr.c: Likewise, except using AVR extensions.
970         * elf32-bfin.c: Likewise, except using BFIN extensions.
971         * elf32-cris.c: Likewise, except using CRIS extensions.
972         * elf32-frv.c: Likewise, except using FRV extensions.
973         * elf32-hppa.c: Likewise, except using HPPA32 extensions.
974         * elf32-i386.c: Likewise, except using I386 extensions.
975         * elf32-lm32.c: Likewise, except using LM32 extensions.
976         * elf32-m32r.c: Likewise, except using M32RM extensions.
977         * elf32-m68hc11.c: Likewise, except using M68HC11 extensions.
978         * elf32-m68hc1x.c: Likewise, except using M68HC11 extensions.
979         * elf32-m68hc1x.h: Likewise, except using M68HC11 extensions.
980         * elf32-m68k.c: Likewise, except using M68K extensions.
981         * elf32-microblaze.c: Likewise, except using MICROBLAZE extensions.
982         * elf32-ppc.c: Likewise, except using PPC32 extensions.
983         * elf32-s390.c: Likewise, except using S390 extensions.
984         * elf32-sh.c: Likewise, except using SH extensions.
985         * elf32-spu.c: Likewise, except using SPU extensions.
986         * elf32-xtensa.c: Likewise, except using XTENSA extensions.
987         * elf64-alpha.c: Likewise, except using ALPHA extensions.
988         * elf64-hppa.c: Likewise, except using HPPA64 extensions.
989         * elf64-ppc.c: Likewise, except using PPC64 extensions.
990         * elf64-s390.c: Likewise, except using S390 extensions.
991         * elf64-x86-64.c: Likewise, except using X86_64 extensions.
992         * elfxx-ia64.c: Likewise, except using IA64 extensions.
993         * elfxx-mips.c: Likewise, except using MIPS extensions.
994         * elfxx-sparc.c: Likewise, except using SPARC extensions.
995         * elfxx-sparc.h: Likewise, except using SPARC extensions.
996         * elf32-cr16.c (struct elf32_cr16_link_hash_table): Delete
997         redundant structure.
998         (elf32_cr16_hash_table): Delete unused macro.
999         (elf32_cr16_link_hash_traverse): Delete unused macro.
1000         * elf32-score.c: Likewise.
1001         * elf32-score7.c: Likewise.
1002         * elf32-vax.c: Likewise.
1003         * elf64-sh64.c: Likewise.
1004
1005 2010-02-03  Alan Modra  <amodra@gmail.com>
1006
1007         * elf64-ppc.c (struct plt_entry): Move earlier in file.
1008         (struct got_entry): Likewise.  Add is_indirect and got.ent fields.
1009         (struct ppc64_elf_obj_tdata): Change tlsld_got to be a struct got_entry.
1010         Update all uses.
1011         (struct ppc_link_hash_table): Add got_reli_size and second_toc_pass.
1012         Remove no_multi_toc.
1013         (update_local_sym_info, ppc64_elf_check_relocs): Clear is_indirect
1014         when allocating a new struct got_entry.
1015         (allocate_got): New function, extracted from..
1016         (allocate_dynrelocs): ..here.  Abort on got entry in non-ppc64 bfd.
1017         (ppc64_elf_size_dynamic_sections): Track got relocs allocated in
1018         .reliplt by got_reli_size.  Set owner on ppc64_tlsld_got entries.
1019         (ppc64_elf_setup_section_lists): Remove output_bfd param and
1020         no_multi_toc, add add_stub_section and layout_sections_again.  Stash
1021         new params in htab.  Extract some code to..
1022         (ppc64_elf_start_multitoc_partition): ..here.  New function.
1023         (ppc64_elf_next_toc_section): Check for linker script errors.  Handle
1024         second pass toc scan.
1025         (merge_got_entries, merge_global_got, reallocate_got): New functions.
1026         (ppc64_elf_reinit_toc): Rename to..
1027         (ppc64_elf_finish_multitoc_partition): ..this.
1028         (ppc64_elf_layout_multitoc): New function.
1029         (ppc64_elf_size_stubs): Delete output_bfd, add_stub_section and
1030         layout_sections_again params.
1031         (ppc64_elf_relocate_section): Handle indirect got entries.
1032         * elf64-ppc.h: Update prototypes.  Declare new functions.
1033
1034 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1035
1036         * elf-bfd.h (elfcore_write_xstatereg): New.
1037
1038         * elf.c (elfcore_grok_xstatereg): New.
1039         (elfcore_write_xstatereg): Likewise.
1040         (elfcore_grok_note): Handle NT_X86_XSTATE.
1041         (elfcore_write_register_note): Handle .reg-xstate section.
1042
1043 2010-02-01  Tristan Gingold  <gingold@adacore.com>
1044
1045         * som.c (som_write_ar_hdr): Define this macro.
1046
1047 2010-01-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1048
1049         * elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L,
1050         R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations that use the
1051         linkage table pointer to use the global table pointer if not doing
1052         a shared link.
1053
1054 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
1055
1056         * elf.c (elfcore_grok_lwpstatus): Do not overwrite the core signal
1057         if it has already been set.
1058
1059 2010-01-27  Tristan Gingold  <gingold@adacore.com>
1060
1061         * vms.h: Remove trailing spaces.
1062         (struct hdr_struct): Remove unused hdr_c_cpr field.
1063         (enum file_format_enum): Add comments.
1064         * vms.c (vms_bfd_print_private_bfd_data): New function that
1065         replaces the macro.
1066         Remove trailing spaces.
1067         * vms-misc.c: Improve comments.
1068         (_bfd_vms_get_object_record): Also handle files without pads.
1069         * vms-hdr.c (_bfd_vms_write_dbg): Fix format string.
1070         * vms-gsd.c (struct flagdescstruct): Make name field const.
1071         (gsyflagdesc): Fix typo.
1072
1073 2010-01-27  Alan Modra  <amodra@gmail.com>
1074
1075         PR ld/11217
1076         * elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec.
1077         (ppc64_elf_setup_section_lists): Init them.
1078         (ppc64_elf_next_toc_section): Don't partition multi-toc between .got
1079         and .toc on the same input file.
1080         (ppc64_elf_relocate_section): Correct GOT entry offset.
1081
1082 2010-01-26  Tristan Gingold  <gingold@adacore.com>
1083
1084         * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add initializer for write_ar_hdr.
1085         (bfd_target): Add _bfd_write_ar_hdr_fn field.
1086         * archive.c (is_bsd44_extended_name): New macro.
1087         (_bfd_generic_read_ar_hdr_mag): Use it.  Add extra_size.
1088         (bfd_slurp_armap): Also check for "__.SYMDEF" as a BSD4.4 extended
1089         name.
1090         (_bfd_archive_bsd44_construct_extended_name_table): New function.
1091         (_bfd_generic_write_ar_hdr): Ditto.
1092         (_bfd_bsd44_write_ar_hdr): Ditto.
1093         (_bfd_write_archive_contents): Call _bfd_write_ar_hdr.
1094         (bsd_write_armap): Adjust firstreal computation.
1095         * libbfd-in.h (struct areltdata): Add extra_size field.
1096         (_bfd_generic_write_ar_hdr): Add prototype.
1097         (_bfd_bsd44_write_ar_hdr): Ditto.
1098         (_bfd_write_ar_hdr): Define.
1099         (_bfd_noarchive_write_ar_hdr): Ditto.
1100         (_bfd_archive_bsd_write_ar_hdr): Ditto.
1101         (_bfd_archive_coff_write_ar_hdr): Ditto.
1102         (_bfd_archive_bsd44_slurp_armap): Ditto.
1103         (_bfd_archive_bsd44_slurp_extended_name_table): Ditto.
1104         (_bfd_archive_bsd44_construct_extended_name_table): New prototype.
1105         (_bfd_archive_bsd44_truncate_arname): Ditto.
1106         (_bfd_archive_bsd44_write_armap): Ditto.
1107         (_bfd_archive_bsd44_read_ar_hdr): Ditto.
1108         (_bfd_archive_bsd44_write_ar_hdr): Ditto.
1109         (_bfd_archive_bsd44_openr_next_archived_file): Ditto.
1110         (_bfd_archive_bsd44_get_elt_at_index): Ditto.
1111         (_bfd_archive_bsd44_generic_stat_arch_elt): Ditto.
1112         (_bfd_archive_bsd44_update_armap_timestamp): Ditto.
1113         * libbfd.h: Regenerate.
1114         * oasys.c (oasys_write_ar_hdr): Define.
1115         * libecoff.h (_bfd_ecoff_write_ar_hdr): Define.
1116         * ieee.c (ieee_write_ar_hdr): Define.
1117         * elf64-mips.c (bfd_elf64_archive_write_ar_hdr): Define.
1118         * coff-rs6000.c (rs6000coff_vec): Adjust for write_ar_hdr field.
1119         (bfd_pmac_xcoff_backend_data): Ditto.
1120         * coff64-rs6000.c (rs6000coff64_vec): Ditto.
1121         (bfd_xcoff_aix5_backend_data): Ditto.
1122         * coff-alpha.c (alpha_ecoff_write_ar_hdr): Define.
1123         * aout-target.h (MY_write_ar_hdr): Define it if not defined.
1124         * aout-tic30.c (MY_write_ar_hdr): Ditto.
1125         * mach-o-target.c (TARGET_NAME): Use _bfd_archive_bsd44 archive.
1126         (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
1127         (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
1128         (bfd_mach_o_construct_extended_name_table)
1129         (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
1130         (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
1131         (bfd_mach_o_update_armap_timestamp): Moved to mach-o.c
1132         * mach-o.c (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
1133         (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
1134         (bfd_mach_o_construct_extended_name_table)
1135         (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
1136         (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
1137         (bfd_mach_o_update_armap_timestamp): Moved from mach-o-target.c
1138         * bfd-in2.h: Regenerate.
1139
1140 2010-01-26  Alan Modra  <amodra@gmail.com>
1141             H.J. Lu  <hongjiu.lu@intel.com>
1142
1143         PR ld/11218
1144         * elflink.c (elf_link_output_extsym): Do not ignore undefined
1145         symbols with ref_regular set when gc_sections is active.
1146
1147 2010-01-25  Alan Modra  <amodra@gmail.com>
1148
1149         PR ld/11217
1150         * elf64-ppc.c (ppc64_elf_tls_optimize): Optimize tls sequences
1151         with relocations against undefined weak symbols.
1152         (ppc64_elf_relocate_section): Don't optimize calls to undefined
1153         weak functions if the symbol is dynamic.
1154         (ppc64_elf_relocate_section): Edit tprel tls sequences.
1155         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1156         (_bfd_elf_ppc_at_tprel_transform): New function.
1157         * bfd-in.h (_bfd_elf_ppc_at_tprel_transform): Declare.
1158         * bfd-in2.h: Regenerate.
1159
1160 2010-01-23  Richard Sandiford  <r.sandiford@uk.ibm.com>
1161
1162         * coff-rs6000.c (xcoff_howto_table): Change size to 0 and bitsize to 1.
1163         (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_NONE.
1164         * coff64-rs6000.c (xcoff64_howto_table): Change size to 0 and
1165         bitsize to 1.
1166         (xcoff64_reloc_type_lookup): Handle BFD_RELOC_NONE.
1167
1168 2010-01-21  Nick Clifton  <nickc@redhat.com>
1169
1170         * elflink.c (elf_link_add_object_symbols): Look up name of
1171         undefined symbol both before and after versioning has been
1172         applied.  Do not bother with symbols that are weakly undefined.
1173
1174 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1175
1176         * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function.
1177         (bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
1178
1179 2010-01-19  Cary Coutant  <ccoutant@google.com>
1180
1181         * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8.
1182
1183 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
1184             Alan Modra <amodra@gmail.com>
1185
1186         * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
1187         (elf_object_p): Read e_phnum extension.
1188         (elf_write_shdrs_and_ehdr): Write e_phnum extension.
1189         * elfcore.h (elf_core_file_p): Read e_phnum extension.  Sanity check
1190         that we can read last program header.
1191
1192 2010-01-19  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1193
1194         * elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of
1195         R_ARM_THM_CALL entry.
1196         (elf32_arm_final_link_relocate): Correct calculation of
1197         reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
1198         or R_ARM_THM_JUMP24 relocation.
1199
1200 2010-01-18  Alan Modra  <amodra@gmail.com>
1201
1202         PR 11168
1203         * coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C
1204         block past vars in COFF_IMAGE_WITH_PE block.  Report error on more
1205         than 32k sections.
1206
1207 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1208
1209         Fix compilation warning on gcc-3.4.
1210         * vms-tir.c (start_etir_record, sto_imm): Rename the prototype
1211         parameter index to sec_index according to the function definition.
1212
1213 2010-01-13  Chao-ying Fu  <fu@mips.com>
1214
1215         * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B.
1216         It is true for all CPUs.
1217         (jal_reloc_p): New function.
1218         (mips_elf_calculate_relocation): Rename require_jalxp to
1219         cross_mode_jump_p.
1220         Update comment for CROSS_MODE_JUMP_P.
1221         Set up cross_mode_jump_p based on the mode change.
1222         (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
1223         Update comment for CROSS_MODE_JUMP_P.
1224         Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
1225         Use !cross_mode_jump_p to guard conversion.
1226         Convert "jr t9" to "b", if possible.
1227         (_bfd_mips_elf_relocate_section): Rename require_jalx to
1228         cross_mode_jump_p.
1229         Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
1230         Pass cross_mode_jump_p to call mips_elf_perform_relocation.
1231
1232 2010-01-13  Nick Clifton  <nickc@redhat.com>
1233
1234         * cpu-m32c.c (m32c_scan): New function.  Ensures that a scan for
1235         "m32c" returns the m32c arch_info_struct and not the m16c
1236         arch_info_struct.
1237         (arch_info_struct): Use the new scan function.
1238         (bfd_m32c_arch): Likewise.
1239
1240 2010-01-13  Tristan Gingold  <gingold@adacore.com>
1241
1242         * config.bfd: Remove duplicated target vector for i386-*-darwin.
1243         Appends new arch instead of overriding.
1244         Use mach_o_x86_64_vec for x86_64-*-darwin.
1245         * configure.in: Add mach_o_x86_64_vec.
1246         * configure: Regenerate.
1247         * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
1248         * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
1249         (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
1250         * Makefile.in: Regenerate.
1251         * mach-o-x86-64.c: New file.
1252
1253 2010-01-13  Tristan Gingold  <gingold@adacore.com>
1254
1255         * reloc.c: Add MACH_O_X86_64 relocations.
1256         * bfd-in2.h: Regenerate.
1257         * libbfd.h: Regenerate.
1258
1259 2010-01-13  Tristan Gingold  <gingold@adacore.com>
1260
1261         * archive.c (normalize): Use lbasename.
1262         (bfd_bsd_truncate_arname): Ditto.
1263         (bfd_gnu_truncate_arname): Ditto.
1264
1265 2010-01-12  Tristan Gingold  <gingold@adacore.com>
1266
1267         * makefile.vms (CFLAGS): Turns warnings into informational messages.
1268
1269 2010-01-11  Tristan Gingold  <gingold@adacore.com>
1270
1271         * mach-o.h: Add x86-64 relocation types.
1272
1273 2010-01-11  Tristan Gingold  <gingold@adacore.com>
1274
1275         * mach-o.h (bfd_mach_o_backend_data): Add arch field.
1276         (bfd_mach_o_set_arch_mach): New prototype.
1277         * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
1278         (bfd_mach_o_set_arch_mach): New function.
1279         (bfd_mach_o_gen_mkobject): New function.
1280         Set TARGET_ARCHITECTURE for the generic back-ends.
1281         * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
1282         Check that TARGET_ARCHITECTURE is defined.
1283         Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
1284         * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
1285
1286 2010-01-11  Tristan Gingold  <gingold@adacore.com>
1287
1288         * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
1289
1290 2010-01-11  Nick Clifton  <nickc@redhat.com>
1291
1292         * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
1293         handling of R_V850_HI16_S relocation.
1294
1295 2010-01-11  Alan Modra  <amodra@gmail.com>
1296
1297         PR 11103
1298         * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
1299
1300 2010-01-11  Alan Modra  <amodra@gmail.com>
1301
1302         PR 6832
1303         * dwarf2.c (struct comp_unit): Add sec_info_ptr.
1304         (find_abstract_instance_name): Use it.
1305         (parse_comp_unit): Set it.
1306
1307 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1308
1309         * Makefile.in: Regenerate.
1310         * configure: Regenerate.
1311
1312 2010-01-08  Tristan Gingold  <gingold@adacore.com>
1313
1314         * archive.c: Remove bfd_special_undocumented_glue.
1315
1316 2010-01-08  Alan Modra  <amodra@gmail.com>
1317
1318         PR ld/11133
1319         * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
1320         * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
1321         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
1322
1323 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1324
1325         PR ld/11138
1326         * elflink.c (elf_link_check_versioned_symbol): Don't abort if
1327         a symbol referenced by DSO is is defined in a non-shared object
1328         and forced local.
1329
1330 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1331
1332         PR ld/11133
1333         * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
1334         undefined __start_XXX/__stop_XXX in all input files and set
1335         SEC_KEEP.
1336
1337 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1338
1339         PR ld/11143
1340         * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
1341
1342 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
1343
1344         * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
1345         before including procfs.h.
1346         (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
1347         * configure.in: Added autoconf probe for the pr_fpreg member.
1348         * configure: Regenerated.
1349         * config.in: Regenerated.
1350         * elf.c: Define _STRUCTURE_PROC before including procfs.h.
1351
1352 2010-01-04  Joel Brobecker  <brobecker@adacore.com>
1353
1354         Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
1355         * dwarf2.c (concat_filename): Rename dirname with dir_name
1356         to void shadowing the dirname function.
1357         Rename subdirname with subdir_name to stay consistent with
1358         the new dir_name variable name.
1359
1360 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
1361
1362         * archures.c: Add bfd_mach_ppc_e500mc64.
1363         * bfd-in2.h: Regenerate.
1364         * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
1365         bfd_mach_ppc_e500mc64.
1366
1367 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
1368
1369         Fix -Wshadow warnings (seen on ppc-aix)
1370         * xcofflink.c: Replace finfo by flinfo throughout.
1371
1372 For older changes see ChangeLog-2009
1373 \f
1374 Local Variables:
1375 mode: change-log
1376 left-margin: 8
1377 fill-column: 74
1378 version-control: never
1379 End: