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