summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.alpha
blob: 5b98b1ec4bf5ff7a8e4889f617d4a9caace38af0 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>

	[BZ #11677]
	* sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.

2012-02-15  Richard Henderson  <rth@twiddle.net>

        * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
        * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.

	* sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
	(inline_syscall0, inline_syscall1, inline_syscall2,
	inline_syscall3, inline_syscall4, inline_syscall5,
	inline_syscall6): Use it.
	* sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
	* sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
	* sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
	* sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.

	* sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
	[PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
	[PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.

	* sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.

	* sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
	or _LIBC_REENTRANT.

2012-02-15  Richard Henderson  <rth@twiddle.net>

	[BZ #13361]
	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
	(fallocate, name_to_handle_at, open_by_handle_at): Declare.

2012-02-14  Joseph Myers  <joseph@codesourcery.com>
	    Tom de Vries  <tom@codesourcery.com>

	* sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
	libc_relro_required conditional on alpha machine.  Move setting of
	libc_cv_gcc_unwind_find_fde ...
	* sysdeps/unix/sysv/linux/alpha/configure.in: ... here.

2012-02-13  Richard Henderson  <rth@twiddle.net>

        * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
        * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.

2012-02-09  Richard Henderson  <rth@twiddle.net>

	* sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
	(libc_commonpagesize, libc_relro_required): New.

2012-02-08  Richard Henderson  <rth@twiddle.net>

	* sysdeps/alpha/ldsodefs.h: New file.
	* sysdeps/alpha/tst-audit.h: New file.
	* sysdeps/alpha/tls-macros.h: New file.

	* sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
	* sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
	* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
	* sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
	* sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
	* sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
	* sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
	* sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.

	* sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
	* sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
	* sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.

	* sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.

	* sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.

	* sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.

	* sysdeps/unix/sysv/linux/alpha/configure.in: New file.
	* sysdeps/unix/sysv/linux/alpha/configure: Build.
	* sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
	multiple includes.  Disable statfs64 entirely.

	* sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
	* sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
	* sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
	the test fails.  Don't set HAVE_TLS_SUPPORT.
	* sysdeps/alpha/elf/configure: Rebuild.

2012-01-07  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
	* sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
	wordexp.c.

2011-10-05  Andreas Schwab  <schwab@redhat.com>

	* sysdeps/alpha/dl-machine.h (elf_machine_rela)
	(elf_machine_lazy_rel): Add parameter skip_ifunc.

2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
	Fix wrong register in stack pointer comparison.

2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
	* sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.

2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
	struct statfs64): Add f_flags field.

2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.

2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
	F_GETPIPE_SZ): Define.

2010-09-26  Michael Cree  <mcree@orcon.net.nz>

	* sysdeps/alpha/memchr.c: Include <bp-sym.h>
	(__memchr): Add casts for integer arithmetic on pointers.

2010-09-23  Richard Henderson  <rth@redhat.com>

	[BZ #12019]
	* sysdeps/alpha/alphaev6/memchr.S: Remove.
	* sysdeps/alpha/memchr.S: Remove.
	* sysdeps/alpha/memchr.c: New.

2010-09-23  Richard Henderson  <rth@redhat.com>

	[BZ #1864]
	* sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
	* sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
	* sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
	* sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
	* sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
	* sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
	* sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
	* sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
	Define without 64-bit aliases.

2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/alpha/memchr.S: Use prefetch load.
	* sysdeps/alpha/alphaev6/memchr.S: Likewise.

2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>

 	[BZ #6827]
	* sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
	* sysdeps/alpha/dl-procinfo.c: New.
	* sysdeps/alpha/dl-procinfo.h: New.

2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>

	[BZ #5350]
	* sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
	* sysdeps/alpha/fpu/s_ceilf.c: Likewise.
	* sysdeps/alpha/fpu/s_floor.c: Likewise.
	* sysdeps/alpha/fpu/s_floorf.c: Likewise.
	* sysdeps/alpha/fpu/s_rint.c: Likewise.
	* sysdeps/alpha/fpu/s_rintf.c: Likewise.

2010-05-03  GOTO Masanori  <gotom@debian.or.jp>

	[BZ #1026]
	* sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
	__ASSUME_STAT64_SYSCALL.
	* sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
	__ASSUME_STAT64_SYSCALL.
	* sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
	__libc_missing_axp_stat64 when it's not	needed.
	* sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.

2010-03-30  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.

2010-03-30  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
	for GLIBC_2.12.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
	Define extern here; move definition...
	* sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
	(PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
	F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
	F_OWNER_GID, struct f_owner_ex): Define.
	(F_SETOWN, F_GETOWN): Define with XPG7.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
	(PTR_DEMANGLE): Likewise.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
	INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdep/unix/sysv/linux/alpha/creat.c: New.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
	Adjust the test for gcc 4.5.
	* sysdep/alpha/elf/configure: Rebuild.

2010-03-26  Richard Henderson  <rth@redhat.com>

	* sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
	__arch_exchange_16_int, __arch_exchange_32_int,
	__arch_exchange_64_int, __arch_exchange_and_add_32_int,
	__arch_exchange_and_add_64_int): Use __typeof to get the
	return type correct without warning.

2010-03-23  Matt Turner  <mattst88@gmail.com>
	    Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.

2010-01-12  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
	problem.

2010-01-12  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
	SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.

2010-01-12  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
	O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
	XPG7.
	* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
	fcntl.h.

2010-01-12  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
	O_DSYNC to match 2.6.33+ kernels.

2009-12-02  Mike Frysinger <vapier@gentoo.org>

	* sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
	include timer_gettime.c -> timer_settime.c.

2009-11-23  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
	for timestamps also if __USE_XOPEN2K8.

2009-11-23  Matt Turner  <mattst88@gmail.com>

	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
	names of parameters of sync_file_range.

2009-11-23  Matt Turner  <mattst88@gmail.com>

	[BZ #10972]
	* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
	constants from recent kernels.

2009-11-10  Matt Turner  <mattst88@gmail.com>

	[BZ #10609]
	* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
	of empty parameters for file names.

2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>

	[BZ #10158]
	* sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
	Change parameters and use next_line.

	[BZ #10160]
	* sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
	FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
	FUTEX_BITSET_MATCH_ANY.

	[BZ #10161]
	* sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
	* sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.

	[BZ #6507]
	* sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
	ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
	elf_fpregset_t): Define. Don't include asm/elf.h.

2008-11-26  Roland McGrath  <roland@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
	repository's ia64 file; #include that.
	* sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
	repository's powerpc file; #include that.

2008-11-25  Roland McGrath  <roland@redhat.com>

	* ChangeLog.alpha: New file (this one).
	* sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
	sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
	sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
	sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
	Subdirectories moved here from main repository.
	* sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
	Subdirectories moved here from main repository's nptl/ subdirectory.
	* sysdeps/alpha/preconfigure: New file.
	* sysdeps/alpha/shlib-versions: New file.

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
End: