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