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