bfd/arc: Add R_ prefix to all relocation names
[binutils-gdb.git] / bfd / ChangeLog
1 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
4 place 'R_' before the reloc name returned.
5 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
6 the relocation string.
7
8 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
9
10 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
11 factored out from...
12 (_bfd_mips_elf_merge_private_bfd_data): ... here.
13
14 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
15
16 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
17 attribute check after ELF file header flag check.
18
19 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
20
21 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
22 return status from `_bfd_elf_merge_object_attributes'.
23
24 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
25
26 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
27 factored out from...
28 (_bfd_mips_elf_merge_private_bfd_data): ... here.
29
30 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
31
32 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
33 handling of input MIPS ABI flags together.
34
35 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
36
37 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
38 attribute checks for null input.
39
40 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
41
42 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
43 pointers to target data.
44
45 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
46
47 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
48 an FP ABI warning.
49
50 2016-01-01 Alan Modra <amodra@gmail.com>
51
52 Update year range in copyright notice of all files.
53
54 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
55 \f
56 Copyright (C) 2016 Free Software Foundation, Inc.
57
58 Copying and distribution of this file, with or without modification,
59 are permitted in any medium without royalty provided the copyright
60 notice and this notice are preserved.
61
62 Local Variables:
63 mode: change-log
64 left-margin: 8
65 fill-column: 74
66 version-control: never
67 End: