Use a 32-bit value to hold the section number in the internal COFF symbol structure.
[external/binutils.git] / include / ChangeLog
1 2016-01-18  Nick Clifton  <nickc@redhat.com>
2
3         PR ld/19440
4         * coff/internal.h (internal_syment): Use int to hold section
5         number.
6         (N_UNDEF): Cast to int not short.
7         (N_ABS): Likewise.
8         (N_DEBUG): Likewise.
9         (N_TV): Likewise.
10         (P_TV): Likewise.
11
12 2016-01-11  Nick Clifton  <nickc@redhat.com>
13
14         Import this change from GCC mainline:
15
16         2016-01-07  Mike Frysinger  <vapier@gentoo.org>
17
18         * longlong.h: Change !__SHMEDIA__ to
19         (!defined (__SHMEDIA__) || !__SHMEDIA__).
20         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
21
22 2016-01-06  Maciej W. Rozycki  <macro@imgtec.com>
23
24         * opcode/mips.h: Add a summary of MIPS16 operand codes.
25
26 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
27
28         * libiberty.h (dupargv): Change arg to char * const *.
29         (writeargv, countargv): Likewise.
30
31 2016-01-01  Alan Modra  <amodra@gmail.com>
32
33         Update year range in copyright notice of all files.
34
35 For older changes see ChangeLog-0415, aout/ChangeLog-9115,
36 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
37 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
38 som/ChangeLog-1015, and vms/ChangeLog-1015
39 \f
40 Copyright (C) 2016 Free Software Foundation, Inc.
41
42 Copying and distribution of this file, with or without modification,
43 are permitted in any medium without royalty provided the copyright
44 notice and this notice are preserved.
45
46 Local Variables:
47 mode: change-log
48 left-margin: 8
49 fill-column: 74
50 version-control: never
51 End: