]> git.ipfire.org Git - thirdparty/glibc.git/blame - ports/ChangeLog.mips
Add script to update copyright notices and reformat some to facilitate its use.
[thirdparty/glibc.git] / ports / ChangeLog.mips
CommitLineData
f4cf5f2d
JM
12013-01-01 Joseph Myers <joseph@codesourcery.com>
2
3 * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
4 * sysdeps/mips/bits/mathdef.h: Likewise.
5 * sysdeps/mips/bits/setjmp.h: Likewise.
6 * sysdeps/mips/ieee754/ieee754.h: Likewise.
7 * sysdeps/mips/machine-gmon.h: Likewise.
8 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
9 * sysdeps/mips/mips64/setjmp.S: Likewise.
10 * sysdeps/mips/start.S: Likewise.
11 * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
12 * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
13 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
14 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
15
0993dd9b
JM
162012-12-04 Joseph Myers <joseph@codesourcery.com>
17
18 * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
8d65d9d7 19 Define to set cw to 0, not just to plain "0" as a statement.
0993dd9b
JM
20 [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
21 than doing nothing with cw.
22
8018f81b
JM
232012-11-30 Joseph Myers <joseph@codesourcery.com>
24
25 * sysdeps/mips/mips32/libm-test-ulps: Update.
26 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
27
1672585f
JM
282012-11-29 Joseph Myers <joseph@codesourcery.com>
29
30 [BZ #14893]
31 * sysdeps/mips/mips64/n32/_itoa.h: New file.
32 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
33 <sgidefs.h>.
34 (CTX_TYPE): New macro.
35 (CTX_REG): Likewise.
36 (CTX_PC): Likewise.
37 (CTX_MDHI): Likewise.
38 (CTX_MDLO): Likewise.
39 (REG_HEX_SIZE): Likewise.
40 (hexvalue): Take _ITOA_WORD_TYPE argument.
41 (register_dump): Use these macros instead of hardcoding struct
42 sigcontext * type and accesses and 8-byte textual output for
43 registers.
44
fc6394c6
JM
452012-11-22 Joseph Myers <joseph@codesourcery.com>
46
47 [BZ #14822]
48 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
49 (sendfile): New syscall entry.
50 * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
51 Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
52
e0ba0e18
JM
532012-11-21 Joseph Myers <joseph@codesourcery.com>
54
c3151ad1
JM
55 * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
56 uintptr_t.
57
e0ba0e18
JM
58 * sysdeps/mips/sotruss-lib.c: New file.
59
bd077d20
JM
602012-11-20 Joseph Myers <joseph@codesourcery.com>
61
f59cba71
JM
62 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
63 (internal_syscall1): Use parentheses around macro arguments.
64 (internal_syscall2): Likewise.
65 (internal_syscall3): Likewise.
66 (internal_syscall4): Likewise.
67 (internal_syscall5): Likewise.
68 (internal_syscall6): Likewise.
69 (internal_syscall7): Likewise.
70 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
71 (internal_syscall1): Likewise.
72 (internal_syscall2): Likewise.
73 (internal_syscall3): Likewise.
74 (internal_syscall4): Likewise.
75 (internal_syscall5): Likewise.
76 (internal_syscall6): Likewise.
77
aa099ade
JM
78 * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
79 _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
80 type.
81 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
82 ss_sp to long before casting to sp_type.
83 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
84 _ABIO32] (GET_PC): Cast to unsigned long before casting to a
85 pointer type.
86 [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
87 [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
88 [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
89 [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
90 [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
91
bd077d20
JM
92 * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
93 (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
94 __prev and __cmp. Cast __cmp to void.
95 [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
96 Likewise.
97 [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
98 (__arch_compare_and_exchange_xxx_64_int): Likewise.
99
6eb43a28
JM
1002012-11-19 Joseph Myers <joseph@codesourcery.com>
101
c9c253d3
JM
102 * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
103 variable with __attribute__ ((unused)).
104
6eb43a28
JM
105 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
106 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
107 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
108 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
109 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
110 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
111 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
112 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
113 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
114 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
115 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
116 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
117
018f9a78
JM
1182012-11-17 Joseph Myers <joseph@codesourcery.com>
119
120 * sysdeps/mips/bits/atomic.h
121 (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
122 with __attribute__ ((unused)).
123 (__arch_compare_and_exchange_bool_16_int): Likewise.
124 (__arch_compare_and_exchange_bool_32_int): Likewise.
125 (__arch_compare_and_exchange_bool_64_int): Likewise.
126
19218757
MK
1272012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
128
129 * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove.
130
d7fcee3a
JM
1312012-11-05 Joseph Myers <joseph@codesourcery.com>
132
133 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
134 (lll_futex_timed_wait_bitset): New macro.
135
b830319d
TS
1362012-11-04 Thomas Schwinge <thomas@codesourcery.com>
137
138 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
139 include <stub-tag.h>.
140
fbeafede
JM
1412012-11-03 Joseph Myers <joseph@codesourcery.com>
142
5b5b04d6
JM
143 * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
144 libm_hidden_def.
145
fbeafede
JM
146 [BZ #3439]
147 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
148 constant usable in #if and use that to give value to enum
149 constant.
150 (FE_UNDERFLOW): Likewise.
151 (FE_OVERFLOW): Likewise.
152 (FE_DIVBYZERO): Likewise.
153 (FE_INVALID): Likewise.
154 (FE_TONEAREST): Likewise.
155 (FE_TOWARDZERO): Likewise.
156 (FE_UPWARD): Likewise.
157 (FE_DOWNWARD): Likewise.
158
4c68e865
TS
1592012-11-01 Thomas Schwinge <thomas@codesourcery.com>
160
46879bae
TS
161 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
162
4c68e865
TS
163 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
164 (GLIBC_2.17): Add clock_* symbols.
165
e6ff7f84
SE
1662012-10-31 Steve Ellcey <sellcey@mips.com>
167
168 * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
169 it work in 32 or 64 bit modes.
170 * sysdeps/mips/mips64/memcpy.S: Remove.
171
2a27fd6d
JM
1722012-10-30 Joseph Myers <joseph@codesourcery.com>
173
174 [BZ #14047]
175 * sysdeps/mips/tininess.h: New file.
176
48b76e2d
SE
1772012-10-29 Steve Ellcey <sellcey@mips.com>
178
179 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
180 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
181 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
182 * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
183 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
184 * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
185 (abi-variants): Add hard and soft float versions.
186 (abi-o32-options): Remove.
187 (abi-o32-condition): Remove.
188 (abi-n32-options): Remove.
189 (abi-n32-condition): Remove.
190 (abi-n64-options): Remove.
191 (abi-n64-condition): Remove.
192 (abi-o32_soft-options): New.
193 (abi-o32_soft-condition): New.
194 (abi-o32_hard-options): New.
195 (abi-o32_hard-condition): New.
196 (abi-n32_soft-options): New.
197 (abi-n32_soft-condition): New.
198 (abi-n32_hard-options): New.
199 (abi-n32_hard-condition): New.
200 (abi-n64_soft-options): New.
201 (abi-n64_soft-condition): New.
202 (abi-n64_hard-options): New.
203 (abi-n64_hard-condition): New.
204
6e6249d0
RM
2052012-10-19 Roland McGrath <roland@hack.frob.com>
206
207 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
208 (GLIBC_2.17): Add clock_* symbols.
209 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
210
de2b6422
AJ
2112012-10-24 Andreas Jaeger <aj@suse.de>
212
213 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
214 definitions and declarations that are provided by
215 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
216
8f565a27
SE
2172012-10-03 Steve Ellcey <sellcey@mips.com>
218
219 * sysdeps/mips/ieee754.h: Move to...
220 * sysdeps/mips/ieee754/ieee754.h: Here.
221 * sysdeps/mips/mips32/Implies: Add mips/ieee754.
222 * sysdeps/mips/mips64/Implies: Ditto.
223 * sysdeps/mips/mips64/n32/Implies: Ditto.
224 * sysdeps/mips/mips64/n64/Implies: Ditto.
225
40d4a87b
SP
2262012-10-02 Siddhesh Poyarekar <siddhesh@redhat.com>
227
228 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
229 flag name in comment to CLONE_CHILD_CLEARTID.
230
93c65d43
RM
2312012-09-28 Roland McGrath <roland@hack.frob.com>
232
233 * sysdeps/mips/init-first.c: File removed.
234
4ff2d4c2
L
2352012-09-28 H.J. Lu <hongjiu.lu@intel.com>
236
1fa1170b 237 * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
4ff2d4c2 238
ad845c0b
JM
2392012-08-27 Joseph Myers <joseph@codesourcery.com>
240
241 * sysdeps/unix/sysv/linux/mips/kernel-features.h
242 (__ASSUME_STAT64_SYSCALL): Remove.
243
89570c62
GG
2442012-08-27 Guido Guenther <agx@sigxcpu.org>
245
246 * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
247
eaeffd07
JM
2482012-08-22 Joseph Myers <joseph@codesourcery.com>
249
250 * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
251 _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
252 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file. Based
253 on version from ../sysdeps/unix/sysv/linux/.
254 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
255 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
256
30f69637
CD
2572012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
258
259 * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
260 <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
261 struct La_mips_32_regs and struct La_mips_64_regs are not constant.
262
309becf1
MK
2632012-08-15 Tom de Vries <vries@codesourcery.com>
264 Maxim Kuvyrkov <maxim@codesourcery.com>
265
266 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
267 (__libc_lock_trylock): Define versions optimized for MIPS.
268
ef400973
MK
2692012-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
270
271 * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
272 * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
273 * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
274
5544c7e0
JM
2752012-08-15 Joseph Myers <joseph@codesourcery.com>
276
277 * sysdeps/mips/dl-lookup.c: Update from generic version.
278
8f12da97
MK
2792012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
280
281 [__GNUC_PREREQ (4, 8)]
282 (atomic_exchange_and_add): Split into ...
283 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
284 New atomic macros.
285 [!__GNUC_PREREQ (4, 8)]
286 (atomic_exchange_and_add): Split into ...
287 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
288 New atomic macros.
289
7f540252
JM
2902012-08-09 Joseph Myers <joseph@codesourcery.com>
291
292 * sysdeps/unix/sysv/linux/mips/kernel-features.h
293 (__ASSUME_UTIMES): Define.
294
6dad2c06
JM
2952012-08-07 Joseph Myers <joseph@codesourcery.com>
296
297 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
298 Remove.
299 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
300
23bddc06
JM
3012012-08-01 Joseph Myers <joseph@codesourcery.com>
302
303 * sysdeps/unix/sysv/linux/mips/kernel-features.h
304 (__ASSUME_FCNTL64): Remove.
305
b290216f
SE
3062012-08-01 Steve Ellcey <sellcey@mips.com>
307
308 * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
309 _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
310 _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
311 macro.
312 (PREFX): Likewise.
313
7e6242f5
JM
3142012-07-31 Joseph Myers <joseph@codesourcery.com>
315
316 * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
317 * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
318 * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
319 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
320 * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
321 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
322
89d9c04d
JM
3232012-07-27 Joseph Myers <joseph@codesourcery.com>
324
325 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
326 * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
327
0c7936d5
FW
3282012-07-25 Florian Weimer <fweimer@redhat.com>
329
330 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
331 secure_getenv.
332 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
333 Likewise.
334 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
335 Likewise.
336
7d67a5d1
JM
3372012-07-17 Joseph Myers <joseph@codesourcery.com>
338
ef1354a5
JM
339 * sysdeps/mips/configure.in: Remove TLS check.
340 * sysdeps/mips/configure: Regenerated.
341
7d67a5d1
JM
342 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
343 file.
344 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
345 Likewise.
346 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
347 Likewise.
348
a766fb45
MK
3492012-07-11 Tom de Vries <vries@codesourcery.com>
350 Maxim Kuvyrkov <maxim@codesourcery.com>
351
352 * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
353 (__arch_compare_and_exchange_bool_32_int)
354 (__arch_compare_and_exchange_val_32_int)
355 (__arch_compare_and_exchange_bool_64_int)
356 (__arch_compare_and_exchange_val_64_int)
357 Define in terms of __atomic_compare_exchange_n.
358 [__GNUC_PREREQ (4, 8)]
359 (__arch_exchange_32_int, __arch_exchange_64_int):
360 Define in terms of __atomic_exchange_n.
361 [__GNUC_PREREQ (4, 8)]
362 (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
363 Define in terms of __atomic_fetch_add.
364 [!__GNUC_PREREQ (4, 8)]: Update formatting.
365
76b1f93b
PJ
3662012-07-06 Petar Jovanovic <petar.jovanovic@rt-rk.com>
367
368 * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
369 the stack pointer.
370
a978616d
JM
3712012-06-19 Joseph Myers <joseph@codesourcery.com>
372
373 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
374 _gp_disp entry.
375 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
376 Likewise.
377 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
378 Likewise.
379 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
380 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
381 Likewise.
382 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
383 Likewise.
384 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
385 Likewise.
386 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
387 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
388 Likewise.
389 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
390 Likewise.
391 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
392 Likewise.
393 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
394 Likewise.
395 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
396 Likewise.
397 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
398 Likewise.
399 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
400 Likewise.
401 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
402 Likewise.
403 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
404 Likewise.
405 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
406 Likewise.
407 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
408 Likewise.
409 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
410 Likewise.
411 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
412 Likewise.
413
e525bc9c
JM
4142012-06-14 Joseph Myers <joseph@codesourcery.com>
415
416 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
417 (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
418 variable.
419
12139ca3
JM
4202012-06-01 Joseph Myers <joseph@codesourcery.com>
421
d97b8a3d
JM
422 * sysdeps/mips/mips64/n32/s_fma.c: New file.
423 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
424
12139ca3
JM
425 * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
426 typo.
427
3c9d6dec
JM
4282012-05-31 Joseph Myers <joseph@codesourcery.com>
429
36d173fb
JM
430 * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
431
3c9d6dec
JM
432 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
433 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
434
cc824a2e
JM
4352012-05-30 Joseph Myers <joseph@codesourcery.com>
436
fd5beba7
JM
437 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
438 settings out of conditional.
439
6863adc8
JM
440 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
441 __connect_internal alias.
442
6334191e
JM
443 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
444 (FP_TRAPPING_EXCEPTIONS): Define.
445
d9ab3eff
JM
446 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
447 Rename to abi-variants.
448 (syscall-list-includes): Rename to abi-includes.
449 (syscall-list-o32-options): Rename to abi-o32-options.
450 (syscall-list-o32-condition): Rename to abi-o32-condition.
451 (syscall-list-n32-options): Rename to abi-n32-options.
452 (syscall-list-n32-condition): Rename to abi-n32-condition.
453 (syscall-list-n64-options): Rename to abi-n64-options.
454 (syscall-list-n64-condition): Rename to abi-n64-condition.
455 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
456 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
457 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
458
cc824a2e
JM
459 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
460 _internal alias by hidden_def.
461
0387d093
JM
4622012-05-26 Joseph Myers <joseph@codesourcery.com>
463
464 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
465 file.
466 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
467 Likewise.
468 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
469 Likewise.
470 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
471 Likewise.
472 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
473 Likewise.
474 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
475 Likewise.
476 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
477 Likewise.
478 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
479 Likewise.
480
089d856f
JM
4812012-05-25 Joseph Myers <joseph@codesourcery.com>
482
483 * sysdeps/unix/sysv/linux/mips/kernel-features.h
484 (__ASSUME_32BITUIDS): Remove.
485
46bd6380
SE
4862012-05-23 Steve Ellcey <sellcey@mips.com>
487
488 * sysdeps/unix/sysv/linux/mips/Makefile
489 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
490 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
491 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
492
ec55b216
JM
4932012-05-23 Joseph Myers <joseph@codesourcery.com>
494
495 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
496 Define.
497 (MADV_DODUMP): Likewise.
498
533a8b31
JM
4992012-05-21 Joseph Myers <joseph@codesourcery.com>
500
df0f68a0
JM
501 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
502 __WORDSIZE_TIME64_COMPAT32.
503
533a8b31
JM
504 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
505 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
506 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
507
dc2a97c6
JM
5082012-05-19 Joseph Myers <joseph@codesourcery.com>
509
510 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
511 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
512 (kernel-features.h): Don't include.
513 [__NR_ftruncate64]: Make code unconditional.
514 [!__NR_ftruncate64]: Remove conditional code.
515 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
516 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
517 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
518 (kernel-features.h): Don't include.
519 [__NR_truncate64]: Make code unconditional.
520 [!__NR_truncate64]: Remove conditional code.
521 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
522 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
523 Add syscall.
524 (truncate): Likewise.
525 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
526 (ftruncate): Remove syscall.
527 (truncate): Likewise.
528 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
529 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
530 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
531 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
532
dbeb7063
JM
5332012-05-16 Joseph Myers <joseph@codesourcery.com>
534
535 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
536 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
537 type unsigned long and names st_atimensec, st_mtimensec and
538 st_ctimensec.
539 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
540
a7375c94
JM
5412012-05-14 Joseph Myers <joseph@codesourcery.com>
542
543 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
544 Remove conditional code.
545 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
546 * sysdeps/unix/sysv/linux/mips/pread64.c
547 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
548 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
549 * sysdeps/unix/sysv/linux/mips/pwrite.c
550 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
551 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
552 * sysdeps/unix/sysv/linux/mips/pwrite64.c
553 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
554 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
555 * sysdeps/unix/sysv/linux/mips/sigaction.c
556 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
557 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
558
332d091e
JM
5592012-05-11 Joseph Myers <joseph@codesourcery.com>
560
561 * sysdeps/mips/dl-lookup.c: Update from generic version.
562
567ce24c
JM
5632012-05-08 Joseph Myers <joseph@codesourcery.com>
564
565 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
566 * sysdeps/mips/mips32/libm-test-ulps: ... here.
567 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
568 * sysdeps/mips/mips64/libm-test-ulps: ... here.
569 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
570
360f4e68
JM
5712012-05-01 Joseph Myers <joseph@codesourcery.com>
572
573 [BZ #14044]
574 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
575 from libc version and add symbol versions.
576 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
577 (GLIBC_2.3.3): Add posix_fadvise64.
578
896216ff
JM
5792012-04-28 Joseph Myers <joseph@codesourcery.com>
580
8689e877
JM
581 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
582 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
583 Likewise.
584 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
585 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
586 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
587 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
588 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
589 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
590 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
591 Likewise.
592 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
593 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
594 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
595 Likewise.
596 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
597 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
598 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
599 Likewise.
600 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
601 Likewise.
602 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
603 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
604 Likewise.
605 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
606 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
607 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
608 Likewise.
609 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
610 Likewise.
611 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
612 Likewise.
613 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
614 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
615 Likewise.
616 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
617 Likewise.
618 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
619 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
620 Likewise.
621 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
622 Likewise.
623 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
624 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
625 Likewise.
626 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
627 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
628 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
629 Likewise.
630 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
631 Likewise.
632 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
633 Likewise.
634 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
635 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
636 Likewise.
637 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
638 Likewise.
639
896216ff
JM
640 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
641 __MIPSEB instead of __BYTE_ORDER.
642 * sysdeps/mips/mips64/memset.S: Likewise.
643
4053d054
JM
6442012-04-27 Joseph Myers <joseph@codesourcery.com>
645
646 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
647 Change to 2.6.12.
648 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
649
d473fb89
JM
6502012-04-26 Joseph Myers <joseph@codesourcery.com>
651
652 * sysdeps/unix/mips/brk.S: Remove file.
653 * sysdeps/unix/mips/dl-brk.S: Likewise.
654 * sysdeps/unix/mips/sigreturn.S: Likewise.
655 * sysdeps/unix/mips/wait.S: Likewise.
656
8dc23639
JM
6572012-04-26 Joseph Myers <joseph@codesourcery.com>
658
8b2b1127
JM
659 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
660 instead of __BYTE_ORDER.
661 * sysdeps/mips/memset.S: Likewise.
662
8dc23639
JM
663 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
664 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
665
f2f7d65a
JM
6662012-04-24 Joseph Myers <joseph@codesourcery.com>
667
668 * sysdeps/unix/mips/fork.S: Remove file.
669
9f2b22d5
MF
6702012-04-24 Mike Frysinger <vapier@gentoo.org>
671
672 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
673 (ldd_rewrite_script): Change $dest to $dir.
674 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
675
25593dca
JM
6762012-04-21 Joseph Myers <joseph@codesourcery.com>
677
678 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
679 sysdeps/unix/sysv/linux/arm/readahead.c not
680 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
681
aa06d8e4
JM
6822012-03-28 Joseph Myers <joseph@codesourcery.com>
683
684 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
685 (MAP_HUGETLB): Likewise.
686
04e3cfbc
JM
6872012-03-27 Joseph Myers <joseph@codesourcery.com>
688
689 * sysdeps/mips/elf/start.S: Moved to ...
690 * sysdeps/mips/start.S: ...here.
691 * sysdeps/mips/elf/configure.in: Moved to ...
692 * sysdeps/mips/configure.in: ...here. Update comment.
693 * sysdeps/mips/configure: New generated file.
694
1422b9df
JM
6952012-03-20 Joseph Myers <joseph@codesourcery.com>
696
697 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
698 instead of <stdio-common/_itoa.h>.
699
e54793e8
PE
7002012-03-10 Paul Eggert <eggert@cs.ucla.edu>
701
702 [BZ #13673]
703 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
704 with URL.
705
ab84e3ff
PE
7062012-03-09 Paul Eggert <eggert@cs.ucla.edu>
707
708 [BZ #13673]
709 Replace FSF snail mail address with URLs, as per GNU coding standards.
710
23b8c9ac
JM
7112012-03-09 Joseph Myers <joseph@codesourcery.com>
712
713 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
714 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
715
bf8becc5
JM
7162012-02-27 Joseph Myers <joseph@codesourcery.com>
717
718 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
719 declare recvmmsg and sendmmsg.
720
7bb9ccad
JM
7212012-02-27 Joseph Myers <joseph@codesourcery.com>
722
723 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
724 Change union tag to pthread_attr_t. Only define typedef if not
725 already defined.
726 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
727 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
728 typedef if not already defined.
729
397c66b4
JM
7302012-02-26 Joseph Myers <joseph@codesourcery.com>
731
732 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
733 siginfo_t struct. Add forward declaration of pthread_attr_t and
734 use it in sigevent.
735 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
736 pthread_attr_t union.
737
8864c99f
JM
7382012-02-21 Joseph Myers <joseph@codesourcery.com>
739
740 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
741 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
742 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
743 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
744
d6353c0f
AS
7452012-02-20 Andreas Schwab <schwab@linux-m68k.org>
746
747 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
748 not defined.
749
22f7e902
AJ
7502012-02-17 Aurelien Jarno <aurelien@aurel32.net>
751
752 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
753 matching the array in dl-procinfo.c.
754
cec96a4f
AJ
7552012-02-17 Aurelien Jarno <aurelien@aurel32.net>
756
757 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
758 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
759 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
760
a31567f4
RM
7612012-02-15 Robert Millan <rmh@gnu.org>
762
763 [BZ #12301]
764 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
765 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
766
d2cc32ab
RM
7672012-02-15 Robert Millan <rmh@gnu.org>
768
769 [BZ #12298]
770 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
771 * sysdeps/mips/sys/tas.h: ... here.
772
d05f2edb
RM
7732012-02-15 Robert Millan <rmh@gnu.org>
774
775 [BZ #12297]
776 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
777 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
778 * sysdeps/unix/mips/entry.h: ... here.
779
87ae60cc
RM
7802012-02-15 Robert Millan <rmh@gnu.org>
781
7e7aa31b 782 [BZ #12193]
87ae60cc
RM
783 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
784 Define.
785 * sysdeps/mips/dl-procinfo.c: New file.
786 * sysdeps/mips/dl-procinfo.h: Likewise.
787
7504de5a
JM
7882012-02-15 Joseph Myers <joseph@codesourcery.com>
789
790 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
791 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
792
7865d19c
VV
7932012-02-15 Viju Vincent <vijuvince@gmail.com>
794
795 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
796 around calls to _dl_lookup_symbol_x.
797
c5430dd0
JM
7982012-02-13 Joseph Myers <joseph@codesourcery.com>
799
800 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
801 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
802
67939f7c
JM
8032012-02-13 Joseph Myers <joseph@codesourcery.com>
804
805 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
806 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
807
25a368f2
JM
8082012-02-10 Joseph Myers <joseph@codesourcery.com>
809
810 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
811 for sysdeps/generic/initfini.c.
812 * sysdeps/mips/mips32/crtn.S: Likewise.
813 * sysdeps/mips/mips64/n32/crti.S: Likewise.
814 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
815 * sysdeps/mips/mips64/n64/crti.S: Likewise.
816 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
817 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
818 (CFLAGS-pt-initfini.s): Likewise.
819 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
820 variables.
821
2aee8949
JM
8222012-01-26 Joseph Myers <joseph@codesourcery.com>
823
824 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
825 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
826 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
827 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
828
7b966fcb
JM
8292012-01-08 Joseph Myers <joseph@codesourcery.com>
830
831 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
832 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
833 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
834 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
835 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
836 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
837 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
838
3538f2fb
JM
8392012-01-07 Joseph Myers <joseph@codesourcery.com>
840
841 * sysdeps/mips/nptl/shlib-versions: New.
842
e3950b29
JM
8432012-01-07 Joseph Myers <joseph@codesourcery.com>
844
845 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
846
32a61531
TV
8472012-01-04 Tom de Vries <tom@codesourcery.com>
848
849 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
850 -fno-unwind-tables.
851
04d45026
TV
8522012-01-03 Tom de Vries <tom@codesourcery.com>
853
854 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
855 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
856
25bb26d0
JM
8572011-12-22 Joseph Myers <joseph@codesourcery.com>
858
859 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
860 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
861 Remove.
862 (syscall-list-variants, syscall-list-includes)
863 (syscall-list-o32-options, syscall-list-o32-condition)
864 (syscall-list-n32-options, syscall-list-n32-condition)
865 (syscall-list-n64-options, syscall-list-n64-condition): Define.
866 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
867 asm-unistd.h.
868 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
869 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
870
c2aeee16
JM
8712011-12-22 Joseph Myers <joseph@codesourcery.com>
872
873 [BZ #13538]
874 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
875 (EPOLLET): Initialize with unsigned values.
876
d92b0dd4
JM
8772011-12-19 Joseph Myers <joseph@codesourcery.com>
878
879 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
880 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
881
61b01ec6
JM
8822011-11-17 Joseph Myers <joseph@codesourcery.com>
883
884 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
885 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
886
a9ff8724
JM
8872011-11-11 Joseph Myers <joseph@codesourcery.com>
888
889 * sysdeps/mips/dl-lookup.c: Update from generic version.
890
c3beb302
JM
8912011-10-12 Joseph Myers <joseph@codesourcery.com>
892
893 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
894 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
895 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
896
9a7e1091
AS
8972011-10-05 Andreas Schwab <schwab@redhat.com>
898
899 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
900 (elf_machine_lazy_rel): Add parameter skip_ifunc.
901
560d4a58
JM
9022011-09-13 Joseph Myers <joseph@codesourcery.com>
903
904 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
905 return value to (struct cmsghdr *).
906
329c2e63
JM
9072011-09-13 Joseph Myers <joseph@codesourcery.com>
908
909 * sysdeps/mips/elf/configure.in: Always test for TLS support and
910 error out in case it is missing.
911 * sysdeps/mips/elf/configure: Regenerate.
912 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
913
b8ead09a
JM
9142011-09-11 Joseph Myers <joseph@codesourcery.com>
915
916 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
917 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
918
c26e391d
JM
9192011-09-06 Joseph Myers <joseph@codesourcery.com>
920
921 [BZ #13109]
922 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
923 (statfs): New.
924 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
925 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
926
e349dfdb
MT
9272011-08-02 Matt Turner <mattst88@gmail.com>
928
929 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
930
9dc88b5c
JM
9312011-07-25 Joseph Myers <joseph@codesourcery.com>
932
933 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
934 Define.
935
6cc02c7a
JM
9362011-06-20 Joseph Myers <joseph@codesourcery.com>
937
938 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
939 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
940
6b5adfe9
JM
9412011-06-20 Joseph Myers <joseph@codesourcery.com>
942
943 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
944 mention raise in the comment.
945
8969f4df
AJ
9462011-05-23 Aurelien Jarno <aurelien@aurel32.net>
947
948 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
949 Add.
950
f1d4d4be
JM
9512011-05-13 Joseph Myers <joseph@codesourcery.com>
952
953 * sysdeps/mips/dl-lookup.c: Update from generic version.
954
a32d0d80
JM
9552011-05-10 Joseph Myers <joseph@codesourcery.com>
956
957 * sysdeps/mips/dl-lookup.c: Update from generic version.
958
ed36e1de
JM
9592011-04-11 Joseph Myers <joseph@codesourcery.com>
960
961 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
962
e6893dba
JM
9632011-04-01 Joseph Myers <joseph@codesourcery.com>
964
965 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
966 to open_by_handle_at.
967
cea44847
JM
9682011-04-01 Joseph Myers <joseph@codesourcery.com>
969
970 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
971
01b5049d
JM
9722011-04-01 Joseph Myers <joseph@codesourcery.com>
973
974 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
975 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
976 open_by_handle. Augment a few comments.
977
0f53d140
JM
9782011-04-01 Joseph Myers <joseph@codesourcery.com>
979
980 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
981 cancelable.
982 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
983 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
984 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
985 sync_file_range as cancellation point.
986 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
987 sync_file_range as cancellation point.
988
6d9a4e55
JM
9892011-04-01 Joseph Myers <joseph@codesourcery.com>
990
991 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
992 sync_file_range.
993
8825867b
JM
9942011-03-22 Joseph Myers <joseph@codesourcery.com>
995
996 * sysdeps/mips/dl-lookup.c: Update from generic version.
997
91a59c6a
JM
9982011-01-25 Joseph Myers <joseph@codesourcery.com>
999
1000 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1001 MADV_NOHUGEPAGE): Define.
1002
eb76b06f
JM
10032011-01-25 Joseph Myers <joseph@codesourcery.com>
1004
1005 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1006 PF_CAIF, PF_ALG): Define.
1007
4f464927
JM
10082010-12-30 Joseph Myers <joseph@codesourcery.com>
1009
1010 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1011 NO_CTORS_DTORS_SECTIONS is defined.
1012 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1013
390651fd
JM
10142010-12-21 Joseph Myers <joseph@codesourcery.com>
1015
1016 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1017
83495648
MT
10182010-12-06 Matt Turner <mattst88@gmail.com>
1019
1020 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1021
604e89e4
JM
10222010-12-06 Joseph Myers <joseph@codesourcery.com>
1023
1024 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1025 Change to 2.4.1.
1026 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1027
94a2483c
JM
10282010-10-21 Joseph Myers <joseph@codesourcery.com>
1029
1030 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1031 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1032 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1033 for fanotify_mark.
1034
9431b159
JM
10352010-10-11 Joseph Myers <joseph@codesourcery.com>
1036
1037 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1038 libm_hidden_def.
1039 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1040
5ccc178f
JM
10412010-08-13 Joseph Myers <joseph@codesourcery.com>
1042
1043 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1044 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1045
5237c94b
CC
10462010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
1047
1048 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1049 jump delay slot.
1050 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1051
32b9acf3
JM
10522010-08-13 Joseph Myers <joseph@codesourcery.com>
1053
1054 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1055
09551806
JM
10562010-08-12 Joseph Myers <joseph@codesourcery.com>
1057
1058 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1059 struct statfs64): Add f_flags field.
1060
9672c67a
JM
10612010-08-12 Joseph Myers <joseph@codesourcery.com>
1062
1063 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1064 Define.
1065
c16fd246
JM
10662010-08-12 Joseph Myers <joseph@codesourcery.com>
1067
1068 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1069 and prlimit64.
1070 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1071 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1072 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1073 prlimit64 syscall.
1074
fdb3ec20
JM
10752010-06-14 Joseph Myers <joseph@codesourcery.com>
1076
1077 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1078 F_GETPIPE_SZ): Define.
1079
6531684d
JM
10802010-05-21 Joseph Myers <joseph@codesourcery.com>
1081
1082 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1083 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1084
b1ab8c5f
JM
10852010-04-14 Joseph Myers <joseph@codesourcery.com>
1086
1087 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1088
1dbb4edc
JM
10892010-04-06 Joseph Myers <joseph@codesourcery.com>
1090
1091 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1092 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1093 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1094 Define.
1095
e9823ee1
JM
10962010-03-30 Joseph Myers <joseph@codesourcery.com>
1097
1098 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1099 MSG_WAITFORONE.
1100
cca1fbbc
JM
11012010-03-24 Joseph Myers <joseph@codesourcery.com>
1102
1103 * sysdeps/mips/dl-lookup.c: Update from generic version.
1104
1eb07256
MJ
11052010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
1106
1107 [BZ #11291]
1108 * sysdeps/mips/bits/atomic.h
1109 (__arch_compare_and_exchange_xxx_32_int,
1110 __arch_compare_and_exchange_xxx_64_int,
1111 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1112 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1113 Specify *mem as asm output as well as input.
1114
8256e69a
JM
11152010-02-10 Joseph Myers <joseph@codesourcery.com>
1116
1117 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1118
54b7103a
JM
11192010-01-28 Joseph Myers <joseph@codesourcery.com>
1120
1121 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1122 _dl_runtime_pltresolve): Calculate offset from start of function
1123 to .cpload instead of hardcoding instruction size.
1124
cbbf2c84
JM
11252010-01-11 Joseph Myers <joseph@codesourcery.com>
1126
1127 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1128 problem.
1129
31afac47
JM
11302010-01-11 Joseph Myers <joseph@codesourcery.com>
1131
1132 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1133 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1134
60a0880e
JM
11352010-01-10 Joseph Myers <joseph@codesourcery.com>
1136
1137 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1138 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1139 XPG7.
1140 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1141 fcntl.h.
1142
8ef2c3b0
JM
11432009-12-16 Joseph Myers <joseph@codesourcery.com>
1144
1145 [BZ #11093]
1146 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1147 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1148
872083bf
JM
11492009-12-16 Joseph Myers <joseph@codesourcery.com>
1150
1151 * sysdeps/mips/dl-lookup.c: Update from generic version.
1152
93a0dfda
JM
11532009-12-15 Joseph Myers <joseph@codesourcery.com>
1154
1155 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1156 O_DSYNC to match 2.6.33+ kernels.
1157
5d5cb5a2
JM
11582009-12-09 Joseph Myers <joseph@codesourcery.com>
1159
1160 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1161 declare recvmmsg.
1162
2d68f6af
JM
11632009-12-01 Joseph Myers <joseph@codesourcery.com>
1164
1165 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1166 (posix_fadvise): Remove.
1167 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1168 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1169 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1170
84f92668
JM
11712009-12-01 Joseph Myers <joseph@codesourcery.com>
1172
1173 * sysdeps/mips/dl-lookup.c: Update from generic version.
1174
b00ec948
JM
11752009-11-23 Joseph Myers <joseph@codesourcery.com>
1176
1177 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1178 for timestamps also if __USE_XOPEN2K8.
1179
78698bbb
JM
11802009-11-19 Joseph Myers <joseph@codesourcery.com>
1181
1182 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1183 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1184
983ee7f2
JM
11852009-11-18 Joseph Myers <joseph@codesourcery.com>
1186
1187 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1188 names of parameters of sync_file_range.
1189
24bcda03
JM
11902009-11-17 Joseph Myers <joseph@codesourcery.com>
1191
1192 [BZ #10972]
1193 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1194 constants from recent kernels.
1195
87d2bea0
JM
11962009-11-17 Joseph Myers <joseph@codesourcery.com>
1197
1198 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1199 not already defined.
1200
37a907cc
JM
12012009-11-14 Joseph Myers <joseph@codesourcery.com>
1202
1203 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1204 F_GETOWN_EX): Update values.
1205
86ad0d12
JM
12062009-11-06 Joseph Myers <joseph@codesourcery.com>
1207
1208 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1209 of last two arguments when -D_FILE_OFFSET_BITS=64.
1210
a896552e
JM
12112009-10-29 Joseph Myers <joseph@codesourcery.com>
1212
1213 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1214 f_owner_ex.
1215
afd09ae8
JM
12162009-10-03 Joseph Myers <joseph@codesourcery.com>
1217
1218 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1219 and F_GETOWN_EX.
1220
f1297d79
DJ
12212009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
1222
1223 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1224 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1225 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1226 (__SYSCALL_CLOBBERS): Likewise.
1227 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1228 (__SYSCALL_CLOBBERS): Likewise.
1229
c67273d5
JM
12302009-08-05 Joseph Myers <joseph@codesourcery.com>
1231
1232 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
1233 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
1234 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1235 variable for env. Use expansion of CHECK_SP macro for check.
1236 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1237
9d84a81f
JM
12382009-08-03 Joseph Myers <joseph@codesourcery.com>
1239
1240 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1241 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1242
197aec25
AJ
12432009-07-20 Aurelien Jarno <aurelien@aurel32.net>
1244
1245 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1246 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1247
cda50f82
JM
12482009-07-17 Joseph Myers <joseph@codesourcery.com>
1249
1250 * sysdeps/mips/do-lookup.h: Remove.
1251 * sysdeps/mips/dl-lookup.c: Update from generic version, with
1252 non-PIC handling integrated.
1253
8200e168
JM
12542009-06-18 Joseph Myers <joseph@codesourcery.com>
1255
1256 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1257 and AF_IEEE802154.
1258
6a9f82ac
JM
12592009-05-16 Joseph Myers <joseph@codesourcery.com>
1260
1261 * sysdeps/mips/____longjmp_chk.c: New file.
1262 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
1263 undefine __longjmp.
1264 * sysdeps/mips64/__longjmp.c: Likewise.
1265
d9056ac6
JM
12662009-05-16 Joseph Myers <joseph@codesourcery.com>
1267
1268 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1269 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1270 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1271 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1272
c504ff3b
JM
12732009-05-16 Joseph Myers <joseph@codesourcery.com>
1274
1275 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1276 fallocate64@@GLIBC_2.11.
1277
19afa982
JM
12782009-05-14 Joseph Myers <joseph@codesourcery.com>
1279
1280 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1281 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1282
ff347533
JM
12832009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
1284
1285 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1286 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1287 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1288 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1289 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1290 Update comment.
1291 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1292 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
9a7e1091 1293 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
ff347533
JM
1294 Add ucontext_i.sym.
1295
57d0274f
JM
12962009-04-18 Joseph Myers <joseph@codesourcery.com>
1297
1298 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1299 __ASSUME_PWRITEV): Don't define here.
1300
6db53cd5
JM
13012009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
1302
1303 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1304
70fdbfd9
JM
13052009-04-09 Joseph Myers <joseph@codesourcery.com>
1306
1307 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1308 numbers.
1309 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1310 Define.
1311 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1312 preadv and pwritev.
1313
d69fd0cb
JM
13142009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
1315
1316 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1317 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1318
0262d0c4
JM
13192009-03-18 Zhang Le <r0bertz@gentoo.org>
1320
1321 [BZ #7074]
1322 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1323 Fix the condition used to annotate n32 objects.
1324
4c8c1810
JM
13252009-03-17 Joseph Myers <joseph@codesourcery.com>
1326
1327 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1328 Change parameters and use next_line.
1329
340f7976
JM
13302009-03-17 Joseph Myers <joseph@codesourcery.com>
1331
1332 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1333 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1334 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1335
ad32d65a
JM
13362009-03-15 Joseph Myers <joseph@codesourcery.com>
1337
1338 * sysdeps/mips/bits/link.h: Uglify function parameter names.
1339 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1340 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1341 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1342 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1343
93311332
JM
13442009-03-03 Joseph Myers <joseph@codesourcery.com>
1345
1346 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1347 fallocate{,64}.
1348
2e3804ef
JM
13492009-02-26 Joseph Myers <joseph@codesourcery.com>
1350
1351 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1352 UTIME_OMIT only with __USE_ATFILE.
1353
1090d6bf
JM
13542009-02-13 Joseph Myers <joseph@codesourcery.com>
1355
1356 [BZ #7040]
1357 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1358 inotify_rm_watch should have type int.
1359
8085bd60
JM
13602009-02-02 Joseph Myers <joseph@codesourcery.com>
1361
1362 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1363
9290e553
DJ
13642009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
1365 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1366
1367 PR glibc/1048
1368 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1369 variable page size for MIPS.
1370 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1371 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1372 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1373
e27433a8
JM
13742009-01-12 Joseph Myers <joseph@codesourcery.com>
1375
1376 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1377 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1378 -D_GNU_SOURCE.
1379
bb3b3056
JM
13802009-01-12 Joseph Myers <joseph@codesourcery.com>
1381
1382 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1383 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1384
01aa93bd
JM
13852008-12-19 Joseph Myers <joseph@codesourcery.com>
1386
1387 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1388 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1389 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1390 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1391
64762db4
JM
13922008-12-09 Joseph Myers <joseph@codesourcery.com>
1393
1394 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1395 Make available only for __USE_GNU.
1396
9a9863b4
JM
13972008-12-03 Joseph Myers <joseph@codesourcery.com>
1398
1399 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1400 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1401
10d461b5
JM
14022008-11-25 Joseph Myers <joseph@codesourcery.com>
1403
1404 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1405 __THROW vs. __nonnull order for C++.
1406
f6e40d38
DJ
14072008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1408
1409 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1410 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1411 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1412
63fb881a
DJ
14132008-10-01 Mark Shinwell <shinwell@codesourcery.com>
1414 Daniel Jacobowitz <dan@codesourcery.com>
1415 Richard Sandiford <rdsandiford@googlemail.com>
1416
1417 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1418 * sysdeps/mips/dl-lookup.c: New.
1419 * sysdeps/mips/do-lookup.h: New.
1420 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1421 definition.
1422 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1423 if needed.
1424 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1425 (elf_machine_type_class): Likewise.
1426 (ELF_MACHINE_PLT_REL): Define.
1427 (elf_machine_fixup_plt): New.
1428 (elf_machine_plt_value): New.
1429 (elf_machine_reloc): Handle jump slot and copy relocations.
1430 (elf_machine_lazy_rel): Point relocation place at PLT if
1431 required.
1432 (RESOLVE_GOTSYM): Take a relocation type argument.
1433 (elf_machine_got_rel): Bind lazy stubs directly to their target if
1434 !lazy. Skip lazy binding for PLT symbols.
1435 (elf_machine_runtime_setup): Fill in .got.plt header.
1436 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1437 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1438 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1439 (_dl_runtime_pltresolve): New.
1440 * sysdeps/mips/bits/linkmap.h: New file.
1441 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1442 64-bit versions.
1443
1444 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1445 Delete definition.
1446 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1447 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1448 (PSEUDO): Use them. Move outside __PIC__.
1449 (PSEUDO_JMP): New.
1450 (CENABLE, CDISABLE): Use it.
1451
a961a11e
JM
14522008-08-19 Joseph Myers <joseph@codesourcery.com>
1453
1454 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1455 to epoll_create1.
1456
72e2fdef
JM
14572008-08-19 Joseph Myers <joseph@codesourcery.com>
1458
1459 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1460 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1461 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1462 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1463 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1464 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1465 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1466
606c1b17
JM
14672008-08-19 Joseph Myers <joseph@codesourcery.com>
1468
1469 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1470 volatile.
1471
e2570f30
DJ
14722008-07-18 Joseph Myers <joseph@codesourcery.com>
1473
1474 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1475 type.
1476
83d53ff1
DJ
14772008-05-21 Joseph Myers <joseph@codesourcery.com>
1478
1479 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1480 (SOCK_DCCP): Define.
1481
098cab74
DJ
14822008-05-01 Joseph Myers <joseph@codesourcery.com>
1483
1484 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1485 RUSAGE_THREAD and RUSAGE_LWP.
1486
89e412f5
DJ
14872008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1488
1489 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1490 shmid_ds.
1491
93ae5119
DJ
14922008-04-21 Khem Raj <kraj@mvista.com>
1493
1494 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1495
7221ac03
DJ
14962008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1497
9a7e1091 1498 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
7221ac03
DJ
1499 truncate and ftruncate systems calls.
1500 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1501 empty file.
1502 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1503
560bab76
DJ
15042008-03-28 Joseph Myers <joseph@codesourcery.com>
1505
1506 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1507 ARG_MAX if <linux/limits.h> has defined it.
1508
15092008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
1510
1511 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1512 barriers to enforce strict ordering on weakly ordered systems.
1513
af7eda0f
DJ
15142008-03-26 David Stephenson <david.stephenson@sicortex.com>
1515 Daniel Jacobowitz <dan@codesourcery.com>
1516
1517 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1518 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1519 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1520
2af06d0d
AJ
15212008-03-09 Andreas Jaeger <aj@suse.de>
1522
1523 [BZ #5753]
1524 * sysdeps/mips/ieee754.h: Use protected namespace
1525 __BIG_ENDIAN/__LITTLE_ENDIAN.
1526 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1527
7812cbad
DJ
15282008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1529
1530 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1531 Reorganize to match other architectures. Replace _timer._timer1
1532 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1533 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1534 (si_timerid, si_overrun): Define.
1535 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1536 (__pthread_attr_s): Remove declaration.
1537 (struct sigevent): Remove XXX. Add _tid.
1538
7e0bd9eb
DJ
15392007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1540
1541 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1542
017cc633
DJ
15432007-09-25 Joseph Myers <joseph@codesourcery.com>
1544
1545 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1546 type and __THROW marker of splice, vmsplice, and tee.
1547
8c276674
DJ
15482007-09-12 Joseph Myers <joseph@codesourcery.com>
1549
1550 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1551 LLL_PRIVATE argument to lll_futex_wake.
1552 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1553 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1554 comment.
1555 (PF_IUCV, PF_RXRPC): Define.
1556 (PF_MAX): Update.
1557 (AF_IUCV, AF_RXRPC): Define.
1558 (MSG_CMSG_CLOEXEC): Define.
1559 (_EXTERN_INLINE): Define to __extern_inline.
1560 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1561 UTIME_OMIT): Define.
1562 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1563 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1564 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1565 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1566 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1567 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1568 LLL_LOCK_*. Include <kernel-features.h>.
1569 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1570 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1571 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1572 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1573 lll_futex_wait.
1574 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1575 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1576 private arguments.
1577 (__lll_robust_trylock): Convert to macro.
1578 (__lll_robust_lock_wait): Add private argument.
1579 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1580 (__lll_lock): Convert to macro. Take private argument.
1581 (__lll_cond_lock): Likewise.
1582 (lll_lock, lll_cond_lock): Take private arguments.
1583 (__lll_robust_lock): Take private argument. Convert to macro.
1584 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1585 lll_robust_cond_lock): Take private arguments.
1586 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1587 arguments.
1588 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1589 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1590 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1591 private arguments.
1592 (lll_unlock, lll_robust_unlock): Take private arguments.
1593 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1594 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1595 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1596 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1597 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1598 lll_cond_wake, lll_cond_broadcast): Remove.
1599 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1600 to __extern_inline.
1601
d45a6368
DJ
16022007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1603
1604 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1605 New macros for the (n)64 and n32 ABIs.
1606 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1607
391da201
DJ
16082007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1609
1610 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1611 Define __WORDSIZE_COMPAT32 as 1.
1612
2b4095f3
DJ
16132007-07-13 Joseph Myers <joseph@codesourcery.com>
1614
1615 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1616 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1617 PTHREAD_STACK_MIN.
1618
8323b1ab
DJ
16192007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1620
1621 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1622
1623 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1624 Delete.
1625
ffd39823
DJ
16262007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1627
1628 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1629 (internal_syscall1, internal_syscall2, internal_syscall3,
1630 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1631
30efab51
DJ
16322007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1633
1634 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1635 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1636 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1637 THREAD_GSCOPE_WAIT): Define.
1638 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1639 (FUTEX_PRIVATE_FLAG): Define.
1640 (lll_unlock_wake_cb): Delete prototype.
1641 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1642 <endian.h>.
1643 (pthread_rwlock_t): Shrink __flags and add __shared.
1644
92fa63ee
DJ
16452007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1646
1647 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1648 (posix_fadvise): Fix high word of len argument.
1649
7a30cb83
DJ
16502007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1651
1652 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1653 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1654 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1655 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1656 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1657 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1658
384fa30d
DJ
16592007-05-23 Joseph Myers <joseph@codesourcery.com>
1660
1661 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1662 * sysdeps/mips/mips64/n64/Implies: Likewise.
1663 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1664 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1665 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1666 <fpu_control.h>. Use hardware exception and rounding mode
1667 settings.
1668
388fc51b 16692007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
1670
1671 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1672 r_info argument to ElfW(Addr).
1673
f50c692c
DJ
16742007-02-01 Joseph Myers <joseph@codesourcery.com>
1675
1676 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1677
eb96755b
DJ
16782007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1679 Daniel Jacobowitz <dan@codesourcery.com>
1680
1681 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1682 shmctl, and semctl.
1683 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1684 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1685 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1686
908afa83
DJ
16872007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1688
1689 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1690 PTR_DEMANGLE): Define.
1691 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1692 PTR_DEMANGLE): Define.
1693 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1694 PTR_DEMANGLE): Define.
1695
e3097800
DJ
16962007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1697
1698 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1699 (cfi_same_value): Delete definition.
1700
cb5bcf74
DJ
17012007-01-08 Richard Sandiford <richard@codesourcery.com>
1702
1703 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1704 (elf_machine_reloc): New function, retaining the body of
1705 elf_machine_rel. Take the reloc's r_info field as an argument,
1706 not the reloc itself. Add extra r_addend and inplace_p arguments.
1707 When inplace_p is false, use r_addend as the addend, not the contents
1708 of the relocation field. Hoist the conversion of reloc_addr to
1709 "ELFW(Addr) *". Don't try to apply TLS relocations against
1710 undefined symbols. Add R_MIPS_GLOB_DAT support.
1711 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1712 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1713 to ElfW(Rela).
1714
2caa93e2
DJ
17152007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1716
1717 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1718 multiple inclusion guard.
1719 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1720
84f3ca6e
DJ
17212007-01-04 Thiemo Seufer <ths@networkno.de>
1722
1723 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1724 to match the kernel.
1725
3ed8d993
DJ
17262006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1727
1728 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1729 (RTLD_SINGLE_THREAD_P): Define.
1730 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1731
a7d03b91
DJ
17322006-10-31 Joseph Myers <joseph@codesourcery.com>
1733
1734 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1735 prototype.
1736
6ea63025
DJ
17372006-09-22 Richard Sandiford <richard@codesourcery.com>
1738
1739 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1740 code.
1741 (__xstat_conv): Use memset to clear padding arrays. Check for
1742 overflow.
1743 (__xstat64_conv): Use memset to clear padding arrays.
1744 (__xstat32_conv): New function.
1745 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1746 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1747
6b4d184d
DJ
17482006-09-21 Joseph Myers <joseph@codesourcery.com>
1749
1750 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1751 floating-point registers.
1752 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1753 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1754 Likewise.
1755
0ad4d3b0
DJ
17562006-08-04 Joseph Myers <joseph@codesourcery.com>
1757
1758 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1759 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1760
74321891
DJ
17612006-07-24 Joseph Myers <joseph@codesourcery.com>
1762
1763 * sysdeps/mips/mips64/n32/libm-test-ulps,
1764 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1765
bb600a60
DJ
17662006-07-24 Joseph Myers <joseph@codesourcery.com>
1767
1768 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1769 defined, include the named file.
1770
02678e17
DJ
17712006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1772
1773 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1774 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1775 Define.
1776
bd345106
DJ
17772006-06-02 Joseph Myers <joseph@codesourcery.com>
1778
1779 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1780 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1781 types.
1782
d7f9cd89
DJ
17832006-06-02 Joseph Myers <joseph@codesourcery.com>
1784
1785 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1786 Don't use struct timespec.
1787 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1788 __xstat64_conv): Copy individual timespec fields.
1789
c6e2897b
DJ
17902006-06-02 Richard Sandiford <richard@codesourcery.com>
1791
1792 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1793
37896d39
DJ
17942006-06-02 Joseph Myers <joseph@codesourcery.com>
1795
1796 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1797 * sysdeps/mips/fpu/fesetround.c: Likewise.
1798
42e36d16
DJ
17992006-05-10 Richard Sandiford <richard@codesourcery.com>
1800 Daniel Jacobowitz <dan@codesourcery.com>
1801
1802 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1803 dump sc_cause, sc_status or sc_badvaddr.
1804 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1805 structure definitions after DSP kernel changes.
1806 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1807 after the same DSP changes.
1808
dab75788
DJ
18092006-05-08 Richard Sandiford <richard@codesourcery.com>
1810
1811 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1812 st_atim, st_mtim and st_ctim interface.
1813 (struct stat64): Likewise.
1814 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1815 Replace st_atime and its padding field with st_atim. Likewise
1816 st_mtime/st_mtim and st_ctime/st_ctim.
1817 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1818 after above changes.
1819 (__xstat64_conv): Likewise.
1820
19723bdd
DJ
18212006-05-08 Richard Sandiford <richard@codesourcery.com>
1822
1823 * sysdeps/mips/ldsodefs.h: New file.
1824 * sysdeps/mips/tst-audit.h: New file.
1825
075f1edd
DJ
18262006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1827
1828 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1829 for consistency with other ports.
1830 (MADV_REMOVE): Correct value.
1831 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1832 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1833 POSIX_MADV_DONTNEED): Define.
1834
142b51e4
DJ
18352006-05-05 Lior Balkohen <balkohen@gmail.com>
1836
1837 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1838 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1839 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1840 and SYNC_FILE_RANGE_WAIT_AFTER.
1841 Declare sync_file_range, vmsplice, splice and tee.
1842
f3fb78ec
DJ
18432006-03-27 Lior Balkohen <balkohen@gmail.com>
1844
1845 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1846 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1847 prototype.
1848
bfc23f5a
DJ
18492006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1850
1851 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1852 Define.
1853
b415b963
DJ
18542006-03-27 Denis Barbier <barbier@linuxfr.org>
1855
1856 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1857 typo.
1858
712619d7
DJ
18592006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1860
1861 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1862 i386/fork.c.
1863
aea60744
DJ
18642006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1865
1866 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1867 libc_cv_localedir, libdir, arch_minimum_kernel, and
1868 libc_cv_gcc_unwind_find_fde.
1869 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1870 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1871 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1872
13d7881a
DJ
18732006-03-02 Lior Balkohen <balkohen@gmail.com>
1874
1875 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1876 (__pthread_list_t, __pthread_slist_t): New typedefs.
1877 (pthread_mutex_t): Replace __next and __prev fields with __list.
1878 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1879 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1880 (lll_futex_wake_unlock): Define.
1881 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1882 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1883 lll_robust_mutex_unlock): New macros.
9a7e1091 1884 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
13d7881a
DJ
1885 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1886 vfork.S.
1887 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1888
73204807
DJ
18892006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1890
1891 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1892 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1893
6428ce3c
DJ
18942006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1895
1896 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1897 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1898 (INTERNAL_SYSCALL_NCS): New.
1899 (internal_syscall0, internal_syscall1, internal_syscall2,
1900 internal_syscall3, internal_syscall4, internal_syscall5,
1901 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1902 Use them. Correct types for registers.
1903 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1904 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1905 (INTERNAL_SYSCALL_NCS): New.
1906 (internal_syscall0, internal_syscall1, internal_syscall2,
1907 internal_syscall3, internal_syscall4, internal_syscall5,
1908 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1909 Use them.
1910 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1911 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1912 points.
1913 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1914 Use Elf(Addr) for TLS relocation targets.
1915 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1916 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1917 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1918 futexp to long for n64.
1919 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1920
2575768d
RM
19212006-02-20 Roland McGrath <roland@redhat.com>
1922
1923 * sysdeps/mips/shlib-versions: New file.
1924 * sysdeps/mips/preconfigure: New file.
1925 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.