Fix enum flag with Python 3
[external/binutils.git] / include / ChangeLog
1 2016-01-18  Miranda Cupertino  <Cupertino.Miranda@synopsys.com>
2             Zissulescu Claudiu  <Claudiu.Zissulescu@synopsys.com>
3
4         * elf/arc-reloc.def (ARC_32, ARC_GOTPC, ARC_TLS_GD_GOT)
5         (ARC_TLS_IE_GOT, ARC_TLS_DTPOFF, ARC_TLS_DTPOFF_S9, ARC_TLS_LE_S9)
6         (ARC_TLS_LE_32): Fixed formula.
7         (ARC_TLS_GD_LD): Use new special function.
8         * opcode/arc-func.h: Changed all the replacement
9         functions to clear the patching bits before doing an or it with the value
10         argument.
11
12 2016-01-18  Nick Clifton  <nickc@redhat.com>
13
14         PR ld/19440
15         * coff/internal.h (internal_syment): Use int to hold section
16         number.
17         (N_UNDEF): Cast to int not short.
18         (N_ABS): Likewise.
19         (N_DEBUG): Likewise.
20         (N_TV): Likewise.
21         (P_TV): Likewise.
22
23 2016-01-11  Nick Clifton  <nickc@redhat.com>
24
25         Import this change from GCC mainline:
26
27         2016-01-07  Mike Frysinger  <vapier@gentoo.org>
28
29         * longlong.h: Change !__SHMEDIA__ to
30         (!defined (__SHMEDIA__) || !__SHMEDIA__).
31         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
32
33 2016-01-06  Maciej W. Rozycki  <macro@imgtec.com>
34
35         * opcode/mips.h: Add a summary of MIPS16 operand codes.
36
37 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
38
39         * libiberty.h (dupargv): Change arg to char * const *.
40         (writeargv, countargv): Likewise.
41
42 2016-01-01  Alan Modra  <amodra@gmail.com>
43
44         Update year range in copyright notice of all files.
45
46 For older changes see ChangeLog-0415, aout/ChangeLog-9115,
47 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
48 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
49 som/ChangeLog-1015, and vms/ChangeLog-1015
50 \f
51 Copyright (C) 2016 Free Software Foundation, Inc.
52
53 Copying and distribution of this file, with or without modification,
54 are permitted in any medium without royalty provided the copyright
55 notice and this notice are preserved.
56
57 Local Variables:
58 mode: change-log
59 left-margin: 8
60 fill-column: 74
61 version-control: never
62 End: