Use a 32-bit value to hold the section number in the internal COFF symbol structure.
[binutils-gdb.git] / bfd / ChangeLog
1 2016-01-18 Nick Clifton <nickc@redhat.com>
2
3 PR ld/19440
4 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
5 section number into internal section number.
6 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
7 * coffswap.h (coff_swap_sym_in): Likewise.
8 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
9 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
10 section number field is big enough to hold the external value.
11
12 2016-01-17 Alan Modra <amodra@gmail.com>
13
14 * configure: Regenerate.
15
16 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
17
18 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
19 when address in first unwind entry does not match start of
20 section.
21
22 2016-01-08 Richard Sandiford <richard.sandiford@arm.com>
23 Jiong Wang <jiong.wang@arm.com>
24
25 PR ld/19368
26 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
27 reloc_class_ifunc.
28
29 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
32 place 'R_' before the reloc name returned.
33 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
34 the relocation string.
35
36 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
37
38 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
39 factored out from...
40 (_bfd_mips_elf_merge_private_bfd_data): ... here.
41
42 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
43
44 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
45 attribute check after ELF file header flag check.
46
47 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
48
49 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
50 return status from `_bfd_elf_merge_object_attributes'.
51
52 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
53
54 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
55 factored out from...
56 (_bfd_mips_elf_merge_private_bfd_data): ... here.
57
58 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
59
60 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
61 handling of input MIPS ABI flags together.
62
63 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
64
65 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
66 attribute checks for null input.
67
68 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
69
70 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
71 pointers to target data.
72
73 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
74
75 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
76 an FP ABI warning.
77
78 2016-01-01 Alan Modra <amodra@gmail.com>
79
80 Update year range in copyright notice of all files.
81
82 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
83 \f
84 Copyright (C) 2016 Free Software Foundation, Inc.
85
86 Copying and distribution of this file, with or without modification,
87 are permitted in any medium without royalty provided the copyright
88 notice and this notice are preserved.
89
90 Local Variables:
91 mode: change-log
92 left-margin: 8
93 fill-column: 74
94 version-control: never
95 End: