PowerPC inline PLT call support
[binutils-gdb.git] / include / ChangeLog
1 2018-04-09 Alan Modra <amodra@gmail.com>
2
3 * elf/ppc.h (R_PPC_PLTSEQ, R_PPC_PLTCALL): Define.
4 * elf/ppc64.h (R_PPC64_PLTSEQ, R_PPC64_PLTCALL): Define.
5
6 2018-03-28 Renlin Li <renlin.li@arm.com>
7
8 PR ld/22970
9 * elf/aarch64.h: Add relocation number for
10 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12,
11 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC,
12 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12,
13 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC,
14 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12,
15 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC,
16 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12,
17 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12_NC.
18
19 2018-03-28 Nick Clifton <nickc@redhat.com>
20
21 PR 22988
22 * opcode/aarch64.h (enum aarch64_opnd): Add
23 AARCH64_OPND_SVE_ADDR_R.
24
25 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
26
27 * elf/common.h (DF_1_KMOD): New.
28 (DF_1_WEAKFILTER): Likewise.
29 (DF_1_NOCOMMON): Likewise.
30
31 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
32
33 * opcode/riscv.h (OP_MASK_FUNCT3): New.
34 (OP_SH_FUNCT3): Likewise.
35 (OP_MASK_FUNCT7): Likewise.
36 (OP_SH_FUNCT7): Likewise.
37 (OP_MASK_OP2): Likewise.
38 (OP_SH_OP2): Likewise.
39 (OP_MASK_CFUNCT4): Likewise.
40 (OP_SH_CFUNCT4): Likewise.
41 (OP_MASK_CFUNCT3): Likewise.
42 (OP_SH_CFUNCT3): Likewise.
43 (riscv_insn_types): Likewise.
44
45 2018-03-13 Nick Clifton <nickc@redhat.com>
46
47 PR 22113
48 * coff/pe.h (struct pex64_unwind_info): Add a rawUnwindCodesEnd
49 field.
50
51 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
52
53 * opcode/i386 (OLDGCC_COMPAT): Removed.
54
55 2018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
56
57 * opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.
58
59 2018-02-20 Maciej W. Rozycki <macro@mips.com>
60
61 * opcode/mips.h: Remove `M' operand code.
62
63 2018-02-12 Zebediah Figura <z.figura12@gmail.com>
64
65 * coff/msdos.h: New header.
66 * coff/pe.h: Move common defines to msdos.h.
67 * coff/powerpc.h: Likewise.
68
69 2018-01-13 Nick Clifton <nickc@redhat.com>
70
71 2.30 branch created.
72
73 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR ld/22393
76 * bfdlink.h (bfd_link_info): Add separate_code.
77
78 2018-01-04 Jim Wilson <jimw@sifive.com>
79
80 * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL. Rename
81 DECLARE_CSR entry. Add alias to map sbadaddr to CSR_STVAL.
82 (CSR_MBADADDR): Rename to CSR_MTVAL. Rename DECLARE_CSR entry.
83 Add alias to map mbadaddr to CSR_MTVAL.
84
85 2018-01-03 Alan Modra <amodra@gmail.com>
86
87 Update year range in copyright notice of all files.
88
89 For older changes see ChangeLog-2017
90 \f
91 Copyright (C) 2018 Free Software Foundation, Inc.
92
93 Copying and distribution of this file, with or without modification,
94 are permitted in any medium without royalty provided the copyright
95 notice and this notice are preserved.
96
97 Local Variables:
98 mode: change-log
99 left-margin: 8
100 fill-column: 74
101 version-control: never
102 End: