arc: Remove EF_ARC_CPU_GENERIC constant.
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * elf/arc.h (EF_ARC_CPU_GENERIC): Delete. Update related comment.
4
5 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * elf/arc.h (EF_ARC_MACH): Delete.
8 (EF_ARC_MACH_MSK): Remove out of date comment.
9
10 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * opcode/arc.h (ARC_OPCODE_BASE): Delete.
13
14 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
15
16 PR ld/19807
17 * bfdlink.h (bfd_link_info): Add no_reloc_overflow_check.
18
19 2016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
20 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * elf/arc-reloc.def: Add a call to ME within the formula for each
23 relocation that requires middle-endian correction.
24
25 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
26
27 * opcode/dlx.h (struct dlx_opcode): Add const qualifiers.
28 * opcode/h8300.h (struct h8_opcode): Likewise.
29 * opcode/hppa.h (struct pa_opcode): Likewise.
30 * opcode/msp430.h: Likewise.
31 * opcode/spu.h (struct spu_opcode): Likewise.
32 * opcode/tic30.h (struct _register): Likewise.
33 * opcode/tic4x.h (struct tic4x_register): Likewise.
34 (struct tic4x_cond): Likewise.
35 (struct tic4x_indirect): Likewise.
36 (struct tic4x_inst): Likewise.
37 * opcode/visium.h (struct reg_entry): Likewise.
38
39 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
40
41 * arm.h (ARM_ARCH_V8_1A): Add FPU_NEON_EXT_RDMA.
42 (ARM_CPU_HAS_FEATURE): Add comment.
43
44 2016-03-03 Than McIntosh <thanm@google.com>
45
46 * plugin-api.h: Add new hooks to the plugin transfer vector to
47 to support querying section alignment and section size.
48 (ld_plugin_get_input_section_alignment): New hook.
49 (ld_plugin_get_input_section_size): New hook.
50 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
51 and LDPT_GET_INPUT_SECTION_SIZE.
52 (ld_plugin_tv): Add tv_get_input_section_alignment and
53 tv_get_input_section_size.
54
55 2016-03-03 Evgenii Stepanov <eugenis@google.com>
56
57 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
58
59 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR ld/19645
62 * bfdlink.h (bfd_link_elf_stt_common): New enum.
63 (bfd_link_info): Add elf_stt_common.
64
65 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
66
67 PR ld/19636
68 PR ld/19704
69 PR ld/19719
70 * bfdlink.h (bfd_link_info): Add dynamic_undefined_weak.
71
72 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
73 Jiong Wang <jiong.wang@arm.com>
74
75 * opcode/arm.h (ARM_EXT2_FP16_INSN): New.
76
77 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
78 Janek van Oirschot <jvanoirs@synopsys.com>
79
80 * opcode/arc.h (arc_opcode arc_relax_opcodes, arc_num_relax_opcodes):
81 Declare.
82
83 2016-02-09 Nick Clifton <nickc@redhat.com>
84
85 * opcode/metag.h (metag_scondtab): Mark as possibly unused.
86 * opcode/nds32.h (nds32_r45map): Likewise.
87 (nds32_r54map): Likewise.
88 * opcode/visium.h (gen_reg_table): Likewise.
89 (fp_reg_table, cc_table, opcode_table): Likewise.
90
91 2016-02-09 Alan Modra <amodra@gmail.com>
92
93 PR 16583
94 * elf/common.h (AT_SUN_HWCAP): Undef before defining.
95
96 2016-02-04 Nick Clifton <nickc@redhat.com>
97
98 PR target/19561
99 * opcode/msp430.h (IGNORE_CARRY_BIT): New define.
100 (RRUX): Synthesise using case 2 rather than 7.
101
102 2016-01-19 John Baldwin <jhb@FreeBSD.org>
103
104 * elf/common.h (NT_FREEBSD_THRMISC): Define.
105 (NT_FREEBSD_PROCSTAT_PROC): Define.
106 (NT_FREEBSD_PROCSTAT_FILES): Define.
107 (NT_FREEBSD_PROCSTAT_VMMAP): Define.
108 (NT_FREEBSD_PROCSTAT_GROUPS): Define.
109 (NT_FREEBSD_PROCSTAT_UMASK): Define.
110 (NT_FREEBSD_PROCSTAT_RLIMIT): Define.
111 (NT_FREEBSD_PROCSTAT_OSREL): Define.
112 (NT_FREEBSD_PROCSTAT_PSSTRINGS): Define.
113 (NT_FREEBSD_PROCSTAT_AUXV): Define.
114
115 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
116 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
117
118 * elf/arc-reloc.def (ARC_32, ARC_GOTPC, ARC_TLS_GD_GOT)
119 (ARC_TLS_IE_GOT, ARC_TLS_DTPOFF, ARC_TLS_DTPOFF_S9, ARC_TLS_LE_S9)
120 (ARC_TLS_LE_32): Fixed formula.
121 (ARC_TLS_GD_LD): Use new special function.
122 * opcode/arc-func.h: Changed all the replacement
123 functions to clear the patching bits before doing an or it with the value
124 argument.
125
126 2016-01-18 Nick Clifton <nickc@redhat.com>
127
128 PR ld/19440
129 * coff/internal.h (internal_syment): Use int to hold section
130 number.
131 (N_UNDEF): Cast to int not short.
132 (N_ABS): Likewise.
133 (N_DEBUG): Likewise.
134 (N_TV): Likewise.
135 (P_TV): Likewise.
136
137 2016-01-11 Nick Clifton <nickc@redhat.com>
138
139 Import this change from GCC mainline:
140
141 2016-01-07 Mike Frysinger <vapier@gentoo.org>
142
143 * longlong.h: Change !__SHMEDIA__ to
144 (!defined (__SHMEDIA__) || !__SHMEDIA__).
145 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
146
147 2016-01-06 Maciej W. Rozycki <macro@imgtec.com>
148
149 * opcode/mips.h: Add a summary of MIPS16 operand codes.
150
151 2016-01-05 Mike Frysinger <vapier@gentoo.org>
152
153 * libiberty.h (dupargv): Change arg to char * const *.
154 (writeargv, countargv): Likewise.
155
156 2016-01-01 Alan Modra <amodra@gmail.com>
157
158 Update year range in copyright notice of all files.
159
160 For older changes see ChangeLog-0415, aout/ChangeLog-9115,
161 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
162 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
163 som/ChangeLog-1015, and vms/ChangeLog-1015
164 \f
165 Copyright (C) 2016 Free Software Foundation, Inc.
166
167 Copying and distribution of this file, with or without modification,
168 are permitted in any medium without royalty provided the copyright
169 notice and this notice are preserved.
170
171 Local Variables:
172 mode: change-log
173 left-margin: 8
174 fill-column: 74
175 version-control: never
176 End:
This page took 0.03381 seconds and 4 git commands to generate.