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