[ARC] Allow non-instruction relocations within .text sections
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2016-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
7 2016-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
21 2016-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
26 2016-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
37 2016-03-03 Evgenii Stepanov <eugenis@google.com>
38
39 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
40
41 2016-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
47 2016-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
54 2016-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
59 2016-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
65 2016-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
73 2016-02-09 Alan Modra <amodra@gmail.com>
74
75 PR 16583
76 * elf/common.h (AT_SUN_HWCAP): Undef before defining.
77
78 2016-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
84 2016-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
97 2016-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
108 2016-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
119 2016-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
129 2016-01-06 Maciej W. Rozycki <macro@imgtec.com>
130
131 * opcode/mips.h: Add a summary of MIPS16 operand codes.
132
133 2016-01-05 Mike Frysinger <vapier@gentoo.org>
134
135 * libiberty.h (dupargv): Change arg to char * const *.
136 (writeargv, countargv): Likewise.
137
138 2016-01-01 Alan Modra <amodra@gmail.com>
139
140 Update year range in copyright notice of all files.
141
142 For older changes see ChangeLog-0415, aout/ChangeLog-9115,
143 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
144 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
145 som/ChangeLog-1015, and vms/ChangeLog-1015
146 \f
147 Copyright (C) 2016 Free Software Foundation, Inc.
148
149 Copying and distribution of this file, with or without modification,
150 are permitted in any medium without royalty provided the copyright
151 notice and this notice are preserved.
152
153 Local Variables:
154 mode: change-log
155 left-margin: 8
156 fill-column: 74
157 version-control: never
158 End:
This page took 0.03333 seconds and 4 git commands to generate.