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