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