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