hppa: Implement __longjmp_chk.
[glibc.git] / ports / ChangeLog.hppa
blob71b5e178fca5b03ee55a230bdd7ac2e0e2b67421
1 2012-11-18  Carlos O'Donell  <carlos@systemhalted.org>
3         * ports/sysdeps/hppa/__longjmp.S: Removed.
4         * ports/sysdeps/hppa/__longjmp.c: New file.
5         * ports/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c: New file.
6         * ports/sysdeps/hppa/bits/setjmp.h: Use union for __jmp_buf.
7         * ports/sysdeps/hppa/setjmp.S: Comment byte offsets and padding.
9 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
11         [BZ #14805]
12         * sysdeps/hppa/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
13         fenv_t *.
14         (FE_NOMASK_ENV): Likewise.
16 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
18         * sysdeps/hppa/fpu/fclrexcpt.c (feclearexcept): Add
19         libm_hidden_def.
21         [BZ #3439]
22         * sysdeps/hppa/fpu/bits/fenv.h (FE_INVALID): Define macro to
23         integer constant usable in #if and use that to give value to enum
24         constant.
25         (FE_DIVBYZERO): Likewise.
26         (FE_OVERFLOW): Likewise.
27         (FE_UNDERFLOW): Likewise.
28         (FE_INEXACT): Likewise.
29         (FE_TONEAREST): Likewise.
30         (FE_TOWARDZERO): Likewise.
31         (FE_UPWARD): Likewise.
32         (FE_DOWNWARD): Likewise.
34 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36         [BZ #14047]
37         * sysdeps/hppa/tininess.h: New file.
39 2012-10-29  Carlos O'Donell  <carlos@systemhalted.org>
41         * sysdeps/unix/sysv/linux/hppa/sysdep.h (ENTRY): Add cfi_startproc.
42         Use .cfi_offset for rp store.
43         (ENTRY_LEAF): Likewise.
44         (END) Add cfi_Endproc.
45         (DO_CALL): Add cfi directives.
47         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Document register clobbering.
48         [PIC](TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
49         CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): Move...
50         (TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
51         CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): ... to here.
52         [!PIC](TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
53         CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): Remove.
54         (TREG): Use r4.
56         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Don't include sys/syscall.h.
57         Document nop removal.
58         (PSEUDO): Remove nop.
59         (PSEUDO_NOERRNO): Likeise.
60         (PSEUDO_ERRVAL): Likewise.
62         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Remove trailing whitespace.
64 2012-10-26  Andreas Jaeger  <aj@suse.de>
66         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Remove all
67         definitions and declarations that are provided by
68         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
69         (__O_PATH): Define.
71 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
73         * sysdeps/hppa/nptl/Makefile (tst-oddstacklimit-ENV): Remove.
74         * sysdeps/hppa/nptl/tst-oddstacklimit.c: New file.
76 2012-10-10  Carlos O'Donell  <carlos@systemhalted.org>
78         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Update.
80         * sysdeps/unix/sysv/linux/hppa/nptl/pt-initfini.c: Removed.
82         * sysdeps/hppa/nptl/shlib-versions: New file.
84 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
86         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Fix clone
87         flag name in comment to CLONE_CHILD_CLEARTID.
89 2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
91         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Use __prlimit64 as
92         the strong name.
94 2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
95             Andreas Schwab  <schwab@linux-m68k.org>
97         * sysdeps/unix/sysv/linux/hppa/Versions: Add new errlist-compat
98         entry value of 260 for GLIBC_2.17.
99         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (EHWPOISON): Define if
100         not defined.
102 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
104         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
105         (__ASSUME_STAT64_SYSCALL): Remove.
107 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
109         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
110         (__ASSUME_MMAP2_SYSCALL): Remove.
112 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
114         * sysdeps/hppa/nptl/pthread_spin_lock.c: Use generic code.
115         * sysdeps/hppa/nptl/pthread_spin_trylock.c: Remove, use generic version.
117 2012-08-12  Mike Frysinger  <vapier@gentoo.org>
119         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Add prlimit64.
120         * sysdeps/unix/sysv/linux/hppa/Versions (GLIBC_2.17): Likewise.
122 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
124         * sysdeps/unix/sysv/linux/hppa/nptl/configure.in: Remove.
125         * sysdeps/unix/sysv/linux/hppa/nptl/configure: Likewise.
126         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
127         (__ASSUME_LWS_CAS): Define unconditionally.
129 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
131         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
132         (__ASSUME_FCNTL64): Remove.
134 2012-07-26  Andreas Jaeger  <aj@suse.de>
136         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLLWAKEUP): Add new
137         value.
139 2012-05-19  Carlos O'Donell  <carlos@systemhalted.org>
141         * sysdeps/hppa/add_n.s: Rename this...
142         * sysdeps/hppa/add_n.S: ... to this.
143         * sysdeps/hppa/hppa1.1/addmul_1.s: Rename this...
144         * sysdeps/hppa/hppa1.1/addmul_1.S: ... to this.
145         * sysdeps/hppa/hppa1.1/mul_1.s: Rename this...
146         * sysdeps/hppa/hppa1.1/mul_1.S ... to this.
147         * sysdeps/hppa/hppa1.1/submul_1.s: Rename this...
148         * sysdeps/hppa/hppa1.1/submul_1.S: ... to this.
149         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Rname this...
150         * sysdeps/hppa/hppa1.1/udiv_qrnnd.S: ... to this.
151         * sysdeps/hppa/lshift.s: Rename this...
152         * sysdeps/hppa/lshift.S: ... to this.
153         * sysdeps/hppa/rshift.s: Rename this...
154         * sysdeps/hppa/rshift.S: ... to this.
155         * sysdeps/hppa/sub_n.s: Rename this...
156         * sysdeps/hppa/sub_n.S: ... to this.
157         * sysdeps/hppa/udiv_qrnnd.s: Rename this...
158         * sysdeps/hppa/udiv_qrnnd.S: ... to this.
160 2012-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
162         * sysdeps/hppa/libgcc_s.h: Remove.
163         * sysdeps/hppa/shlib-versions: Add libgcc_s.
165 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
167         * sysdeps/hppa/dl-irel.h: New file.
169 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
171         * sysdeps/hppa/dl-fptr.h: Add prototype for _dl_fptr_init.
172         * sysdeps/hppa/dl-fptr.c: New file.
173         * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
174         Call _dl_fptr_init.
176 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
178         * sysdeps/hppa/elf/configure: Removed file.
179         * sysdeps/hppa/elf/configure.in: Move to...
180         * sysdeps/hppa/configure.in: ... here.
181         * sysdeps/hppa/configure: Regenerate.
182         * sysdeps/hppa/elf/initfini.c: Removed file.
183         * sysdeps/hppa/crti.S: New file.
184         * sysdeps/hppa/crtn.S: New file.
185         * sysdeps/hppa/elf/entry.h: Moved to ...
186         * sysdeps/hppa/entry.h: ... here.
187         * sysdeps/hppa/elf/start.S: Move to ...
188         * sysdeps/hppa/start.S: ... here.
190 2012-03-22  Carlos O'Donell  <carlos@systemhalted.org>
192         [BZ #6730]
194         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Don't negate %r21 and
195         check for -EFAULT and -ENOSYS instead.
197 2012-03-09  Richard Henderson  <rth@twiddle.net>
199         * sysdeps/hppa/hppa1.1/s_signbit.c: Use <> to include math_private.h.
201 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
203         [BZ #13673]
204         Replace FSF snail mail address with URLs, as per GNU coding standards.
206 2012-03-03  Carlos O'Donell  <carlos@systemhalted.org>
208         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Name 
209         pthread_attr_t union.
210         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Sync from libc copy.
211         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Likewise.
213 2012-01-08  Carlos O'Donell  <carlos@systemhalted.org>
215         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLLONESHOT)
216         (EPOLLET): Initialize with unsiged values.
218 2012-01-08  Carlos O'Donell  <carlos@systemhalted.org>
220         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Sync from libc copy.
222 2012-01-08  Carlos O'Donell  <carlos@systemhalted.org>
224         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Use const instead of __const.
225         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Likewise.
227 2011-10-21  Carlos O'Donell  <carlos@systemhalted.org>
229         * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Update copyright year.
230         Do not include signal.h and sys/ucontext.h. 
232 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
234         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Update copyright 
235         year. 
236         (PSEUDO): Define __*_nocancel version. Add CFI directives to __*_nocancel
237         and normal version.
238         (PUSHARGS_1): Add CFI directive.
239         (PUSHARGS_2): Likewise.
240         (PUSHARGS_3): Likewise.
241         (PUSHARGS_4): Likewise.
242         (PUSHARGS_5): Likewise.
243         (PUSHARGS_6): Likewise.
244         (POPARGS_1): Likewise.
245         (POPARGS_2): Likewise.
246         (POPARGS_3): Likewise.
247         (POPARGS_4): Likewise.
248         (POPARGS_5): Likewise.
249         (POPARGS_6): Likewise.
251 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
253         * sysdeps/unix/sysv/linux/hppa/linuxthreads/aio_cancel.c: Remove.
254         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/initspin.h: Remove.
255         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h: Remove.
256         * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h: Remove.
257         * sysdeps/unix/sysv/linux/hppa/linuxthreads/pt-initfini.c: Remove.
258         * sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h: Remove.
259         * sysdeps/hppa/linuxthreads/pspinlock.c: Remove.
260         * sysdeps/hppa/linuxthreads/pt-machine.h: Remove.
261         * sysdeps/hppa/linuxthreads/tls.h: Remove.
263 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
265         * sysdeps/hppa/stackinfo.h: Update copyright year.
266         Include elf.h and define DEFAULT_STACK_PERMS.
268 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
270         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Synchronize
271         with canonical fcntl.h.
273 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
275         * sysdeps/hppa/fpu/fegetenv.c: Add hidden alias.
276         * sysdeps/hppa/fpu/feupdateenv.c: Likewise.
277         * sysdeps/hppa/fpu/ftestexcept.c: Likewise.
279 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
281         * sysdeps/hppa/dl-tls.h: Update copyright year.
282         Define TLS_DTV_UNALLOCATED.
284 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
286         * sysdeps/hppa/elf/configure.in: Always test for TLS support
287         and error out if missing.
288         * sysdeps/hppa/elf/configure: Regenerate.
289         * sysdeps/hppa/configure: Regenerate.
291 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
293         * sysdeps/hppa/nptl/tls.h: Update copyright year.
294         Remove HAVE_TLS_SUPPORT check.
296 2011-10-17  Guy Martin  <gmsoft@tuxicoman.be>
298         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h
299         Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition.
300         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h
301         Fix EFD_CLOEXEC and EFD_NONBLOCK to match kernel definition.
302         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h
303         Fix IN_CLOEXEC and IN_NONBLOCK to match kernel definition.
304         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h
305         Fix SFD_CLOEXEC and SFD_NONBLOCK to match kernel definition.
306         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h
307         Fix TFD_CLOEXEC and TFD_NONBLOCK to match kernel definition.
309 2011-10-05  Andreas Schwab  <schwab@redhat.com>
311         * sysdeps/hppa/dl-machine.h (elf_machine_rela)
312         (elf_machine_lazy_rel): Add parameter skip_ifunc.
314 2010-06-24  Carlos O'Donell  <carlos@codesourcery.com>
316         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Only create stack
317         frame around call to SYSCALL_ERROR_HANDLER. Do not restore %rp
318         from the stack frame on successfull return.
320 2010-06-23  Carlos O'Donell  <carlos@codesourcery.com>
322         * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext_ret):
323         Document that this function is a non-standard calling ABI.
324         Document register usage.
325         (__getcontext): Use normal %sp without adjustment. Use named
326         resgister %sp.
327         * sysdeps/unix/sysv/linux/hppa/makecontext.c: Remove FRAME_SIZE.
328         Define FRAME_SIZE_UL, FRAME_SIZE_BYTES, ARGS.
329         (__makecontext): Create and setup a stack frame.
330         * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
331         Use named register %sp. Do not use oSS_SP.
333 2010-06-07  Andreas Schwab  <schwab@redhat.com>
335         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Update to agree
336         with generic file.
338 2010-03-30  Carlos O'Donell <carlos@codesourcery.com>
340         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Define
341         MSG_WAITFORONE.
343 2010-02-17  Matt Turner  <mattst88@gmail.com>
345         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Actually fix
346         SOCK_CLOEXEC to match O_CLOEXEC.
348 2010-02-02  Carlos O'Donell  <carlos@codesourcery.com>
350         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Define
351         MADV_MERGEABLE and MADV_UNMERGEABLE.
353 2010-02-02  Carlos O'Donell  <carlos@codesourcery.com>
355         * sysdeps/hppa/nptl/tls.h (__set_cr27): Clobber
356         link register r31.
358 2010-02-02  Carlos O'Donell  <carlos@codesourcery.com>
360         * sysdeps/unix/sysv/linux/hppa/makecontext.c (__makecontext):
361         Support more than 8 arguments.
363 2010-02-01  Kyle McMartin  <kyle@redhat.com>
365         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Fix value of
366         SOCK_CLOEXEC to match O_CLOEXEC.
368 2010-02-01  Carlos O'Donell  <carlos@codesourcery.com>
370         * sysdeps/unix/sysv/linux/hppa/Versions: Bump
371         errlist-compat to 257 for GLIBC_2.12.
372         * sysdeps/unix/sysv/linux/hppa/bits/errno.h
373         (EOWNERDEAD): Define if not already defined.
374         (ENOTRECOVERABLE): Likewise.
375         (ERFKILL): Likewise.
377 2009-11-29  Carlos O'Donell  <carlos@codesourcery.com>
379         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h:
380         Rearrange file to reduce future maintenance.
381         [__USE_GNU]: Update F_GETOWN_EX, and F_SETOWN_EX.
382         Define f_owner_ex an __pid_type.
384 2009-11-25  Carlos O'Donell  <carlos@codesourcery.com>
386         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
387         Use correct alignment for pthread_mutex_t, pthread_cond_t,
388         and pthread_rwlock_t.
390 2009-11-22  Carlos O'Donell  <carlos@codesourcery.com>
392         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Avoid warnings
393         by casting oldval to int.
395 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
397         [BZ #6676]
399         * sysdeps/unix/sysv/linux/hppa/socket.h: Move from here...
400         * sysdeps/unix/sysv/linux/hppa/bits/socket.h: ... to here.
402 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
404         * sysdeps/unix/sysv/linux/hppa/Versions (libc): Add
405         fallocate64@@GLIBC_2.11.
406         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
407         [__USE_GNU]: Define F_GETOWN_EX, and F_SETOWN_EX.
408         [!__USE_FILE_OFFSET64]: Define fallocate.
409         [__USE_FILE_OFFSET64 && __REDIRECT]: Define __REDIRECT.
410         [__USE_FILE_OFFSET64 && !__REDIRECT]: Define fallocate as
411         fallocate64.
412         [__USE_LARGEFILE64]: define fallocate64.
414 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
416         * sysdeps/hppa/dl-fptr.h: Update copyright year.
417         Reduce ELF_MACHINE_BOOT_FPTR_TABLE_LEN to 64.
418         Implement ELF_MACHINE_LOAD_ADDRESS using PC relative loads.
420 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
422         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
423         Remove FUTEX_WAITERS, FUTEX_OWNER_DIED, and FUTEX_TID_MASK.
425 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
426             Aurelian Jarno  <aurelien@aurel32.net>
428         [BZ #10527]
430         * sysdeps/unix/sysv/linux/hppa/socket.h: New file.
432 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
434         [BZ #6676]
436         * sysdeps/hppa/elf/start.S: Use R_PARISC_DLTIND* relocations
437         to support -fPIE.
439 2009-11-08  Carlos O'Donell  <carlos@codesourcery.com>
441         [BZ #10920]
443         * sysdeps/hppa/libgcc_s.h: New file.
444         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Remove.
445         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Remove.
447 2009-09-08  Carlos O'Donell  <carlos@codesourcery.com>
449         sysdeps/unix/sysv/linux/hppa/
450         * internaltypes.h: New file.
452         sysdeps/unix/sysv/linux/hppa/nptl/
453         * pthreadP.h: New file.
454         * pthread.h: New file.
455         * pthread_cond_broadcast.c: New file.
456         * pthread_cond_destroy.c: New file.
457         * pthread_cond_init.c: New file.
458         * pthread_cond_signal.c: New file.
459         * pthread_cond_timedwait.c: New file.
460         * pthread_cond_wait.c: New file.
461         * bits/pthreadtypes.h: Make pthread_mutex_t,
462         pthread_rwlock_t, and pthread_cond_t backwards
463         compatible.
465 2009-04-24  Carlos O'Donell  <carlos@codesourcery.com>
467         * sysdeps/hppa/hppa1.1/s_signbit.c: New file.
469 2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
471         * sysdeps/hppa/dl-machine.h: Remove VALID_ELF_OSABI,
472         VALID_ELF_ABIVERSION, and VALID_ELF_HEADER.
474 2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
476         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Do not include
477         sysdep.h. Document the reason for other includes.
479 2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
481         * sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
482         Include errno.h.
484 2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
486         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
487         Adjust comment. Sort macros alphabetically. Remove old
488         lock comments.
490 2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
492         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c:
493         Update from nptl/sysdeps/pthread/unwind-forcedunwind.c
494         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c:
495         Update from nptl/sysdeps/pthread/unwind-resume.c
497 2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
499         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define
500         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME,
501         and FUTEX_BITSET_MATCH_ANY.
503 2009-02-22  Carlos O'Donell  <carlos@codesourcery.com>
505         * sysdeps/unix/sysv/linux/hppa/Versions: Add missing bracket.
507 2009-02-22  Carlos O'Donell  <carlos@codesourcery.com>
509         * sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile.
511 2009-02-13  Khem Raj  <raj.khem@gmail.com>
513         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c
514         (libgcc_s_handle): New variable.
515         (pthread_cancel_init): Depend in libgcc_s_handle for decision to
516         load DSO.  Assign last.
517         (__unwind_freeres): New function.
519 2009-02-09  Arthur Loiret  <aloiret@debian.org>
521         [BZ #9717]
523         * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
524         (MALLOC): Adjust __libc_tsd_define arguments.
525         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
526         arguments.
528 2008-08-07  Helge Deller  <deller@gmx.de>
530         * sysdeps/unix/sysv/linux/hppa/ucontext_i.sym: New file.
531         * sysdeps/unix/sysv/linux/hppa/Makefile: New file.
532         * sysdeps/unix/sysv/linux/hppa/getcontext.S: New file.
533         * sysdeps/unix/sysv/linux/hppa/makecontext.c: New file.
534         * sysdeps/unix/sysv/linux/hppa/setcontext.S: New file.
535         * sysdeps/unix/sysv/linux/hppa/swapcontext.c: New file.
537 2008-06-17  Aurelian Jarno  <aurelien@aurel32.net>
538             Carlos O'Donell  <carlos@systemhalted.org>
540         [BZ #6037]
541         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Check for -11
542         (-EAGAIN) instead of 11. Loop again when the kernel
543         returns -45 (-EDEADLOCK). Add back memory clobber.
544         Do not initialize lws_ret and lws_errno.
546 2008-06-17  Guy Martin  <gmsoft@tuxicoman.be>
548         [BZ #5957]
549         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
550         Use shared futex in lll_wait_tid().
552 2008-05-12  Aurelien Jarno  <aurelien@aurel32.net>
554         [BZ #6506]
555         * sysdeps/hppa/fpu/fesetenv.c: bufptr is always read, temp is
556         read while writing back status word.
558 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
560         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing
561         shmid_ds.
563 2008-04-04  Carlos O'Donell  <carlos@codesourcery.com>
565         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove
566         memory contraint and instead indicate that *mem is
567         written to.
569 2008-03-24  Carlos O'Donell  <carlos@codesourcery.com>
571         * sysdeps/unix/sysv/linux/hppa/sys/user.h: New file.
573 2008-03-14  Carlos O'Donell  <carlos@codesourcery.com>
574             Guy Martin <gmsoft@tuxicoman.be>
576         [BZ #5923]
577         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass
578         timespec and futexp.
580 2008-02-22  Carlos O'Donell  <carlos@codesourcery.com>
582         * sysdeps/unix/sysv/linux/hppa/Makefile: Remove.
583         * sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV.
585 2007-12-05  Jeff Bailey  <jeffbailey@google.com>
587         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
588         (__lll_unlock): Use define instead of inline function.
589         (__lll_robust_unlock): Likewise.
591 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
593         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
595 2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>
597         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c
598         (__lll_lock_wait): Add private argument. Pass private
599         to lll_futex_wait. Use atomic_compare_and_exchange_val_acq.
600         (__lll_lock_wait_private): New function.
601         (__lll_timedlock_wait): Add private argument. Pass private
602         to lll_futex_timed_wait.
603         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:
604         Include kernel-features.h and tls.h.
605         (FUTEX_WAITERS): Define.
606         (FUTEX_OWNER_DIED): Define.
607         (FUTEX_TID_MASK): Define.
608         (__lll_private_flag): Define.
609         (lll_futex_timed_wait): Use __lll_private_flag.
610         (lll_futex_wake): Use __lll_private_flag.
611         (lll_futex_requeue): Use __lll_private_flag.
612         (lll_robust_mutex_dead): Rename to...
613         (lll_robust_dead): ... this. Add private argument. Pass private
614         to lll_futex_wake.
615         (lll_futex_wake_unlock): Use __lll_private_flag.
616         (__lll_mutex_trylock): Remove.
617         (lll_mutex_tryock): Remove.
618         (__lll_robust_mutex_trylock): Rename to...
619         (__lll_robust_trylock): ... this.
620         (lll_robust_mutex_trylock): Rename to...
621         (lll_robust_trylock): ... this. Call __lll_robust_trylock.
622         (__lll_mutex_cond_trylock): Rename to...
623         (__lll_cond_trylock): ... this.
624         (lll_mutex_cond_trylock): Rename to...
625         (lll_cond_trylock): ... this. Call __lll_cond_trylock.
626         (__lll_mutex_lock): Add private argument.
627         (__lll_robust_mutex_lock): Remove.
628         (lll_mutex_lock): Define.
629         (__lll_robust_lock): Define.
630         (lll_robust_mutex_lock): Remove.
631         (__lll_mutex_cond_lock): Remove.
632         (lll_robust_lock) Define.
633         (lll_robust_cond_lock): Define.
634         (lll_robust_mutex_cond_lock): Remove.
635         (__lll_cond_lock): Define.
636         (lll_cond_lock): Define.
637         (__lll_mutex_timedlock): Remove.
638         (__lll_timedlock): Define.
639         (lll_timedlock): Define.
640         (lll_robust_mutex_timedlock): Remove.
641         (lll_robust_timedlock): Define.
642         (__lll_mutex_unlock): Remove.
643         (__lll_unlock): Define.
644         (__lll_robust_mutex_unlock): Remove.
645         (__lll_robust_unlock): Define.
646         (lll_robust_mutex_unlock): Remove.
647         (lll_robust_unlock): Define.
648         (__lll_mutex_unlock_force): Remove.
649         (lll_mutex_unlock_force): Remove.
650         (lll_islocked): Remove.
651         (lll_mutex_islocked): Rename to...
652         (lll_islocked): ... this.
653         (lll_trylock): Remove.
654         (lll_unlock): Remove.
655         (lll_wait_tid): Format whitespace.
656         (lll_cond_wait): Remove.
657         (lll_cond_timedwait): Remove.
658         (lll_cond_wake): Remove.
659         (lll_cond_broadcast): Remove.
661 2007-10-17  Carlos O'Donell  <carlos@systemhalted.org>
663         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Correct return value
664         type and __THROW marker of splice, vmsplice, and tee.
666 2007-09-24  Carlos O'Donell  <carlos@systemhalted.org>
668         * sysdeps/hppa/nptl/tls.h: Fix comment.
669         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Fix comment format.
670         [__USE_GNU] (O_CLOEXEC): Define.
671         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Issue error
672         if the library is unsupported.
673         [ASSEMBLER && IS_IN_librt]: Define CENABLE, CDISABLE, and
674         __local_multiple_threads.
676 2007-08-03  Aurelien Jarno  <aurelien@aurel32.net>
678         * sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h:
679         (__local_multiple_threads): Declare as hidden only in libc and
680         in libpthread.
682 2007-07-28  Carlos O'Donell  <carlos@systemhalted.org>
684         * sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Remove.
685         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
686         (pthread_rwlock_t): Split __flags into __pad2, __pad1, __shared,
687         and __flags. Update comments. Update copyright.
688         * sysdeps/hppa/nptl/tls.h: Define THREAD_GSCOPE_FLAG_UNUSED,
689         THREAD_GSCOPE_FLAG_USED, THREAD_GSOPE_FLAG_WAIT,
690         THREAD_GSCOPE_RSEET_FLAG, THREAD_GSCOPE_SET_FLAG, THREAD_GSCOPE_WAIT.
691         Update copyright.
692         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Update copyright.
693         (__lll_lock_wait): Call lll_futex_wait with LLL_SHARED.
694         (__lll_timedlock_wait): Call lll_futex_timed_wait with LLL_SHARED.
695         (lll_unlock_Wake_cb): Use lll_private_futex_wake.
696         (___lll_timedwait_tid): Call lll_futex_timed_wait with LLL_SAHRED.
697         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define
698         FUTEX_PRIVATE_FLAG, LLL_PRIVATE, LLL_SHARED, lll_private_futex_wait,
699         lll_private_futex_timed_wait, lll_private_Futex_wake. Add private
700         argument to lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
701         lll_futex_wake_unlock.
702         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Update copyright.
703         (clear_once_control): Use lll_private_futex_wake.
704         (__pthread_once): Use lll_private_futex_wait, and
705         lll_private_futex_wake.
707 2007-07-28  Randolph Chung  <tausq@debian.org>
709         * sysdeps/hppa/nptl/tls.h (DB_THREAD_SELF): Fix definition.
711 2007-06-16  Jeff Bailey  <jbailey@raspberryginger.com>
713         * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Don't
714         include asm/elf.h.  Declare elf_greg_t, elf_gregset_t,
715         elf_fpreg_t, and elf_fpregset_t.
717 2007-06-16  Jeff Bailey  <jbailey@raspberryginger.com>
719         * sysdeps/unix/sysv/linux/hppa/nptl/configure.in: Require
720         at least kernel 2.6.9.
721         * sysdeps/unix/sysv/linux/hppa/nptl/configure: Rebuilt.
723 2007-05-17  Carlos O'Donell  <carlos@systemhalted.org>
725         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h
726         (SEM_VALUE_MAX): Remove.
728 2007-05-17  Carlos O'Donell  <carlos@systemhalted.org>
730         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PIC_REG_DEF): Define.
731         (PIC_REG_USE): Define.
732         (INLINE_SYSCALL): Use PIC_REG_DEF, PIC_REG_USE.
733         (INTERNAL_SYSCALL): Likewise.
734         (INTERNAL_SYSCALL_NCS): Likewise.
735         * sysdeps/unix/sysv/linux/hppa/sysdep.c (syscall): Use
736         PIC_REG_DEF, PIC_REG_USE.
738 2007-05-01  Carlos O'Donell  <carlos@systemhalted.org>
740         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h
741         [__USE_XOPEN2K]: Define pthread_rwlock_t and
742         pthread_rwlockattr_t.
744 2007-02-02  Carlos O'Donell  <carlos@systemhalted.org>
746         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PTR_MANGLE): Define.
747         (PTR_DEMANGLE): Define.
749 2007-02-02  Guy Martin  <gmsoft@tuxicoman.be>
751         * sysdeps/hppa/dl-trampoline.S (_dl_runtime_profile):
752         Add cfi_endproc.
754 2006-12-03  Carlos O'Donell  <carlos@systemhalted.org>
756         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove non-atomic
757         versions. Adjust jump target to '0b'.
759 2006-12-03  Carlos O'Donell  <carlos@systemhalted.org>
761         * sysdeps/hppa/Makefile: Set long-double-fcts to `no'.
762         * sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
763         * sysdeps/hppa/fpu/bits/mathdef.h: New file.
765 2006-11-10  Carlos O'Donell  <carlos@systemhalted.org>
767         * sysdeps/hppa/nptl/pthread_spin_init.c: New file.
768         * sysdeps/hppa/nptl/pthread_spin_unlock.c: Remove strong alias
769         to pthread_spin_init.
770         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Define
771         RTLD_SINGLE_THREAD_P.
773 2006-09-20  Carlos O'Donell  <carlos@systemhalted.org>
775         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (splice): Add offin
776         and offout arguments to the prototype.
778 2006-09-15  Carlos O'Donell  <carlos@systemhalted.org>
780         * sysdeps/hppa/nptl/tcb-offsets.sym: Define TID_THREAD_OFFSET.
781         * sysdeps/unix/sysv/linux/hppa/clone.S: Handle RESET_PID, and
782         restore r19 before call to _exit.
783         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: New file.
785 2006-09-13  Carlos O'Donell  <carlos@systemhalted.org>
787         * sysdeps/hppa/dl-machine.h (RTLD_START): Comment the use of
788         _dl_fini_plabel.
789         * sysdeps/hppa/elf/start.S: Correctly pass r23 to argument 6 of
790         __libc_start_main. Comment the order of arguments at entry and
791         those to __libc_start_main.
793 2006-09-07  Carlos O'Donell  <carlos@systemhalted.org>
795         * sysdeps/hppa/dl-machine.h (elf_machine_fixup_plt): Remove
796         lvalue cast.
797         * sysdeps/hppa/dl-trampoline.S (_dl_fixup): Correct stack usage.
798         (_dl_runtime_profile): LA fixups.
799         * sysdeps/unix/sysv/linux/hppa/clone.S: Correct stack usage. Return
800         -1 on error. Use branch and link for error handler funciton.
801         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Correct stack usage.
802         Avoid register shuffling.
803         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (ASM_EAGAIN): Define
804         as -EAGAIN.
805         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Adjust definitions to
806         match required standards.
807         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
808         (lll_futex_wait): Return __ret.
809         (lll_futex_timed_wait): Likewise.
810         (lll_futex_wake): Likewise.
811         (lll_futex_requeue): Likewise.
812         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Correct stack
813         usage and adjust error return.
814         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Adjust
815         stack usage for gdb, and avoid extra register loads.
816         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Copy
817         nptl/sysdeps/pthread/unwind-forcedunwind.c.
818         (LIBGCC_SO): Define and use.
819         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Copy
820         nptl/sysdeps/pthread/unwind-resume.c.
821         (LIBGCC_SO): Define and use.
823 2006-08-13  Carlos O'Donell  <carlos@systemhalted.org>
825         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h (FUTEX_LOCK_PI,
826         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
828 2006-07-24  Carlos O'Donell  <carlos@systemhalted.org>
830         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
831         __SIZEOF_PTHREAD_COND_T is 64 bytes. Remove __PAD_ATOMIC_LOCK_T.
833 2006-07-18  Carlos O'Donell  <carlos@systemhalted.org>
835         * sysdeps/hppa/nptl/pthread_spin_lock.c (pthread_spin_lock): Swap
836         newval and oldval.
837         * sysdeps/hppa/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
838         Likewise.
840 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
842         * sysdeps/hppa/tst-audit.h: New file.
844 2006-07-16  Carlos O'Donell  <carlos@systemhalted.org>
846         * sysdeps/hppa/tls-macros.h: Cleanup formatting.
848 2006-07-15  Jeff Bailey  <jbailey@ubuntu.com>
850         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Return NULL.
852 2006-07-13  Carlos O'Donell  <carlos@systemhalted.org>
854         * sysdeps/unix/sysv/linux/hppa/xstat.c: New file.
855         * sysdeps/unix/sysv/linux/hppa/lxstat.c: Likewise.
856         * sysdeps/unix/sysv/linux/hppa/fxstat.c: Likewise.
857         * sysdeps/unix/sysv/linux/hppa/fxstatat.c: Likewise.
859 2006-07-13  Carlos O'Donell  <carlos@systemhalted.org>
861         * sysdeps/hppa/nptl/Makefile: New file
862         * sysdeps/hppa/nptl/jmpbuf-unwind.h: Likewise
863         * sysdeps/hppa/nptl/pthread_spin_lock.c: Likewise
864         * sysdeps/hppa/nptl/pthread_spin_trylock.c: Likewise
865         * sysdeps/hppa/nptl/pthread_spin_unlock.c: Likewise
866         * sysdeps/hppa/nptl/pthreaddef.h: Likewise
867         * sysdeps/hppa/nptl/tcb-offsets.sym: Likewise
868         * sysdeps/hppa/nptl/tls.h: Likewise
869         * sysdeps/unix/sysv/linux/hppa/nptl/bits: Likewise
870         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: Likewise
871         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: Likewise
872         * sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Likewise
873         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: Likewise
874         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Likewise
875         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise
876         * sysdeps/unix/sysv/linux/hppa/nptl/pt-initfini.c: Likewise
877         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Likewise
878         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Likewise
879         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise
880         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Likewise
881         * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Likewise
883 2006-06-08  Carlos O'Donell  <carlos@systemhalted.org>
885         * sysdeps/unix/sysv/linux/hppa/Versions: new errlist compat entry
886         for up to 256 errnos
888 2006-06-08  Carlos O'Donell  <carlos@systemhalted.org>
890         * sysdeps/hppa/hppa1.1/Implies: Remove ieee754/ldbl-128.
891         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
892         [__LINUX_KERNEL_VERSION >= 0x020609]: Define __ASSUME_LWS_CAS.
893         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: New file.
895 2006-06-08  Carlos O'Donell  <carlos@systemhalted.org>
897         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Reformat
898         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
899         Define.
901 2006-05-24  Carlos O'Donell  <carlos@systemhalted.org>
903         * sysdeps/unix/sysv/linux/hppa/clone.S: .LerrorRest
904         is a label.
906 2006-05-24  Carlos O'Donell  <carlos@systemhalted.org>
908         * sysdeps/hppa/ldsodefs.h: New file.
909         * sysdeps/unix/sysv/linux/hppa/bits/mman.h:
910         Only define MADV_* macros when __USE_BSD is present.
911         (MADV_REMOVE, MADV_DONTFORK, MADV_DOFORK): Define.
913 2006-05-15  Carlos O'Donell  <carlos@systemhalted.org>
915         * sysdeps/unix/sysv/linux/hppa/clone.S: Accept extra arguments
916         required for NPTL.
917         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Use var args for 6 arg
918         syscall.
919         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Move DOARGS and UNDOARGS
920         into PSEUDO_*'s.
921         (ENTRY_LEAF): Define.
922         (PSEUDO_NOERRNO, PSEUDO_ERRVAL): Use ENTRY_LEAF.
923         (DO_CALL): Create frame.
925 2006-05-15  Carlos O'Donell  <carlos@systemhalted.org>
927         * sysdeps/hppa/dl-machine.h: Include tls.h
928         (elf_machine_fixup_plt): Returns fdesc.
929         (elf_machine_profile_fixup_plt): Remove.
930         (elf_machine_plt_value): Returns fdesc.
931         (elf_machine_runtime_setup): Check that dl_profile != NULL.
932         (ARCH_LA_PLTENT, ARCH_LA_PLTEXIT): Define.
933         (RTLD_START): Use iitlbp with sr0.
934         (elf_machine_type_class): Include TLS relocs.
935         (reassemble_21, reassemble_14): Define.
936         (elf_machine_rela): Add DIR21L, DIR14R, PLABEL21L, PLABEL14R,
937         TLS_DTPMOD32, TLS_TPREL32, TLS_DTPOFF32 support.
938         (TRAMPOLINE_TEMPLATE): Move to ...
939         * sysdeps/hppa/dl-trampoline.S: ... here.
940         * sysdeps/hppa/abort-instr.h: Use iitlbp with sr0.
941         * sysdeps/hppa/dl-lookupcfg.h: Inlcude dl-fptr.h.
942         (DL_FIXUP_VALUE_TYPE, DL_FIXUP_MAKE_VALUE, DL_FIXUP_VALUE_CODE_ADDR,
943         DL_FIXUP_VALUE_ADD, DL_FIXUP_ADDR_VALUE): Define.
944         * sysdeps/hppa/sysdep.h: Use "!" as a separator. Cleanup comments.
945         * sysdeps/hppa/bits/link.h (La_hppa_regs, La_hppa_retval): Define.
946         Define prototypes for la_hppa_gnu_pltenter and la_hppa_gnu_pltexit.
948 2006-04-27  Carlos O'Donell  <carlos@systemhalted.org>
950         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Include uio.h, and
951         define vmsplice.
953 2006-04-21  Carlos O'Donell  <carlos@systemhalted.org>
955         * sysdeps/hppa/dl-tls.h: New file
956         * sysdeps/hppa/libc-tls.c: Likewise.
957         * sysdeps/hppa/tls-macros.h: Likewise.
958         * sysdeps/hppa/elf/configure: Likewise.
959         * sysdeps/hppa/elf/configure.in: Likewise.
961 2006-04-20  Carlos O'Donell  <carlos@systemhalted.org>
963         * sysdeps/hppa/fpu/fclrexcpt.c (feclearexcept): Use union to
964         align parameters. Specify memory clobbers.
965         * sysdeps/hppa/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
966         * sysdeps/hppa/fpu/feenablxcpt.c (feenableexcept): Likewise.
967         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Do not save exception
968         register. Use memcpy to align buffer.
969         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Store and reload
970         fr0. Use union to align parameters.
971         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
972         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Do not save
973         exception registers. Define libm_hidden_def.
974         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Do not save exception
975         registers.
976         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use union to
977         align parameters, speficy memory clobbers. Define libm_hidde_def
978         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Use union to align
979         parameters. Use memcpy to align buffer.
980         * sysdeps/hppa/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
981         * sysdeps/hppa/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
982         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
983         * sysdeps/hppa/fpu/libm-test-ulps: Update.
984         * sysdeps/hppa/fpu/bits/fenv.h: Add ABI comments.
986 2006-04-19  Carlos O'Donell  <carlos@systemhalted.org>
988         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_GNU]:
989         Define MMAP_FIXED.
990         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_GNU]:
991         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE,
992         SYNC_FILE_RANGE_WAIT_AFTER, sync_file_range, splice, tee.
994 2006-04-19  Carlos O'Donell  <carlos@systemhalted.org>
996         * sysdeps/unix/sysv/linux/hppa/kernel-features.h: New file.
998 2006-04-19  Carlos O'Donell  <carlos@systemhalted.org>
1000         * sysdeps/hppa/linuxthreads/pspinlock.c: New file.
1001         * sysdeps/hppa/linuxthreads/pt-machine.h: Likewise.
1002         * sysdeps/hppa/linuxthreads/tls.h: Likewise.
1003         * sysdeps/unix/sysv/linux/hppa/linuxthreads/aio_cancel.c: Likewise.
1004         * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h:
1005         Likewise.
1006         * sysdeps/unix/sysv/linux/hppa/linuxthreads/pt-initfini.c: Likewise.
1007         * sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h: Likewise.
1008         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/initspin.h: Likewise.
1009         * sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h:
1010         Likewise.
1012 2006-02-28  Roland McGrath  <roland@redhat.com>
1014         * sysdeps/hppa/shlib-versions: New file.
1015         * sysdeps/hppa/preconfigure: New file.