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