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