2007-02-02 Guy Martin <gmsoft@tuxicoman.be>
[glibc.git] / ChangeLog.mips
blob159a4c24752d9f2e747d75445865566d68d1bbf9
1 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
5 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
6             Daniel Jacobowitz  <dan@codesourcery.com>
8         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
9         shmctl, and semctl.
10         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
11         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
12         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
14 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
16         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
17         PTR_DEMANGLE): Define.
18         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
19         PTR_DEMANGLE): Define.
20         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
21         PTR_DEMANGLE): Define.
23 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
25         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
26         (cfi_same_value): Delete definition.
28 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
30         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
31         (elf_machine_reloc): New function, retaining the body of
32         elf_machine_rel.  Take the reloc's r_info field as an argument,
33         not the reloc itself.  Add extra r_addend and inplace_p arguments.
34         When inplace_p is false, use r_addend as the addend, not the contents
35         of the relocation field.  Hoist the conversion of reloc_addr to
36         "ELFW(Addr) *".  Don't try to apply TLS relocations against
37         undefined symbols.  Add R_MIPS_GLOB_DAT support.
38         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
39         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
40         to ElfW(Rela).
42 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
44         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
45         multiple inclusion guard.
46         * sysdeps/mips/elf/ldsodefs.h: Delete file.
48 2007-01-04  Thiemo Seufer  <ths@networkno.de>
50         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
51         to match the kernel.
53 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
55         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
56         (RTLD_SINGLE_THREAD_P): Define.
57         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
59 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
61         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
62         prototype.
64 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
66         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
67         code.
68         (__xstat_conv): Use memset to clear padding arrays.  Check for
69         overflow.
70         (__xstat64_conv): Use memset to clear padding arrays.
71         (__xstat32_conv): New function.
72         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
73         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
75 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
77         * sysdeps/mips/fpu_control.h: If soft-float, don't use
78         floating-point registers.
79         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
80         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
81         Likewise.
83 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
85         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
86         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
88 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
90         * sysdeps/mips/mips64/n32/libm-test-ulps,
91         sysdeps/mips/mips64/n64/libm-test-ulps: New.
93 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
95         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
96         defined, include the named file.
98 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
100         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
101         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
102         Define.
104 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
106         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
107         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
108         types.
110 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
112         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
113         Don't use struct timespec.
114         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
115         __xstat64_conv): Copy individual timespec fields.
117 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
119         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
121 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
123         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
124         * sysdeps/mips/fpu/fesetround.c: Likewise.
126 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
127             Daniel Jacobowitz  <dan@codesourcery.com>
129         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
130         dump sc_cause, sc_status or sc_badvaddr.
131         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
132         structure definitions after DSP kernel changes.
133         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
134         after the same DSP changes.
136 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
138         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
139         st_atim, st_mtim and st_ctim interface.
140         (struct stat64): Likewise.
141         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
142         Replace st_atime and its padding field with st_atim.  Likewise
143         st_mtime/st_mtim and st_ctime/st_ctim.
144         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
145         after above changes.
146         (__xstat64_conv): Likewise.
148 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
150         * sysdeps/mips/ldsodefs.h: New file.
151         * sysdeps/mips/tst-audit.h: New file.
153 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
155         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
156         for consistency with other ports.
157         (MADV_REMOVE): Correct value.
158         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
159         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
160         POSIX_MADV_DONTNEED): Define.
162 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
164         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
165         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
166         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
167         and SYNC_FILE_RANGE_WAIT_AFTER.
168         Declare sync_file_range, vmsplice, splice and tee.
170 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
172         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
173         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
174         prototype.
176 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
178         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
179         Define.
181 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
183         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
184         typo.
186 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
188         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
189         i386/fork.c.
191 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
193         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
194         libc_cv_localedir, libdir, arch_minimum_kernel, and
195         libc_cv_gcc_unwind_find_fde.
196         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
197         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
198         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
200 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
202         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
203         (__pthread_list_t, __pthread_slist_t): New typedefs.
204         (pthread_mutex_t): Replace __next and __prev fields with __list.
205         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
206         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
207         (lll_futex_wake_unlock): Define.
208         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
209         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
210         lll_robust_mutex_unlock): New macros.
211         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.  
212         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
213         vfork.S.
214         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
216 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
218         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
219         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
221 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
223         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
224         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
225         (INTERNAL_SYSCALL_NCS): New.
226         (internal_syscall0, internal_syscall1, internal_syscall2,
227         internal_syscall3, internal_syscall4, internal_syscall5,
228         internal_syscall6): Take ncs_init, cs_init, and input arguments.
229         Use them.  Correct types for registers.
230         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
231         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
232         (INTERNAL_SYSCALL_NCS): New.
233         (internal_syscall0, internal_syscall1, internal_syscall2,
234         internal_syscall3, internal_syscall4, internal_syscall5,
235         internal_syscall6): Take ncs_init, cs_init, and input arguments.
236         Use them.
237         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
238         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
239         points.
240         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
241         Use Elf(Addr) for TLS relocation targets.
242         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
243         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
244         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
245         futexp to long for n64.
246         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
248 2006-02-20  Roland McGrath  <roland@redhat.com>
250         * sysdeps/mips/shlib-versions: New file.
251         * sysdeps/mips/preconfigure: New file.
252         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.