Fix compile time warnings building the binutils with a gcc6 compiler.
[external/binutils.git] / include / ChangeLog
1 2016-02-09  Nick Clifton  <nickc@redhat.com>
2
3         * opcode/metag.h (metag_scondtab): Mark as possibly unused.
4         * opcode/nds32.h (nds32_r45map): Likewise.
5         (nds32_r54map): Likewise.
6         * opcode/visium.h (gen_reg_table): Likewise.
7         (fp_reg_table, cc_table, opcode_table): Likewise.
8
9 2016-02-09  Alan Modra  <amodra@gmail.com>
10
11         PR 16583
12         * elf/common.h (AT_SUN_HWCAP): Undef before defining.
13
14 2016-02-04  Nick Clifton  <nickc@redhat.com>
15
16         PR target/19561
17         * opcode/msp430.h (IGNORE_CARRY_BIT): New define.
18         (RRUX): Synthesise using case 2 rather than 7.
19
20 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
21
22         * elf/common.h (NT_FREEBSD_THRMISC): Define.
23         (NT_FREEBSD_PROCSTAT_PROC): Define.
24         (NT_FREEBSD_PROCSTAT_FILES): Define.
25         (NT_FREEBSD_PROCSTAT_VMMAP): Define.
26         (NT_FREEBSD_PROCSTAT_GROUPS): Define.
27         (NT_FREEBSD_PROCSTAT_UMASK): Define.
28         (NT_FREEBSD_PROCSTAT_RLIMIT): Define.
29         (NT_FREEBSD_PROCSTAT_OSREL): Define.
30         (NT_FREEBSD_PROCSTAT_PSSTRINGS): Define.
31         (NT_FREEBSD_PROCSTAT_AUXV): Define.
32
33 2016-01-18  Miranda Cupertino  <Cupertino.Miranda@synopsys.com>
34             Zissulescu Claudiu  <Claudiu.Zissulescu@synopsys.com>
35
36         * elf/arc-reloc.def (ARC_32, ARC_GOTPC, ARC_TLS_GD_GOT)
37         (ARC_TLS_IE_GOT, ARC_TLS_DTPOFF, ARC_TLS_DTPOFF_S9, ARC_TLS_LE_S9)
38         (ARC_TLS_LE_32): Fixed formula.
39         (ARC_TLS_GD_LD): Use new special function.
40         * opcode/arc-func.h: Changed all the replacement
41         functions to clear the patching bits before doing an or it with the value
42         argument.
43
44 2016-01-18  Nick Clifton  <nickc@redhat.com>
45
46         PR ld/19440
47         * coff/internal.h (internal_syment): Use int to hold section
48         number.
49         (N_UNDEF): Cast to int not short.
50         (N_ABS): Likewise.
51         (N_DEBUG): Likewise.
52         (N_TV): Likewise.
53         (P_TV): Likewise.
54
55 2016-01-11  Nick Clifton  <nickc@redhat.com>
56
57         Import this change from GCC mainline:
58
59         2016-01-07  Mike Frysinger  <vapier@gentoo.org>
60
61         * longlong.h: Change !__SHMEDIA__ to
62         (!defined (__SHMEDIA__) || !__SHMEDIA__).
63         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
64
65 2016-01-06  Maciej W. Rozycki  <macro@imgtec.com>
66
67         * opcode/mips.h: Add a summary of MIPS16 operand codes.
68
69 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
70
71         * libiberty.h (dupargv): Change arg to char * const *.
72         (writeargv, countargv): Likewise.
73
74 2016-01-01  Alan Modra  <amodra@gmail.com>
75
76         Update year range in copyright notice of all files.
77
78 For older changes see ChangeLog-0415, aout/ChangeLog-9115,
79 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
80 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
81 som/ChangeLog-1015, and vms/ChangeLog-1015
82 \f
83 Copyright (C) 2016 Free Software Foundation, Inc.
84
85 Copying and distribution of this file, with or without modification,
86 are permitted in any medium without royalty provided the copyright
87 notice and this notice are preserved.
88
89 Local Variables:
90 mode: change-log
91 left-margin: 8
92 fill-column: 74
93 version-control: never
94 End: