New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
[glibc.git] / ports / ChangeLog.hppa
blob6aa0e9188b4544ac5345ba01212ecc4d6d2bcdcd
1 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
3         * sysdeps/hppa/math_private.h: New file.
5 2013-03-06  Andreas Jaeger  <aj@suse.de>
7         * sysdeps/unix/sysv/linux/hppa/bits/msq.h (MSG_COPY): Define.
8         * ports/sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_HUGE_MASK)
9         (MAP_HUGE_SHIFT): Define.
11 2013-02-14  Carlos O'Donell  <carlos@redhat.com>
13         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c
14         (lll_unlock_wake_cb): Remove.
15         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
16         Remove prototype for lll_unlock_wake_cb.
18 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
20         * sysdeps/hppa/fpu/fpu_control.h (_FPU_GETCW): Use __extension__
21         with long long.
22         (_FPU_SETCW): Likewise.
23         * sysdeps/unix/sysv/linux/hppa/bits/ipc.h (struct ipc_perm):
24         Likewise.
26 2013-01-08  Andreas Jaeger  <aj@suse.de>
28         [BZ# 14985]
29         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK):
30         Remove.
32 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34         * All files with FSF copyright notices: Update copyright dates
35         using scripts/update-copyrights.
37 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
39         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Delete file.
40         * sysdeps/unix/sysv/linux/hppa/bits/socket_type.h: New file.
42         * sysdeps/hppa/fpu/feholdexcpt.c: Cast return to unsigned long long *.
43         * sysdeps/unix/sysv/linux/hppa/mmap.c: Cast return to __ptr_t.
45 2012-11-19  Mike Frysinger  <vapier@gentoo.org>
47         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Replace _internal
48         alias by hidden_def.
50 2012-11-18  Carlos O'Donell  <carlos@systemhalted.org>
52         * sysdeps/hppa/fpu/fesetenv.c: Reset FPU to default for FE_DFL_ENV.
54         * sysdeps/hppa/get-rounding-mode.h: New file.
55         * sysdeps/hppa/fpu/fegetround.c: Use get_rounding_mode.
57         * ports/sysdeps/hppa/fpu/fpu_control.h: New file.
59         * ports/sysdeps/hppa/__longjmp.S: Removed.
60         * ports/sysdeps/hppa/__longjmp.c: New file.
61         * ports/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c: New file.
62         * ports/sysdeps/hppa/bits/setjmp.h: Use union for __jmp_buf.
63         * ports/sysdeps/hppa/setjmp.S: Comment byte offsets and padding.
65 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
67         [BZ #14805]
68         * sysdeps/hppa/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
69         fenv_t *.
70         (FE_NOMASK_ENV): Likewise.
72 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
74         * sysdeps/hppa/fpu/fclrexcpt.c (feclearexcept): Add
75         libm_hidden_def.
77         [BZ #3439]
78         * sysdeps/hppa/fpu/bits/fenv.h (FE_INVALID): Define macro to
79         integer constant usable in #if and use that to give value to enum
80         constant.
81         (FE_DIVBYZERO): Likewise.
82         (FE_OVERFLOW): Likewise.
83         (FE_UNDERFLOW): Likewise.
84         (FE_INEXACT): Likewise.
85         (FE_TONEAREST): Likewise.
86         (FE_TOWARDZERO): Likewise.
87         (FE_UPWARD): Likewise.
88         (FE_DOWNWARD): Likewise.
90 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
92         [BZ #14047]
93         * sysdeps/hppa/tininess.h: New file.
95 2012-10-29  Carlos O'Donell  <carlos@systemhalted.org>
97         [BZ #14447]
98         * sysdeps/unix/sysv/linux/hppa/sysdep.h (ENTRY): Add cfi_startproc.
99         Use .cfi_offset for rp store.
100         (ENTRY_LEAF): Likewise.
101         (END) Add cfi_Endproc.
102         (DO_CALL): Add cfi directives.
104         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Document register clobbering.
105         [PIC](TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
106         CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): Move...
107         (TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
108         CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): ... to here.
109         [!PIC](TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
110         CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): Remove.
111         (TREG): Use r4.
113         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Don't include sys/syscall.h.
114         Document nop removal.
115         (PSEUDO): Remove nop.
116         (PSEUDO_NOERRNO): Likeise.
117         (PSEUDO_ERRVAL): Likewise.
119         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Remove trailing whitespace.
121 2012-10-26  Andreas Jaeger  <aj@suse.de>
123         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Remove all
124         definitions and declarations that are provided by
125         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
126         (__O_PATH): Define.
128 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
130         * sysdeps/hppa/nptl/Makefile (tst-oddstacklimit-ENV): Remove.
131         * sysdeps/hppa/nptl/tst-oddstacklimit.c: New file.
133 2012-10-10  Carlos O'Donell  <carlos@systemhalted.org>
135         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Update.
137         * sysdeps/unix/sysv/linux/hppa/nptl/pt-initfini.c: Removed.
139         * sysdeps/hppa/nptl/shlib-versions: New file.
141 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
143         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Fix clone
144         flag name in comment to CLONE_CHILD_CLEARTID.
146 2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
148         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Use __prlimit64 as
149         the strong name.
151 2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
152             Andreas Schwab  <schwab@linux-m68k.org>
154         * sysdeps/unix/sysv/linux/hppa/Versions: Add new errlist-compat
155         entry value of 260 for GLIBC_2.17.
156         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (EHWPOISON): Define if
157         not defined.
159 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
161         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
162         (__ASSUME_STAT64_SYSCALL): Remove.
164 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
166         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
167         (__ASSUME_MMAP2_SYSCALL): Remove.
169 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
171         * sysdeps/hppa/nptl/pthread_spin_lock.c: Use generic code.
172         * sysdeps/hppa/nptl/pthread_spin_trylock.c: Remove, use generic version.
174 2012-08-12  Mike Frysinger  <vapier@gentoo.org>
176         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Add prlimit64.
177         * sysdeps/unix/sysv/linux/hppa/Versions (GLIBC_2.17): Likewise.
179 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
181         * sysdeps/unix/sysv/linux/hppa/nptl/configure.in: Remove.
182         * sysdeps/unix/sysv/linux/hppa/nptl/configure: Likewise.
183         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
184         (__ASSUME_LWS_CAS): Define unconditionally.
186 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
188         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
189         (__ASSUME_FCNTL64): Remove.
191 2012-07-26  Andreas Jaeger  <aj@suse.de>
193         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLLWAKEUP): Add new
194         value.
196 2012-05-19  Carlos O'Donell  <carlos@systemhalted.org>
198         * sysdeps/hppa/add_n.s: Rename this...
199         * sysdeps/hppa/add_n.S: ... to this.
200         * sysdeps/hppa/hppa1.1/addmul_1.s: Rename this...
201         * sysdeps/hppa/hppa1.1/addmul_1.S: ... to this.
202         * sysdeps/hppa/hppa1.1/mul_1.s: Rename this...
203         * sysdeps/hppa/hppa1.1/mul_1.S ... to this.
204         * sysdeps/hppa/hppa1.1/submul_1.s: Rename this...
205         * sysdeps/hppa/hppa1.1/submul_1.S: ... to this.
206         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Rname this...
207         * sysdeps/hppa/hppa1.1/udiv_qrnnd.S: ... to this.
208         * sysdeps/hppa/lshift.s: Rename this...
209         * sysdeps/hppa/lshift.S: ... to this.
210         * sysdeps/hppa/rshift.s: Rename this...
211         * sysdeps/hppa/rshift.S: ... to this.
212         * sysdeps/hppa/sub_n.s: Rename this...
213         * sysdeps/hppa/sub_n.S: ... to this.
214         * sysdeps/hppa/udiv_qrnnd.s: Rename this...
215         * sysdeps/hppa/udiv_qrnnd.S: ... to this.
217 2012-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
219         * sysdeps/hppa/libgcc_s.h: Remove.
220         * sysdeps/hppa/shlib-versions: Add libgcc_s.
222 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
224         * sysdeps/hppa/dl-irel.h: New file.
226 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
228         * sysdeps/hppa/dl-fptr.h: Add prototype for _dl_fptr_init.
229         * sysdeps/hppa/dl-fptr.c: New file.
230         * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
231         Call _dl_fptr_init.
233 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
235         * sysdeps/hppa/elf/configure: Removed file.
236         * sysdeps/hppa/elf/configure.in: Move to...
237         * sysdeps/hppa/configure.in: ... here.
238         * sysdeps/hppa/configure: Regenerate.
239         * sysdeps/hppa/elf/initfini.c: Removed file.
240         * sysdeps/hppa/crti.S: New file.
241         * sysdeps/hppa/crtn.S: New file.
242         * sysdeps/hppa/elf/entry.h: Moved to ...
243         * sysdeps/hppa/entry.h: ... here.
244         * sysdeps/hppa/elf/start.S: Move to ...
245         * sysdeps/hppa/start.S: ... here.
247 2012-03-22  Carlos O'Donell  <carlos@systemhalted.org>
249         [BZ #6730]
251         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Don't negate %r21 and
252         check for -EFAULT and -ENOSYS instead.
254 2012-03-09  Richard Henderson  <rth@twiddle.net>
256         * sysdeps/hppa/hppa1.1/s_signbit.c: Use <> to include math_private.h.
258 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
260         [BZ #13673]
261         Replace FSF snail mail address with URLs, as per GNU coding standards.
263 2012-03-03  Carlos O'Donell  <carlos@systemhalted.org>
265         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Name
266         pthread_attr_t union.
267         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Sync from libc copy.
268         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Likewise.
270 2012-01-08  Carlos O'Donell  <carlos@systemhalted.org>
272         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLLONESHOT)
273         (EPOLLET): Initialize with unsiged values.
275 2012-01-08  Carlos O'Donell  <carlos@systemhalted.org>
277         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Sync from libc copy.
279 2012-01-08  Carlos O'Donell  <carlos@systemhalted.org>
281         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Use const instead of __const.
282         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Likewise.
284 2011-10-21  Carlos O'Donell  <carlos@systemhalted.org>
286         * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Update copyright year.
287         Do not include signal.h and sys/ucontext.h.
289 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
291         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Update copyright
292         year.
293         (PSEUDO): Define __*_nocancel version. Add CFI directives to __*_nocancel
294         and normal version.
295         (PUSHARGS_1): Add CFI directive.
296         (PUSHARGS_2): Likewise.
297         (PUSHARGS_3): Likewise.
298         (PUSHARGS_4): Likewise.
299         (PUSHARGS_5): Likewise.
300         (PUSHARGS_6): Likewise.
301         (POPARGS_1): Likewise.
302         (POPARGS_2): Likewise.
303         (POPARGS_3): Likewise.
304         (POPARGS_4): Likewise.
305         (POPARGS_5): Likewise.
306         (POPARGS_6): Likewise.
308 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
310         * sysdeps/unix/sysv/linux/hppa/linuxthreads/aio_cancel.c: Remove.
311         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/initspin.h: Remove.
312         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h: Remove.
313         * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h: Remove.
314         * sysdeps/unix/sysv/linux/hppa/linuxthreads/pt-initfini.c: Remove.
315         * sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h: Remove.
316         * sysdeps/hppa/linuxthreads/pspinlock.c: Remove.
317         * sysdeps/hppa/linuxthreads/pt-machine.h: Remove.
318         * sysdeps/hppa/linuxthreads/tls.h: Remove.
320 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
322         * sysdeps/hppa/stackinfo.h: Update copyright year.
323         Include elf.h and define DEFAULT_STACK_PERMS.
325 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
327         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Synchronize
328         with canonical fcntl.h.
330 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
332         * sysdeps/hppa/fpu/fegetenv.c: Add hidden alias.
333         * sysdeps/hppa/fpu/feupdateenv.c: Likewise.
334         * sysdeps/hppa/fpu/ftestexcept.c: Likewise.
336 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
338         * sysdeps/hppa/dl-tls.h: Update copyright year.
339         Define TLS_DTV_UNALLOCATED.
341 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
343         * sysdeps/hppa/elf/configure.in: Always test for TLS support
344         and error out if missing.
345         * sysdeps/hppa/elf/configure: Regenerate.
346         * sysdeps/hppa/configure: Regenerate.
348 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
350         * sysdeps/hppa/nptl/tls.h: Update copyright year.
351         Remove HAVE_TLS_SUPPORT check.
353 2011-10-17  Guy Martin  <gmsoft@tuxicoman.be>
355         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h
356         Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition.
357         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h
358         Fix EFD_CLOEXEC and EFD_NONBLOCK to match kernel definition.
359         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h
360         Fix IN_CLOEXEC and IN_NONBLOCK to match kernel definition.
361         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h
362         Fix SFD_CLOEXEC and SFD_NONBLOCK to match kernel definition.
363         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h
364         Fix TFD_CLOEXEC and TFD_NONBLOCK to match kernel definition.
366 2011-10-05  Andreas Schwab  <schwab@redhat.com>
368         * sysdeps/hppa/dl-machine.h (elf_machine_rela)
369         (elf_machine_lazy_rel): Add parameter skip_ifunc.
371 2010-06-24  Carlos O'Donell  <carlos@codesourcery.com>
373         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Only create stack
374         frame around call to SYSCALL_ERROR_HANDLER. Do not restore %rp
375         from the stack frame on successfull return.
377 2010-06-23  Carlos O'Donell  <carlos@codesourcery.com>
379         * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext_ret):
380         Document that this function is a non-standard calling ABI.
381         Document register usage.
382         (__getcontext): Use normal %sp without adjustment. Use named
383         resgister %sp.
384         * sysdeps/unix/sysv/linux/hppa/makecontext.c: Remove FRAME_SIZE.
385         Define FRAME_SIZE_UL, FRAME_SIZE_BYTES, ARGS.
386         (__makecontext): Create and setup a stack frame.
387         * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
388         Use named register %sp. Do not use oSS_SP.
390 2010-06-07  Andreas Schwab  <schwab@redhat.com>
392         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Update to agree
393         with generic file.
395 2010-03-30  Carlos O'Donell <carlos@codesourcery.com>
397         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Define
398         MSG_WAITFORONE.
400 2010-02-17  Matt Turner  <mattst88@gmail.com>
402         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Actually fix
403         SOCK_CLOEXEC to match O_CLOEXEC.
405 2010-02-02  Carlos O'Donell  <carlos@codesourcery.com>
407         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Define
408         MADV_MERGEABLE and MADV_UNMERGEABLE.
410 2010-02-02  Carlos O'Donell  <carlos@codesourcery.com>
412         * sysdeps/hppa/nptl/tls.h (__set_cr27): Clobber
413         link register r31.
415 2010-02-02  Carlos O'Donell  <carlos@codesourcery.com>
417         * sysdeps/unix/sysv/linux/hppa/makecontext.c (__makecontext):
418         Support more than 8 arguments.
420 2010-02-01  Kyle McMartin  <kyle@redhat.com>
422         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Fix value of
423         SOCK_CLOEXEC to match O_CLOEXEC.
425 2010-02-01  Carlos O'Donell  <carlos@codesourcery.com>
427         * sysdeps/unix/sysv/linux/hppa/Versions: Bump
428         errlist-compat to 257 for GLIBC_2.12.
429         * sysdeps/unix/sysv/linux/hppa/bits/errno.h
430         (EOWNERDEAD): Define if not already defined.
431         (ENOTRECOVERABLE): Likewise.
432         (ERFKILL): Likewise.
434 2009-11-29  Carlos O'Donell  <carlos@codesourcery.com>
436         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h:
437         Rearrange file to reduce future maintenance.
438         [__USE_GNU]: Update F_GETOWN_EX, and F_SETOWN_EX.
439         Define f_owner_ex an __pid_type.
441 2009-11-25  Carlos O'Donell  <carlos@codesourcery.com>
443         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
444         Use correct alignment for pthread_mutex_t, pthread_cond_t,
445         and pthread_rwlock_t.
447 2009-11-22  Carlos O'Donell  <carlos@codesourcery.com>
449         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Avoid warnings
450         by casting oldval to int.
452 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
454         [BZ #6676]
456         * sysdeps/unix/sysv/linux/hppa/socket.h: Move from here...
457         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: ... to here.
459 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
461         * sysdeps/unix/sysv/linux/hppa/Versions (libc): Add
462         fallocate64@@GLIBC_2.11.
463         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
464         [__USE_GNU]: Define F_GETOWN_EX, and F_SETOWN_EX.
465         [!__USE_FILE_OFFSET64]: Define fallocate.
466         [__USE_FILE_OFFSET64 && __REDIRECT]: Define __REDIRECT.
467         [__USE_FILE_OFFSET64 && !__REDIRECT]: Define fallocate as
468         fallocate64.
469         [__USE_LARGEFILE64]: define fallocate64.
471 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
473         * sysdeps/hppa/dl-fptr.h: Update copyright year.
474         Reduce ELF_MACHINE_BOOT_FPTR_TABLE_LEN to 64.
475         Implement ELF_MACHINE_LOAD_ADDRESS using PC relative loads.
477 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
479         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
480         Remove FUTEX_WAITERS, FUTEX_OWNER_DIED, and FUTEX_TID_MASK.
482 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
483             Aurelian Jarno  <aurelien@aurel32.net>
485         [BZ #10527]
487         * sysdeps/unix/sysv/linux/hppa/socket.h: New file.
489 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
491         [BZ #6676]
493         * sysdeps/hppa/elf/start.S: Use R_PARISC_DLTIND* relocations
494         to support -fPIE.
496 2009-11-08  Carlos O'Donell  <carlos@codesourcery.com>
498         [BZ #10920]
500         * sysdeps/hppa/libgcc_s.h: New file.
501         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Remove.
502         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Remove.
504 2009-09-08  Carlos O'Donell  <carlos@codesourcery.com>
506         sysdeps/unix/sysv/linux/hppa/
507         * internaltypes.h: New file.
509         sysdeps/unix/sysv/linux/hppa/nptl/
510         * pthreadP.h: New file.
511         * pthread.h: New file.
512         * pthread_cond_broadcast.c: New file.
513         * pthread_cond_destroy.c: New file.
514         * pthread_cond_init.c: New file.
515         * pthread_cond_signal.c: New file.
516         * pthread_cond_timedwait.c: New file.
517         * pthread_cond_wait.c: New file.
518         * bits/pthreadtypes.h: Make pthread_mutex_t,
519         pthread_rwlock_t, and pthread_cond_t backwards
520         compatible.
522 2009-04-24  Carlos O'Donell  <carlos@codesourcery.com>
524         * sysdeps/hppa/hppa1.1/s_signbit.c: New file.
526 2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
528         * sysdeps/hppa/dl-machine.h: Remove VALID_ELF_OSABI,
529         VALID_ELF_ABIVERSION, and VALID_ELF_HEADER.
531 2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
533         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Do not include
534         sysdep.h. Document the reason for other includes.
536 2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
538         * sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
539         Include errno.h.
541 2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
543         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
544         Adjust comment. Sort macros alphabetically. Remove old
545         lock comments.
547 2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
549         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c:
550         Update from nptl/sysdeps/pthread/unwind-forcedunwind.c
551         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c:
552         Update from nptl/sysdeps/pthread/unwind-resume.c
554 2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
556         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define
557         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME,
558         and FUTEX_BITSET_MATCH_ANY.
560 2009-02-22  Carlos O'Donell  <carlos@codesourcery.com>
562         * sysdeps/unix/sysv/linux/hppa/Versions: Add missing bracket.
564 2009-02-22  Carlos O'Donell  <carlos@codesourcery.com>
566         * sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile.
568 2009-02-13  Khem Raj  <raj.khem@gmail.com>
570         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c
571         (libgcc_s_handle): New variable.
572         (pthread_cancel_init): Depend in libgcc_s_handle for decision to
573         load DSO.  Assign last.
574         (__unwind_freeres): New function.
576 2009-02-09  Arthur Loiret  <aloiret@debian.org>
578         [BZ #9717]
580         * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
581         (MALLOC): Adjust __libc_tsd_define arguments.
582         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
583         arguments.
585 2008-08-07  Helge Deller  <deller@gmx.de>
587         * sysdeps/unix/sysv/linux/hppa/ucontext_i.sym: New file.
588         * sysdeps/unix/sysv/linux/hppa/Makefile: New file.
589         * sysdeps/unix/sysv/linux/hppa/getcontext.S: New file.
590         * sysdeps/unix/sysv/linux/hppa/makecontext.c: New file.
591         * sysdeps/unix/sysv/linux/hppa/setcontext.S: New file.
592         * sysdeps/unix/sysv/linux/hppa/swapcontext.c: New file.
594 2008-06-17  Aurelian Jarno  <aurelien@aurel32.net>
595             Carlos O'Donell  <carlos@systemhalted.org>
597         [BZ #6037]
598         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Check for -11
599         (-EAGAIN) instead of 11. Loop again when the kernel
600         returns -45 (-EDEADLOCK). Add back memory clobber.
601         Do not initialize lws_ret and lws_errno.
603 2008-06-17  Guy Martin  <gmsoft@tuxicoman.be>
605         [BZ #5957]
606         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
607         Use shared futex in lll_wait_tid().
609 2008-05-12  Aurelien Jarno  <aurelien@aurel32.net>
611         [BZ #6506]
612         * sysdeps/hppa/fpu/fesetenv.c: bufptr is always read, temp is
613         read while writing back status word.
615 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
617         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing
618         shmid_ds.
620 2008-04-04  Carlos O'Donell  <carlos@codesourcery.com>
622         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove
623         memory contraint and instead indicate that *mem is
624         written to.
626 2008-03-24  Carlos O'Donell  <carlos@codesourcery.com>
628         * sysdeps/unix/sysv/linux/hppa/sys/user.h: New file.
630 2008-03-14  Carlos O'Donell  <carlos@codesourcery.com>
631             Guy Martin <gmsoft@tuxicoman.be>
633         [BZ #5923]
634         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass
635         timespec and futexp.
637 2008-02-22  Carlos O'Donell  <carlos@codesourcery.com>
639         * sysdeps/unix/sysv/linux/hppa/Makefile: Remove.
640         * sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV.
642 2007-12-05  Jeff Bailey  <jeffbailey@google.com>
644         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
645         (__lll_unlock): Use define instead of inline function.
646         (__lll_robust_unlock): Likewise.
648 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
650         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
652 2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>
654         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c
655         (__lll_lock_wait): Add private argument. Pass private
656         to lll_futex_wait. Use atomic_compare_and_exchange_val_acq.
657         (__lll_lock_wait_private): New function.
658         (__lll_timedlock_wait): Add private argument. Pass private
659         to lll_futex_timed_wait.
660         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
661         Include kernel-features.h and tls.h.
662         (FUTEX_WAITERS): Define.
663         (FUTEX_OWNER_DIED): Define.
664         (FUTEX_TID_MASK): Define.
665         (__lll_private_flag): Define.
666         (lll_futex_timed_wait): Use __lll_private_flag.
667         (lll_futex_wake): Use __lll_private_flag.
668         (lll_futex_requeue): Use __lll_private_flag.
669         (lll_robust_mutex_dead): Rename to...
670         (lll_robust_dead): ... this. Add private argument. Pass private
671         to lll_futex_wake.
672         (lll_futex_wake_unlock): Use __lll_private_flag.
673         (__lll_mutex_trylock): Remove.
674         (lll_mutex_tryock): Remove.
675         (__lll_robust_mutex_trylock): Rename to...
676         (__lll_robust_trylock): ... this.
677         (lll_robust_mutex_trylock): Rename to...
678         (lll_robust_trylock): ... this. Call __lll_robust_trylock.
679         (__lll_mutex_cond_trylock): Rename to...
680         (__lll_cond_trylock): ... this.
681         (lll_mutex_cond_trylock): Rename to...
682         (lll_cond_trylock): ... this. Call __lll_cond_trylock.
683         (__lll_mutex_lock): Add private argument.
684         (__lll_robust_mutex_lock): Remove.
685         (lll_mutex_lock): Define.
686         (__lll_robust_lock): Define.
687         (lll_robust_mutex_lock): Remove.
688         (__lll_mutex_cond_lock): Remove.
689         (lll_robust_lock) Define.
690         (lll_robust_cond_lock): Define.
691         (lll_robust_mutex_cond_lock): Remove.
692         (__lll_cond_lock): Define.
693         (lll_cond_lock): Define.
694         (__lll_mutex_timedlock): Remove.
695         (__lll_timedlock): Define.
696         (lll_timedlock): Define.
697         (lll_robust_mutex_timedlock): Remove.
698         (lll_robust_timedlock): Define.
699         (__lll_mutex_unlock): Remove.
700         (__lll_unlock): Define.
701         (__lll_robust_mutex_unlock): Remove.
702         (__lll_robust_unlock): Define.
703         (lll_robust_mutex_unlock): Remove.
704         (lll_robust_unlock): Define.
705         (__lll_mutex_unlock_force): Remove.
706         (lll_mutex_unlock_force): Remove.
707         (lll_islocked): Remove.
708         (lll_mutex_islocked): Rename to...
709         (lll_islocked): ... this.
710         (lll_trylock): Remove.
711         (lll_unlock): Remove.
712         (lll_wait_tid): Format whitespace.
713         (lll_cond_wait): Remove.
714         (lll_cond_timedwait): Remove.
715         (lll_cond_wake): Remove.
716         (lll_cond_broadcast): Remove.
718 2007-10-17  Carlos O'Donell  <carlos@systemhalted.org>
720         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Correct return value
721         type and __THROW marker of splice, vmsplice, and tee.
723 2007-09-24  Carlos O'Donell  <carlos@systemhalted.org>
725         * sysdeps/hppa/nptl/tls.h: Fix comment.
726         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Fix comment format.
727         [__USE_GNU] (O_CLOEXEC): Define.
728         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Issue error
729         if the library is unsupported.
730         [ASSEMBLER && IS_IN_librt]: Define CENABLE, CDISABLE, and
731         __local_multiple_threads.
733 2007-08-03  Aurelien Jarno  <aurelien@aurel32.net>
735         * sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h:
736         (__local_multiple_threads): Declare as hidden only in libc and
737         in libpthread.
739 2007-07-28  Carlos O'Donell  <carlos@systemhalted.org>
741         * sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Remove.
742         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
743         (pthread_rwlock_t): Split __flags into __pad2, __pad1, __shared,
744         and __flags. Update comments. Update copyright.
745         * sysdeps/hppa/nptl/tls.h: Define THREAD_GSCOPE_FLAG_UNUSED,
746         THREAD_GSCOPE_FLAG_USED, THREAD_GSOPE_FLAG_WAIT,
747         THREAD_GSCOPE_RSEET_FLAG, THREAD_GSCOPE_SET_FLAG, THREAD_GSCOPE_WAIT.
748         Update copyright.
749         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Update copyright.
750         (__lll_lock_wait): Call lll_futex_wait with LLL_SHARED.
751         (__lll_timedlock_wait): Call lll_futex_timed_wait with LLL_SHARED.
752         (lll_unlock_Wake_cb): Use lll_private_futex_wake.
753         (___lll_timedwait_tid): Call lll_futex_timed_wait with LLL_SAHRED.
754         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define
755         FUTEX_PRIVATE_FLAG, LLL_PRIVATE, LLL_SHARED, lll_private_futex_wait,
756         lll_private_futex_timed_wait, lll_private_Futex_wake. Add private
757         argument to lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
758         lll_futex_wake_unlock.
759         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Update copyright.
760         (clear_once_control): Use lll_private_futex_wake.
761         (__pthread_once): Use lll_private_futex_wait, and
762         lll_private_futex_wake.
764 2007-07-28  Randolph Chung  <tausq@debian.org>
766         * sysdeps/hppa/nptl/tls.h (DB_THREAD_SELF): Fix definition.
768 2007-06-16  Jeff Bailey  <jbailey@raspberryginger.com>
770         * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Don't
771         include asm/elf.h.  Declare elf_greg_t, elf_gregset_t,
772         elf_fpreg_t, and elf_fpregset_t.
774 2007-06-16  Jeff Bailey  <jbailey@raspberryginger.com>
776         * sysdeps/unix/sysv/linux/hppa/nptl/configure.in: Require
777         at least kernel 2.6.9.
778         * sysdeps/unix/sysv/linux/hppa/nptl/configure: Rebuilt.
780 2007-05-17  Carlos O'Donell  <carlos@systemhalted.org>
782         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h
783         (SEM_VALUE_MAX): Remove.
785 2007-05-17  Carlos O'Donell  <carlos@systemhalted.org>
787         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PIC_REG_DEF): Define.
788         (PIC_REG_USE): Define.
789         (INLINE_SYSCALL): Use PIC_REG_DEF, PIC_REG_USE.
790         (INTERNAL_SYSCALL): Likewise.
791         (INTERNAL_SYSCALL_NCS): Likewise.
792         * sysdeps/unix/sysv/linux/hppa/sysdep.c (syscall): Use
793         PIC_REG_DEF, PIC_REG_USE.
795 2007-05-01  Carlos O'Donell  <carlos@systemhalted.org>
797         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h
798         [__USE_XOPEN2K]: Define pthread_rwlock_t and
799         pthread_rwlockattr_t.
801 2007-02-02  Carlos O'Donell  <carlos@systemhalted.org>
803         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PTR_MANGLE): Define.
804         (PTR_DEMANGLE): Define.
806 2007-02-02  Guy Martin  <gmsoft@tuxicoman.be>
808         * sysdeps/hppa/dl-trampoline.S (_dl_runtime_profile):
809         Add cfi_endproc.
811 2006-12-03  Carlos O'Donell  <carlos@systemhalted.org>
813         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove non-atomic
814         versions. Adjust jump target to '0b'.
816 2006-12-03  Carlos O'Donell  <carlos@systemhalted.org>
818         * sysdeps/hppa/Makefile: Set long-double-fcts to `no'.
819         * sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
820         * sysdeps/hppa/fpu/bits/mathdef.h: New file.
822 2006-11-10  Carlos O'Donell  <carlos@systemhalted.org>
824         * sysdeps/hppa/nptl/pthread_spin_init.c: New file.
825         * sysdeps/hppa/nptl/pthread_spin_unlock.c: Remove strong alias
826         to pthread_spin_init.
827         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Define
828         RTLD_SINGLE_THREAD_P.
830 2006-09-20  Carlos O'Donell  <carlos@systemhalted.org>
832         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (splice): Add offin
833         and offout arguments to the prototype.
835 2006-09-15  Carlos O'Donell  <carlos@systemhalted.org>
837         * sysdeps/hppa/nptl/tcb-offsets.sym: Define TID_THREAD_OFFSET.
838         * sysdeps/unix/sysv/linux/hppa/clone.S: Handle RESET_PID, and
839         restore r19 before call to _exit.
840         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: New file.
842 2006-09-13  Carlos O'Donell  <carlos@systemhalted.org>
844         * sysdeps/hppa/dl-machine.h (RTLD_START): Comment the use of
845         _dl_fini_plabel.
846         * sysdeps/hppa/elf/start.S: Correctly pass r23 to argument 6 of
847         __libc_start_main. Comment the order of arguments at entry and
848         those to __libc_start_main.
850 2006-09-07  Carlos O'Donell  <carlos@systemhalted.org>
852         * sysdeps/hppa/dl-machine.h (elf_machine_fixup_plt): Remove
853         lvalue cast.
854         * sysdeps/hppa/dl-trampoline.S (_dl_fixup): Correct stack usage.
855         (_dl_runtime_profile): LA fixups.
856         * sysdeps/unix/sysv/linux/hppa/clone.S: Correct stack usage. Return
857         -1 on error. Use branch and link for error handler funciton.
858         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Correct stack usage.
859         Avoid register shuffling.
860         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (ASM_EAGAIN): Define
861         as -EAGAIN.
862         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Adjust definitions to
863         match required standards.
864         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
865         (lll_futex_wait): Return __ret.
866         (lll_futex_timed_wait): Likewise.
867         (lll_futex_wake): Likewise.
868         (lll_futex_requeue): Likewise.
869         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Correct stack
870         usage and adjust error return.
871         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Adjust
872         stack usage for gdb, and avoid extra register loads.
873         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Copy
874         nptl/sysdeps/pthread/unwind-forcedunwind.c.
875         (LIBGCC_SO): Define and use.
876         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Copy
877         nptl/sysdeps/pthread/unwind-resume.c.
878         (LIBGCC_SO): Define and use.
880 2006-08-13  Carlos O'Donell  <carlos@systemhalted.org>
882         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h (FUTEX_LOCK_PI,
883         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
885 2006-07-24  Carlos O'Donell  <carlos@systemhalted.org>
887         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
888         __SIZEOF_PTHREAD_COND_T is 64 bytes. Remove __PAD_ATOMIC_LOCK_T.
890 2006-07-18  Carlos O'Donell  <carlos@systemhalted.org>
892         * sysdeps/hppa/nptl/pthread_spin_lock.c (pthread_spin_lock): Swap
893         newval and oldval.
894         * sysdeps/hppa/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
895         Likewise.
897 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
899         * sysdeps/hppa/tst-audit.h: New file.
901 2006-07-16  Carlos O'Donell  <carlos@systemhalted.org>
903         * sysdeps/hppa/tls-macros.h: Cleanup formatting.
905 2006-07-15  Jeff Bailey  <jbailey@ubuntu.com>
907         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Return NULL.
909 2006-07-13  Carlos O'Donell  <carlos@systemhalted.org>
911         * sysdeps/unix/sysv/linux/hppa/xstat.c: New file.
912         * sysdeps/unix/sysv/linux/hppa/lxstat.c: Likewise.
913         * sysdeps/unix/sysv/linux/hppa/fxstat.c: Likewise.
914         * sysdeps/unix/sysv/linux/hppa/fxstatat.c: Likewise.
916 2006-07-13  Carlos O'Donell  <carlos@systemhalted.org>
918         * sysdeps/hppa/nptl/Makefile: New file
919         * sysdeps/hppa/nptl/jmpbuf-unwind.h: Likewise
920         * sysdeps/hppa/nptl/pthread_spin_lock.c: Likewise
921         * sysdeps/hppa/nptl/pthread_spin_trylock.c: Likewise
922         * sysdeps/hppa/nptl/pthread_spin_unlock.c: Likewise
923         * sysdeps/hppa/nptl/pthreaddef.h: Likewise
924         * sysdeps/hppa/nptl/tcb-offsets.sym: Likewise
925         * sysdeps/hppa/nptl/tls.h: Likewise
926         * sysdeps/unix/sysv/linux/hppa/nptl/bits: Likewise
927         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: Likewise
928         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: Likewise
929         * sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Likewise
930         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: Likewise
931         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Likewise
932         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise
933         * sysdeps/unix/sysv/linux/hppa/nptl/pt-initfini.c: Likewise
934         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Likewise
935         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Likewise
936         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise
937         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Likewise
938         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Likewise
940 2006-06-08  Carlos O'Donell  <carlos@systemhalted.org>
942         * sysdeps/unix/sysv/linux/hppa/Versions: new errlist compat entry
943         for up to 256 errnos
945 2006-06-08  Carlos O'Donell  <carlos@systemhalted.org>
947         * sysdeps/hppa/hppa1.1/Implies: Remove ieee754/ldbl-128.
948         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
949         [__LINUX_KERNEL_VERSION >= 0x020609]: Define __ASSUME_LWS_CAS.
950         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: New file.
952 2006-06-08  Carlos O'Donell  <carlos@systemhalted.org>
954         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Reformat
955         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
956         Define.
958 2006-05-24  Carlos O'Donell  <carlos@systemhalted.org>
960         * sysdeps/unix/sysv/linux/hppa/clone.S: .LerrorRest
961         is a label.
963 2006-05-24  Carlos O'Donell  <carlos@systemhalted.org>
965         * sysdeps/hppa/ldsodefs.h: New file.
966         * sysdeps/unix/sysv/linux/hppa/bits/mman.h:
967         Only define MADV_* macros when __USE_BSD is present.
968         (MADV_REMOVE, MADV_DONTFORK, MADV_DOFORK): Define.
970 2006-05-15  Carlos O'Donell  <carlos@systemhalted.org>
972         * sysdeps/unix/sysv/linux/hppa/clone.S: Accept extra arguments
973         required for NPTL.
974         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Use var args for 6 arg
975         syscall.
976         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Move DOARGS and UNDOARGS
977         into PSEUDO_*'s.
978         (ENTRY_LEAF): Define.
979         (PSEUDO_NOERRNO, PSEUDO_ERRVAL): Use ENTRY_LEAF.
980         (DO_CALL): Create frame.
982 2006-05-15  Carlos O'Donell  <carlos@systemhalted.org>
984         * sysdeps/hppa/dl-machine.h: Include tls.h
985         (elf_machine_fixup_plt): Returns fdesc.
986         (elf_machine_profile_fixup_plt): Remove.
987         (elf_machine_plt_value): Returns fdesc.
988         (elf_machine_runtime_setup): Check that dl_profile != NULL.
989         (ARCH_LA_PLTENT, ARCH_LA_PLTEXIT): Define.
990         (RTLD_START): Use iitlbp with sr0.
991         (elf_machine_type_class): Include TLS relocs.
992         (reassemble_21, reassemble_14): Define.
993         (elf_machine_rela): Add DIR21L, DIR14R, PLABEL21L, PLABEL14R,
994         TLS_DTPMOD32, TLS_TPREL32, TLS_DTPOFF32 support.
995         (TRAMPOLINE_TEMPLATE): Move to ...
996         * sysdeps/hppa/dl-trampoline.S: ... here.
997         * sysdeps/hppa/abort-instr.h: Use iitlbp with sr0.
998         * sysdeps/hppa/dl-lookupcfg.h: Inlcude dl-fptr.h.
999         (DL_FIXUP_VALUE_TYPE, DL_FIXUP_MAKE_VALUE, DL_FIXUP_VALUE_CODE_ADDR,
1000         DL_FIXUP_VALUE_ADD, DL_FIXUP_ADDR_VALUE): Define.
1001         * sysdeps/hppa/sysdep.h: Use "!" as a separator. Cleanup comments.
1002         * sysdeps/hppa/bits/link.h (La_hppa_regs, La_hppa_retval): Define.
1003         Define prototypes for la_hppa_gnu_pltenter and la_hppa_gnu_pltexit.
1005 2006-04-27  Carlos O'Donell  <carlos@systemhalted.org>
1007         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Include uio.h, and
1008         define vmsplice.
1010 2006-04-21  Carlos O'Donell  <carlos@systemhalted.org>
1012         * sysdeps/hppa/dl-tls.h: New file
1013         * sysdeps/hppa/libc-tls.c: Likewise.
1014         * sysdeps/hppa/tls-macros.h: Likewise.
1015         * sysdeps/hppa/elf/configure: Likewise.
1016         * sysdeps/hppa/elf/configure.in: Likewise.
1018 2006-04-20  Carlos O'Donell  <carlos@systemhalted.org>
1020         * sysdeps/hppa/fpu/fclrexcpt.c (feclearexcept): Use union to
1021         align parameters. Specify memory clobbers.
1022         * sysdeps/hppa/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1023         * sysdeps/hppa/fpu/feenablxcpt.c (feenableexcept): Likewise.
1024         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Do not save exception
1025         register. Use memcpy to align buffer.
1026         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Store and reload
1027         fr0. Use union to align parameters.
1028         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1029         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Do not save
1030         exception registers. Define libm_hidden_def.
1031         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Do not save exception
1032         registers.
1033         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use union to
1034         align parameters, speficy memory clobbers. Define libm_hidde_def
1035         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Use union to align
1036         parameters. Use memcpy to align buffer.
1037         * sysdeps/hppa/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1038         * sysdeps/hppa/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1039         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1040         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1041         * sysdeps/hppa/fpu/bits/fenv.h: Add ABI comments.
1043 2006-04-19  Carlos O'Donell  <carlos@systemhalted.org>
1045         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_GNU]:
1046         Define MMAP_FIXED.
1047         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_GNU]:
1048         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE,
1049         SYNC_FILE_RANGE_WAIT_AFTER, sync_file_range, splice, tee.
1051 2006-04-19  Carlos O'Donell  <carlos@systemhalted.org>
1053         * sysdeps/unix/sysv/linux/hppa/kernel-features.h: New file.
1055 2006-04-19  Carlos O'Donell  <carlos@systemhalted.org>
1057         * sysdeps/hppa/linuxthreads/pspinlock.c: New file.
1058         * sysdeps/hppa/linuxthreads/pt-machine.h: Likewise.
1059         * sysdeps/hppa/linuxthreads/tls.h: Likewise.
1060         * sysdeps/unix/sysv/linux/hppa/linuxthreads/aio_cancel.c: Likewise.
1061         * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h:
1062         Likewise.
1063         * sysdeps/unix/sysv/linux/hppa/linuxthreads/pt-initfini.c: Likewise.
1064         * sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h: Likewise.
1065         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/initspin.h: Likewise.
1066         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h:
1067         Likewise.
1069 2006-02-28  Roland McGrath  <roland@redhat.com>
1071         * sysdeps/hppa/shlib-versions: New file.
1072         * sysdeps/hppa/preconfigure: New file.