aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog.64bit
blob: 113f5d07b22ec42f4a0d2cbb121d932d5b0125d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2013-03-27  Corinna Vinschen  <vinschen@redhat.com>

	* libc/include/sys/features.h: Redefine compilation environment
	definitions for Cygwin to cover 64 bit Cygwin.

2013-01-29  Corinna Vinschen  <vinschen@redhat.com>

	* libc/include/machine/setjmp.h: Revert definition of _JBTYPE and _JBLEN
	for 64 bit Cygwin to use long as base type.  Drop unneeded comment.

2013-01-29  Corinna Vinschen  <vinschen@redhat.com>

	* libc/include/machine/setjmp.h: Fix definition of _JBTYPE and _JBLEN
	for 64 bit Cygwin to enforce 16 byte alignment.  Change comment to
	explain.

2013-01-29  Corinna Vinschen  <vinschen@redhat.com>

	* libc/ctype/ctype_.c (_ctype_): Fix definition for 64 bit Cygwin.

2012-11-30  Corinna Vinschen  <vinschen@redhat.com>

	* libc/include/machine/setjmp.h: Change definition of _JBLEN to allow
	different values for 32 bit and 64 bit Cygwin.

2012-08-13  Corinna Vinschen  <vinschen@redhat.com>

	* libc/include/reent.h (stat64): Define as stat under Cygwin, instead
	of as __stat64.  Undef stat64 if not building Newlib.
	* libc/include/sys/stat.h (stat64): Define as stat under Cygwin.