]> sourceware.org Git - glibc.git/blame - ChangeLog.mips
2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
[glibc.git] / ChangeLog.mips
CommitLineData
63fb881a
DJ
12008-10-01 Mark Shinwell <shinwell@codesourcery.com>
2 Daniel Jacobowitz <dan@codesourcery.com>
3 Richard Sandiford <rdsandiford@googlemail.com>
4
5 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
6 * sysdeps/mips/dl-lookup.c: New.
7 * sysdeps/mips/do-lookup.h: New.
8 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
9 definition.
10 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
11 if needed.
12 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
13 (elf_machine_type_class): Likewise.
14 (ELF_MACHINE_PLT_REL): Define.
15 (elf_machine_fixup_plt): New.
16 (elf_machine_plt_value): New.
17 (elf_machine_reloc): Handle jump slot and copy relocations.
18 (elf_machine_lazy_rel): Point relocation place at PLT if
19 required.
20 (RESOLVE_GOTSYM): Take a relocation type argument.
21 (elf_machine_got_rel): Bind lazy stubs directly to their target if
22 !lazy. Skip lazy binding for PLT symbols.
23 (elf_machine_runtime_setup): Fill in .got.plt header.
24 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
25 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
26 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
27 (_dl_runtime_pltresolve): New.
28 * sysdeps/mips/bits/linkmap.h: New file.
29 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
30 64-bit versions.
31
32 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
33 Delete definition.
34 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
35 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
36 (PSEUDO): Use them. Move outside __PIC__.
37 (PSEUDO_JMP): New.
38 (CENABLE, CDISABLE): Use it.
39
a961a11e
JM
402008-08-19 Joseph Myers <joseph@codesourcery.com>
41
42 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
43 to epoll_create1.
44
72e2fdef
JM
452008-08-19 Joseph Myers <joseph@codesourcery.com>
46
47 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
48 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
49 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
50 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
51 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
52 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
53 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
54
606c1b17
JM
552008-08-19 Joseph Myers <joseph@codesourcery.com>
56
57 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
58 volatile.
59
e2570f30
DJ
602008-07-18 Joseph Myers <joseph@codesourcery.com>
61
62 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
63 type.
64
83d53ff1
DJ
652008-05-21 Joseph Myers <joseph@codesourcery.com>
66
67 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
68 (SOCK_DCCP): Define.
69
098cab74
DJ
702008-05-01 Joseph Myers <joseph@codesourcery.com>
71
72 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
73 RUSAGE_THREAD and RUSAGE_LWP.
74
89e412f5
DJ
752008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
76
77 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
78 shmid_ds.
79
93ae5119
DJ
802008-04-21 Khem Raj <kraj@mvista.com>
81
82 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
83
7221ac03
DJ
842008-04-02 Aurelien Jarno <aurelien@aurel32.net>
85
86 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
87 truncate and ftruncate systems calls.
88 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
89 empty file.
90 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
91
560bab76
DJ
922008-03-28 Joseph Myers <joseph@codesourcery.com>
93
94 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
95 ARG_MAX if <linux/limits.h> has defined it.
96
972008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
98
99 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
100 barriers to enforce strict ordering on weakly ordered systems.
101
af7eda0f
DJ
1022008-03-26 David Stephenson <david.stephenson@sicortex.com>
103 Daniel Jacobowitz <dan@codesourcery.com>
104
105 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
106 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
107 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
108
2af06d0d
AJ
1092008-03-09 Andreas Jaeger <aj@suse.de>
110
111 [BZ #5753]
112 * sysdeps/mips/ieee754.h: Use protected namespace
113 __BIG_ENDIAN/__LITTLE_ENDIAN.
114 Patch by Aurelien Jarno <aurelien@aurel32.net>.
115
7812cbad
DJ
1162008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
117
118 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
119 Reorganize to match other architectures. Replace _timer._timer1
120 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
121 _timer.si_sigval. Correct the type of _sigpoll.si_band.
122 (si_timerid, si_overrun): Define.
123 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
124 (__pthread_attr_s): Remove declaration.
125 (struct sigevent): Remove XXX. Add _tid.
126
7e0bd9eb
DJ
1272007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
128
129 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
130
017cc633
DJ
1312007-09-25 Joseph Myers <joseph@codesourcery.com>
132
133 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
134 type and __THROW marker of splice, vmsplice, and tee.
135
8c276674
DJ
1362007-09-12 Joseph Myers <joseph@codesourcery.com>
137
138 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
139 LLL_PRIVATE argument to lll_futex_wake.
140 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
141 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
142 comment.
143 (PF_IUCV, PF_RXRPC): Define.
144 (PF_MAX): Update.
145 (AF_IUCV, AF_RXRPC): Define.
146 (MSG_CMSG_CLOEXEC): Define.
147 (_EXTERN_INLINE): Define to __extern_inline.
148 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
149 UTIME_OMIT): Define.
150 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
151 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
152 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
153 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
154 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
155 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
156 LLL_LOCK_*. Include <kernel-features.h>.
157 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
158 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
159 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
160 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
161 lll_futex_wait.
162 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
163 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
164 private arguments.
165 (__lll_robust_trylock): Convert to macro.
166 (__lll_robust_lock_wait): Add private argument.
167 (__lll_lock_wait_private, __lll_lock_wait): Declare.
168 (__lll_lock): Convert to macro. Take private argument.
169 (__lll_cond_lock): Likewise.
170 (lll_lock, lll_cond_lock): Take private arguments.
171 (__lll_robust_lock): Take private argument. Convert to macro.
172 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
173 lll_robust_cond_lock): Take private arguments.
174 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
175 arguments.
176 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
177 (lll_timedlock, lll_robust_timedlock): Take private arguments.
178 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
179 private arguments.
180 (lll_unlock, lll_robust_unlock): Take private arguments.
181 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
182 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
183 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
184 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
185 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
186 lll_cond_wake, lll_cond_broadcast): Remove.
187 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
188 to __extern_inline.
189
d45a6368
DJ
1902007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
191
192 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
193 New macros for the (n)64 and n32 ABIs.
194 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
195
391da201
DJ
1962007-07-13 Carlos O'Donell <carlos@codesourcery.com>
197
198 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
199 Define __WORDSIZE_COMPAT32 as 1.
200
2b4095f3
DJ
2012007-07-13 Joseph Myers <joseph@codesourcery.com>
202
203 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
204 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
205 PTHREAD_STACK_MIN.
206
8323b1ab
DJ
2072007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
208
209 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
210
211 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
212 Delete.
213
ffd39823
DJ
2142007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
215
216 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
217 (internal_syscall1, internal_syscall2, internal_syscall3,
218 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
219
30efab51
DJ
2202007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
221
222 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
223 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
224 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
225 THREAD_GSCOPE_WAIT): Define.
226 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
227 (FUTEX_PRIVATE_FLAG): Define.
228 (lll_unlock_wake_cb): Delete prototype.
229 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
230 <endian.h>.
231 (pthread_rwlock_t): Shrink __flags and add __shared.
232
92fa63ee
DJ
2332007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
234
235 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
236 (posix_fadvise): Fix high word of len argument.
237
7a30cb83
DJ
2382007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
239
240 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
241 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
242 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
243 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
244 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
245 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
246
384fa30d
DJ
2472007-05-23 Joseph Myers <joseph@codesourcery.com>
248
249 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
250 * sysdeps/mips/mips64/n64/Implies: Likewise.
251 * sysdeps/mips/mips64/soft-fp/Makefile: New.
252 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
253 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
254 <fpu_control.h>. Use hardware exception and rounding mode
255 settings.
256
388fc51b 2572007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
258
259 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
260 r_info argument to ElfW(Addr).
261
f50c692c
DJ
2622007-02-01 Joseph Myers <joseph@codesourcery.com>
263
264 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
265
eb96755b
DJ
2662007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
267 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
270 shmctl, and semctl.
271 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
272 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
273 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
274
908afa83
DJ
2752007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
276
277 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
278 PTR_DEMANGLE): Define.
279 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
280 PTR_DEMANGLE): Define.
281 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
282 PTR_DEMANGLE): Define.
283
e3097800
DJ
2842007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
285
286 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
287 (cfi_same_value): Delete definition.
288
cb5bcf74
DJ
2892007-01-08 Richard Sandiford <richard@codesourcery.com>
290
291 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
292 (elf_machine_reloc): New function, retaining the body of
293 elf_machine_rel. Take the reloc's r_info field as an argument,
294 not the reloc itself. Add extra r_addend and inplace_p arguments.
295 When inplace_p is false, use r_addend as the addend, not the contents
296 of the relocation field. Hoist the conversion of reloc_addr to
297 "ELFW(Addr) *". Don't try to apply TLS relocations against
298 undefined symbols. Add R_MIPS_GLOB_DAT support.
299 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
300 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
301 to ElfW(Rela).
302
2caa93e2
DJ
3032007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
304
305 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
306 multiple inclusion guard.
307 * sysdeps/mips/elf/ldsodefs.h: Delete file.
308
84f3ca6e
DJ
3092007-01-04 Thiemo Seufer <ths@networkno.de>
310
311 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
312 to match the kernel.
313
3ed8d993
DJ
3142006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
315
316 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
317 (RTLD_SINGLE_THREAD_P): Define.
318 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
319
a7d03b91
DJ
3202006-10-31 Joseph Myers <joseph@codesourcery.com>
321
322 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
323 prototype.
324
6ea63025
DJ
3252006-09-22 Richard Sandiford <richard@codesourcery.com>
326
327 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
328 code.
329 (__xstat_conv): Use memset to clear padding arrays. Check for
330 overflow.
331 (__xstat64_conv): Use memset to clear padding arrays.
332 (__xstat32_conv): New function.
333 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
334 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
335
6b4d184d
DJ
3362006-09-21 Joseph Myers <joseph@codesourcery.com>
337
338 * sysdeps/mips/fpu_control.h: If soft-float, don't use
339 floating-point registers.
340 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
341 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
342 Likewise.
343
0ad4d3b0
DJ
3442006-08-04 Joseph Myers <joseph@codesourcery.com>
345
346 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
347 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
348
74321891
DJ
3492006-07-24 Joseph Myers <joseph@codesourcery.com>
350
351 * sysdeps/mips/mips64/n32/libm-test-ulps,
352 sysdeps/mips/mips64/n64/libm-test-ulps: New.
353
bb600a60
DJ
3542006-07-24 Joseph Myers <joseph@codesourcery.com>
355
356 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
357 defined, include the named file.
358
02678e17
DJ
3592006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
360
361 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
362 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
363 Define.
364
bd345106
DJ
3652006-06-02 Joseph Myers <joseph@codesourcery.com>
366
367 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
368 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
369 types.
370
d7f9cd89
DJ
3712006-06-02 Joseph Myers <joseph@codesourcery.com>
372
373 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
374 Don't use struct timespec.
375 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
376 __xstat64_conv): Copy individual timespec fields.
377
c6e2897b
DJ
3782006-06-02 Richard Sandiford <richard@codesourcery.com>
379
380 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
381
37896d39
DJ
3822006-06-02 Joseph Myers <joseph@codesourcery.com>
383
384 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
385 * sysdeps/mips/fpu/fesetround.c: Likewise.
386
42e36d16
DJ
3872006-05-10 Richard Sandiford <richard@codesourcery.com>
388 Daniel Jacobowitz <dan@codesourcery.com>
389
390 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
391 dump sc_cause, sc_status or sc_badvaddr.
392 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
393 structure definitions after DSP kernel changes.
394 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
395 after the same DSP changes.
396
dab75788
DJ
3972006-05-08 Richard Sandiford <richard@codesourcery.com>
398
399 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
400 st_atim, st_mtim and st_ctim interface.
401 (struct stat64): Likewise.
402 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
403 Replace st_atime and its padding field with st_atim. Likewise
404 st_mtime/st_mtim and st_ctime/st_ctim.
405 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
406 after above changes.
407 (__xstat64_conv): Likewise.
408
19723bdd
DJ
4092006-05-08 Richard Sandiford <richard@codesourcery.com>
410
411 * sysdeps/mips/ldsodefs.h: New file.
412 * sysdeps/mips/tst-audit.h: New file.
413
075f1edd
DJ
4142006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
415
416 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
417 for consistency with other ports.
418 (MADV_REMOVE): Correct value.
419 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
420 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
421 POSIX_MADV_DONTNEED): Define.
422
142b51e4
DJ
4232006-05-05 Lior Balkohen <balkohen@gmail.com>
424
425 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
426 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
427 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
428 and SYNC_FILE_RANGE_WAIT_AFTER.
429 Declare sync_file_range, vmsplice, splice and tee.
430
f3fb78ec
DJ
4312006-03-27 Lior Balkohen <balkohen@gmail.com>
432
433 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
434 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
435 prototype.
436
bfc23f5a
DJ
4372006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
438
439 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
440 Define.
441
b415b963
DJ
4422006-03-27 Denis Barbier <barbier@linuxfr.org>
443
444 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
445 typo.
446
712619d7
DJ
4472006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
448
449 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
450 i386/fork.c.
451
aea60744
DJ
4522006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
453
454 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
455 libc_cv_localedir, libdir, arch_minimum_kernel, and
456 libc_cv_gcc_unwind_find_fde.
457 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
458 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
459 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
460
13d7881a
DJ
4612006-03-02 Lior Balkohen <balkohen@gmail.com>
462
463 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
464 (__pthread_list_t, __pthread_slist_t): New typedefs.
465 (pthread_mutex_t): Replace __next and __prev fields with __list.
466 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
467 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
468 (lll_futex_wake_unlock): Define.
469 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
470 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
471 lll_robust_mutex_unlock): New macros.
472 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
473 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
474 vfork.S.
475 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
476
73204807
DJ
4772006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
478
479 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
480 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
481
6428ce3c
DJ
4822006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
483
484 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
485 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
486 (INTERNAL_SYSCALL_NCS): New.
487 (internal_syscall0, internal_syscall1, internal_syscall2,
488 internal_syscall3, internal_syscall4, internal_syscall5,
489 internal_syscall6): Take ncs_init, cs_init, and input arguments.
490 Use them. Correct types for registers.
491 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
492 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
493 (INTERNAL_SYSCALL_NCS): New.
494 (internal_syscall0, internal_syscall1, internal_syscall2,
495 internal_syscall3, internal_syscall4, internal_syscall5,
496 internal_syscall6): Take ncs_init, cs_init, and input arguments.
497 Use them.
498 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
499 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
500 points.
501 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
502 Use Elf(Addr) for TLS relocation targets.
503 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
504 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
505 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
506 futexp to long for n64.
507 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
508
2575768d
RM
5092006-02-20 Roland McGrath <roland@redhat.com>
510
511 * sysdeps/mips/shlib-versions: New file.
512 * sysdeps/mips/preconfigure: New file.
513 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.
This page took 0.083269 seconds and 5 git commands to generate.