bfd/configure reorganisation
[binutils-gdb.git] / bfd / ChangeLog
1 2016-01-21 Alan Modra <amodra@gmail.com>
2
3 * configure.ac: Move corefile selection later in file. Move
4 tdefaults code immediately after other target vector code.
5 * configure: Regenerate.
6
7 2016-01-20 Mickael Guene <mickael.guene@st.com>
8
9 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
10 section using '.text.noread' pattern.
11
12 2016-01-19 John Baldwin <jhb@FreeBSD.org>
13
14 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
15
16 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
17 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
18
19 * arc-plt.def: New file.
20 * arc-plt.h: Likewise.
21 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
22 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
23 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
24 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
25 (name_for_global_symbol): Added.
26 (ADD_RELA): Helper to create dynamic relocs.
27 (new_got_entry_to_list): Create a new got entry in linked list.
28 (symbol_has_entry_of_type): Search for specific type of entry in
29 list.
30 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
31 (is_reloc_for_TLS, arc_elf_set_private_flags)
32 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
33 (arc_elf_merge_private_bfd_data): New functions.
34 (debug_arc_reloc): Cleaned debug info printing.
35 (PDATA reloc): Changed not to perform address alignment.
36 (reverse_me): Added. Fix for ARC_32 relocs.
37 (arc_do_relocation): Return bfd_reloc_of when no relocation should
38 occur.
39 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
40 Changed function to access an array of list of GOT entries instead
41 of just an array of offsets.
42 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
43 (elf_arc_check_relocs): Likewise.
44 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
45 (elf_arc_finish_dynamic_sections): Likewise
46 (arc_create_dynamic_sections): Modified conditions to create
47 dynamic sections.
48 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
49 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
50 (relocate_plt_for_entry): Changed to support new way to define PLT
51 related code.
52 (add_symbol_to_plt): Likewise.
53 (arc_elf_link_hash_table_create): New function.
54
55 2016-01-18 Nick Clifton <nickc@redhat.com>
56
57 PR ld/19440
58 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
59 section number into internal section number.
60 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
61 * coffswap.h (coff_swap_sym_in): Likewise.
62 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
63 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
64 section number field is big enough to hold the external value.
65
66 2016-01-17 Alan Modra <amodra@gmail.com>
67
68 * configure: Regenerate.
69
70 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
71
72 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
73 when address in first unwind entry does not match start of
74 section.
75
76 2016-01-08 Richard Sandiford <richard.sandiford@arm.com>
77 Jiong Wang <jiong.wang@arm.com>
78
79 PR ld/19368
80 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
81 reloc_class_ifunc.
82
83 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
86 place 'R_' before the reloc name returned.
87 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
88 the relocation string.
89
90 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
91
92 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
93 factored out from...
94 (_bfd_mips_elf_merge_private_bfd_data): ... here.
95
96 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
97
98 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
99 attribute check after ELF file header flag check.
100
101 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
102
103 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
104 return status from `_bfd_elf_merge_object_attributes'.
105
106 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
107
108 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
109 factored out from...
110 (_bfd_mips_elf_merge_private_bfd_data): ... here.
111
112 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
113
114 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
115 handling of input MIPS ABI flags together.
116
117 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
118
119 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
120 attribute checks for null input.
121
122 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
123
124 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
125 pointers to target data.
126
127 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
128
129 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
130 an FP ABI warning.
131
132 2016-01-01 Alan Modra <amodra@gmail.com>
133
134 Update year range in copyright notice of all files.
135
136 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
137 \f
138 Copyright (C) 2016 Free Software Foundation, Inc.
139
140 Copying and distribution of this file, with or without modification,
141 are permitted in any medium without royalty provided the copyright
142 notice and this notice are preserved.
143
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 End: