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