]> sourceware.org Git - glibc.git/blame - ports/ChangeLog.mips
MIPS: bits/atomic.h: Fix comment typo
[glibc.git] / ports / ChangeLog.mips
CommitLineData
d93fa659
MR
12013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * sysdeps/mips/bits/atomic.h: Fix comment typo.
4
6b9a5fe4
SE
52013-09-23 Steve Ellcey <sellcey@mips.com>
6
7 * sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK.
8 * sysdeps/mips/fpu/fesetround.c (fesetround): Use _FPU_RC_MASK.
9
5b04bb07
SE
102013-09-23 Steve Ellcey <sellcey@mips.com>
11
12 * sysdeps/mips/fpu_control.h (_FPU_RC_MASK): New.
13
2487f2e6
SE
142013-09-23 Steve Ellcey <sellcey@mips.com>
15
16 * sysdeps/mips/fpu_control.h (comments): Add capitalization and
17 periods to match GNU standard.
18
79440ec7
SE
192013-09-20 Steve Ellcey <sellcey@mips.com>
20
c7ae84fa 21 * sysdeps/mips/memset.S: Change prefetching and add loop unrolling.
79440ec7
SE
22 * sysdeps/mips/mips64/memset.S: Remove.
23
9c21573c
MR
242013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
25 Thomas Schwinge <thomas@codesourcery.com>
26
27 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NAN2008): New macro.
28 (elf_machine_matches_host): Reject objects that use a different
29 NaN encoding convention.
30 * sysdeps/mips/fpu_control.h: Document IEEE 754-2008 feature
31 control bits.
32 (_FPU_ABS2008, _FPU_NAN2008): New macros.
33 (_FPU_RESERVED): Clear bits #20 and #19.
34 (_FPU_DEFAULT) [__mips_nan2008]: Set bit #18.
35 (_FPU_IEEE) [__mips_nan2008]: Likewise.
36 * sysdeps/mips/math_private.h [__mips_nan2008]
37 (HIGH_ORDER_BIT_IS_SET_FOR_SNAN): Don't define.
38 * sysdeps/mips/bits/nan.h [__mips_nan2008] (__qnan_bytes): Define
39 appropriately.
40 * sysdeps/mips/mips64/soft-fp/sfp-machine.h [__mips_nan2008]
41 (_FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q): Define 2008-NaN
42 payloads.
43 (_FP_QNANNEGATEDP): Set to 0.
44 * sysdeps/mips/soft-fp/sfp-machine.h [__mips_nan2008]
45 (_FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q): Define 2008-NaN
46 payloads.
47 (_FP_QNANNEGATEDP): Set to 0.
48 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
49 Define 2008 NaN encoding values.
50 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
51 Handle 2008-NaN libraries.
52 * sysdeps/mips/shlib-versions [HAVE_MIPS_NAN2008]: Set
53 ld=ld-linux-mipsn8.so.1.
54 * sysdeps/mips/configure.in: Define HAVE_MIPS_NAN2008 if the
55 2008 NaN encoding is used.
56 * sysdeps/unix/sysv/linux/mips/Makefile (abi-variants): Add
57 2008-NaN ABI variants.
58 (abi-o32_soft-options, abi-o32_soft-condition): Update with the
59 __mips_nan2008 macro.
60 (abi-o32_hard-options, abi-o32_hard-condition): Likewise.
61 (abi-n32_soft-options, abi-n32_soft-condition): Likewise.
62 (abi-n32_hard-options, abi-n32_hard-condition): Likewise.
63 (abi-n64_soft-options, abi-n64_soft-condition): Likewise.
64 (abi-n64_hard-options, abi-n64_hard-condition): Likewise.
65 (abi-o32_soft-ld-soname, abi-o32_hard-ld-soname): New macros.
66 (abi-n32_soft-ld-soname, abi-n32_hard-ld-soname): Likewise.
67 (abi-n64_soft-ld-soname, abi-n64_hard-ld-soname): Likewise.
68 (abi-o32_soft_2008-options): Likewise.
69 (abi-o32_soft_2008-condition): Likewise.
70 (abi-o32_hard_2008-options): Likewise.
71 (abi-o32_hard_2008-condition): Likewise.
72 (abi-n32_soft_2008-options): Likewise.
73 (abi-n32_soft_2008-condition): Likewise.
74 (abi-n32_hard_2008-options): Likewise.
75 (abi-n32_hard_2008-condition): Likewise.
76 (abi-n64_soft_2008-options): Likewise.
77 (abi-n64_soft_2008-condition): Likewise.
78 (abi-n64_hard_2008-options): Likewise.
79 (abi-n64_hard_2008-condition): Likewise.
80 (abi-o32_soft_2008-ld-soname): Likewise.
81 (abi-o32_hard_2008-ld-soname): Likewise.
82 (abi-n32_soft_2008-ld-soname): Likewise.
83 (abi-n32_hard_2008-ld-soname): Likewise.
84 (abi-n64_soft_2008-ld-soname): Likewise.
85 (abi-n64_hard_2008-ld-soname): Likewise.
86 * sysdeps/unix/sysv/linux/mips/configure.in: Include the NaN
87 encoding selection in default-abi. Set arch_minimum_kernel to
88 10.0.0 if 2008 NaN encoding is used.
89 * sysdeps/mips/configure: Regenerate.
90 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
91
f24a6d08
OB
922013-08-30 Ondřej Bílka <neleai@seznam.cz>
93
94 * sysdeps/mips/memcpy.S: Fix then/than typos.
95
382466e0
OB
962013-08-30 Ondřej Bílka <neleai@seznam.cz>
97
98 * sysdeps/mips/memcpy.S: Fix typos.
99
c54290cf
TS
1002013-08-29 Thomas Schwinge <thomas@codesourcery.com>
101
102 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
103 Use ELFOSABI_GNU instead of ELFOSABI_LINUX.
104
6f65e668
OB
1052013-08-29 Ondřej Bílka <neleai@seznam.cz>
106
107 * sysdeps/mips/sys/asm.h: Fix typos.
108
b72ca61b
MR
1092013-08-22 Maciej W. Rozycki <macro@codesourcery.com>
110
111 * sysdeps/mips/fpu_control.h: Document bits reserved for
112 architecture implementers.
113 (_FPU_RESERVED): Clear bit #21.
114 * sysdeps/mips/fpu/fedisblxcpt.c (fedisableexcept): Don't clear
115 reserved bits.
116 * sysdeps/mips/fpu/feenablxcpt.c (feenableexcept): Likewise.
117
77f01ab5
JM
1182013-07-02 Joseph Myers <joseph@codesourcery.com>
119
62e9e9f8
JM
120 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
121 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
122
77f01ab5
JM
123 [BZ #13304]
124 * sysdeps/mips/ieee754/s_fma.c: New file.
125 * sysdeps/mips/ieee754/s_fmaf.c: Likewise.
126 * sysdeps/mips/ieee754/s_fmal.c: Likewise.
127 * sysdeps/mips/mips32/Implies: Add mips/soft-fp.
128 * sysdeps/mips/mips64/n32/s_fma.c: Remove file.
129 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
130 * sysdeps/mips/mips64/soft-fp/sfp-machine.h (_FP_MUL_MEAT_DW_S):
131 New macro.
132 (_FP_MUL_MEAT_DW_D): Likewise.
133 (_FP_MUL_MEAT_DW_Q): Likewise.
134 * sysdeps/mips/soft-fp/sfp-machine.h (_FP_MUL_MEAT_DW_S): New
135 macro.
136 (_FP_MUL_MEAT_DW_D): Likewise.
137 (_FP_MUL_MEAT_DW_Q): Likewise.
138
1ae8bfe0
RA
1392013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
140
141 * sysdeps/mips/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
142 to macro prototype for AT_HWCAP2 support.
143
fe114d20
MR
1442013-06-27 Maciej W. Rozycki <macro@codesourcery.com>
145
146 * sysdeps/unix/sysv/linux/mips/dl-static.c: Do not include
147 <bits/libc-lock.h>.
148 (_dl_static_lock): Remove variable.
149 (_dl_static_init): Remove _dl_static_lock locking.
150
61dd6208
SP
1512013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
152
153 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
154 Update.
155 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
156 Likewise.
157 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
158 Likewise.
159
d8572c5c
JM
1602013-06-14 Joseph Myers <joseph@codesourcery.com>
161
601eb33d
JM
162 [BZ #14909]
163 * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
164 Rename __fpc_csr field to __glibc_reserved1.
165 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux) [__mips_hard_float]:
166 Do not set __fpc_csr.
167 * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux)
168 [__mips_hard_float]: Likewise.
169 * sysdeps/mips/__longjmp.c (____longjmp) [__mips_hard_float]: Do
170 not use __fpc_csr.
171 * sysdeps/mips/mips64/__longjmp.c (__longjmp) [__mips_hard_float]:
172 Likewise.
173
d8572c5c
JM
174 * sysdeps/mips/math-tests.h: New file.
175
5556231d
JM
1762013-06-05 Joseph Myers <joseph@codesourcery.com>
177
178 * sysdeps/mips/fpu/fgetexcptflg.c: Remove trailing whitespace.
179 * sysdeps/mips/fpu/fraiseexcpt.c: Likewise.
180 * sysdeps/mips/memset.S: Likewise.
181 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
182 * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
183 * sysdeps/mips/mips64/memset.S: Likewise.
184 * sysdeps/mips/mips64/setjmp.S: Likewise.
185 * sysdeps/mips/start.S: Likewise.
186 * sysdeps/unix/mips/sysdep.S: Likewise.
187 * sysdeps/unix/sysv/linux/mips/dl-static.c: Likewise.
188 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Likewise.
189
b9375348
SP
1902013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
191
192 [BZ #15465]
193 * sysdeps/mips/dl-lookup.c (do_lookup_x): Use DSO_FILENAME.
194 (add_dependency): Likewise.
195 (_dl_lookup_symbol_x): Likewise.
196 (_dl_debug_bindings): Likewise.
197 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Use
198 RTLD_PROGNAME.
199
85118d4d
EBM
2002013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
201
202 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add
203 si_addr_lsb to _sifields.sifault.
204 (si_addr_lsb): Define new macro.
205 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
206
b50a7181
JM
2072013-05-22 Joseph Myers <joseph@codesourcery.com>
208
209 * sysdeps/mips/mips32/libm-test-ulps: Update test names.
210 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
211
04453c56
JM
2122013-05-21 Joseph Myers <joseph@codesourcery.com>
213
214 [BZ #15506]
215 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
216 [!__PIC__] (PSEUDO): Undefine and redefine.
217 (PSEUDO_END): Undefine and redefine unconditionally.
218 [!__PIC__] (STK_PAD): Define to 0.
219 [!__PIC__] (STKOFF_GP): Do not define.
220 [!__PIC__] (STKSPACE): Define to (STKOFF_SVMSK + SZREG).
221 (PSEUDO_JMP): Define depending on [__PIC__].
222 (CENABLE): Use PSEUDO_JMP in all definitions.
223 (CDISABLE): Likewise.
224 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
225 (SYSCALL_ERROR_LABEL): Define unconditionally.
226 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
227 (SYSCALL_ERROR_LABEL): Define unconditionally.
228
db62a907
JM
2292013-05-19 Joseph Myers <joseph@codesourcery.com>
230
231 * sysdeps/mips/mips32/libm-test-ulps: Update names of sincos
232 tests.
233 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
234
2848b105
MR
2352013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
236
237 [BZ #15442]
238 * sysdeps/mips/mips64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
239 New macro.
240 (_FP_NANFRAC_S): Don't set the quiet bit.
241 (_FP_NANFRAC_D): Likewise.
242 (_FP_NANFRAC_Q): Likewise.
243 * sysdeps/mips/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
244 macro.
245 (_FP_NANFRAC_S): Don't set the quiet bit.
246 (_FP_NANFRAC_D): Likewise.
247 (_FP_NANFRAC_Q): Likewise.
248
e054f494
RA
2492013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
250
251 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: Add missing
252 #include <stdint.h> due to uint64_t or uint32_t usage.
253 * sysdeps/mips/bits/atomic.h: Likewise.
254
57267616
TS
2552013-04-02 Thomas Schwinge <thomas@codesourcery.com>
256
257 * sysdeps/mips/math_private.h: New file.
258
defa0357
JM
2592013-03-20 Joseph Myers <joseph@codesourcery.com>
260
261 * sysdeps/unix/sysv/linux/mips/configure.in (default-abi): Set
262 using LIBC_CONFIG_VAR.
263 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
264 * sysdeps/unix/sysv/linux/mips/Makefile: Do not include
265 default-abi.make.
266
ae6b60cc
TS
2672013-03-15 Thomas Schwinge <thomas@codesourcery.com>
268
269 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
270 (MAP_ANONYMOUS): Don't define.
271
67525cb8
AJ
2722013-03-06 Andreas Jaeger <aj@suse.de>
273
664a9ce4
AJ
274 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines
275 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
276 (__MAP_ANONYMOUS): Define.
277
67525cb8
AJ
278 * sysdeps/unix/sysv/linux/mips/bits/msq.h (MSG_COPY): Define.
279
43301bd3 2802013-02-27 Chung-Lin Tang <cltang@codesourcery.com>
d0501bfb
SP
281 Maciej W. Rozycki <macro@codesourcery.com>
282 Maxim Kuvyrkov <maxim@codesourcery.com>
43301bd3
MR
283
284 * sysdeps/mips/abort-instr.h (ABORT_INSTRUCTION) [__mips16]:
285 New macro.
286 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Add
287 MIPS16 version of assembly code.
288 (RTLD_START) [__mips16]: New macro.
289 * sysdeps/mips/fpu_control.h (__mips_fpu_getcw): New prototype.
290 (__mips_fpu_setcw): Likewise.
291 (_FPU_GETCW) [__mips16]: New macro.
292 (_FPU_SETCW) [__mips16]: Likewise.
293 * sysdeps/mips/machine-gmon.h (MCOUNT): Add `.set nomips16'.
294 * sysdeps/mips/tls-macros.h (LOAD_GP) [__mips16]: New macro.
295 (TLS_GD, TLS_LD, TLS_IE, TLS_LE) [__mips16]: Likewise.
296 * sysdeps/mips/bits/atomic.h: Also use __atomic_* builtins with
297 GCC 4.7 in MIPS16 code.
298 (atomic_compare_and_exchange_val_acq) [__mips16]: New macro.
299 (atomic_compare_and_exchange_bool_acq) [__mips16]: Likewise.
300 (atomic_exchange_acq) [__mips16]: Likewise.
301 (atomic_exchange_and_add) [__mips16]: Likewise.
302 (atomic_bit_test_set) [__mips16]: Likewise.
303 (atomic_and, atomic_and_val) [__mips16]: Likewise.
304 (atomic_or, atomic_or_val) [__mips16]: Likewise.
305 (atomic_full_barrier) [__mips16]: Likewise.
306 * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER) [__mips16]:
307 Likewise.
308 * sysdeps/mips/sys/tas.h (_test_and_set): Add `__nomips16__'
309 attribute.
310 * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO): Add
311 `.set nomips16'.
312 (PSEUDO_ERRVAL): Likewise.
313 * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Likewise.
314 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
315 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
316 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
317 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS) [__mips16]: New macros.
318 (INTERNAL_SYSCALL_MIPS16) [__mips16]: Likewise.
319 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h:
320 New file.
321 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO):
322 Add `.set nomips16'.
323 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
324 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
325 * sysdeps/mips/memset.S (memset): Likewise.
326 * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
327 * sysdeps/mips/start.S (ENTRY_POINT) [__mips16]: New function.
328 * sysdeps/mips/mips32/crti.S: Add `.set nomips16'.
329 * sysdeps/mips/mips32/crtn.S: Likewise.
330 * sysdeps/mips/mips64/n32/crti.S: Likewise.
331 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
332 * sysdeps/mips/mips64/n64/crti.S: Likewise.
333 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
334 * sysdeps/unix/mips/sysdep.S: Likewise.
335 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
336 * sysdeps/unix/sysv/linux/mips/getcontext.S: Likewise.
337 * sysdeps/unix/sysv/linux/mips/makecontext.S: Likewise.
338 * sysdeps/unix/sysv/linux/mips/setcontext.S: Likewise.
339 * sysdeps/unix/sysv/linux/mips/swapcontext.S: Likewise.
340 * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
341 * sysdeps/mips/__longjmp.c (__longjmp): Rename function to...
342 (____longjmp): ... this. Make static and add `nomips16'
343 attribute.
344 (__longjmp): New alias.
345 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve) [__mips16]:
346 New function.
347 (_dl_runtime_pltresolve): Likewise.
348 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Add `nomips16'
349 attribute.
350 * sysdeps/mips/fpu/e_sqrt.c (__ieee754_sqrt): Likewise.
351 * sysdeps/mips/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise.
352 * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Rewrite in terms
353 of INTERNAL_SYSCALL.
354 * sysdeps/mips/mips32/fpu/fpu_control.c: New file.
355 * sysdeps/mips/mips32/mips16/add_n.c: New file.
356 * sysdeps/mips/mips32/mips16/addmul_1.c: New file.
357 * sysdeps/mips/mips32/mips16/lshift.c: New file.
358 * sysdeps/mips/mips32/mips16/mul_1.c: New file.
359 * sysdeps/mips/mips32/mips16/rshift.c: New file.
360 * sysdeps/mips/mips32/mips16/sub_n.c: New file.
361 * sysdeps/mips/mips32/mips16/submul_1.c: New file.
362 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c:
363 New file.
364 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c:
365 New file.
366 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c:
367 New file.
368 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c:
369 New file.
370 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c:
371 New file.
372 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
373 New file.
374 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
375 New file.
376 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
377 New file.
378 * sysdeps/mips/mips32/fpu/Versions: New file.
379 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions: New file.
380 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: New
381 file.
382 * sysdeps/mips/mips32/mips16/fpu/Makefile: New file.
383 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile: New file.
384 * sysdeps/mips/preconfigure: Handle o32 MIPS16 compilation.
385
2636ffe6
TS
3862013-02-20 Thomas Schwinge <thomas@codesourcery.com>
387
50022a93
TS
388 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
389 __attribute__ ((unused)) to __attribute__ ((__unused__)).
390
f6432d89
TS
391 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Sort
392 properly.
393
c7b275d6
TS
394 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
395 __attribute_used__ to __attribute__ ((unused)).
396
72f0ffdc
TS
397 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Add
398 __attribute_used__.
399
2636ffe6
TS
400 * sysdeps/mips/bits/nan.h: Align to generic IEEE 754 file.
401
92363eb8
JM
4022013-02-19 Joseph Myers <joseph@codesourcery.com>
403
404 [BZ #14920]
405 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
406 (FUTEX_WAIT_REQUEUE_PI): Define.
407 (FUTEX_CMP_REQUEUE_PI): Likewise.
408 (lll_futex_wait_requeue_pi): Likewise.
409 (lll_futex_timed_wait_requeue_pi): Likewise.
410 (lll_futex_cmp_requeue_pi): Likewise.
411
ba384f6e
SP
4122013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
413
414 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
415 __cxa_thread_atexit_impl.
416 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
417 Likewise.
418 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
419 Likewise.
420
70d9946a
JM
4212013-02-13 Joseph Myers <joseph@codesourcery.com>
422
423 [BZ #13550]
424 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c (__fxstat64): Do
425 not use __ptrvalue.
426 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c (__fxstatat64):
427 Likewise.
428 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c (__lxstat64):
429 Likewise.
430 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c (__xstat64):
431 Likewise.
432 * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
433 Likewise.
434
aea7a9b9
JM
4352013-02-11 Joseph Myers <joseph@codesourcery.com>
436
437 * sysdeps/mips/include/sys/asm.h: New file.
438 * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use SETUP_GP64_REG
439 and RESTORE_GP64_REG.
440 * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
441 * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
442 * sysdeps/mips/sys/asm.h (__mips_cfi_startproc): Define to empty.
443 (__mips_cfi_endproc): Likewise.
444 (LEAF): Use __mips_cfi_startproc.
445 (NESTED): Likewise.
446 (END): Use __mips_cfi_endproc.
447 (EXPORT): Use __mips_cfi_startproc.
448 * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Add CFI information
449 for error-handling code in both definitions.
450 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
451 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
452 * sysdeps/unix/mips/sysdep.h (ENTRY): Use cfi_startproc.
453 (END): Use cfi_endproc.
454 (PSEUDO_END): Likewise.
455 (PSEUDO_END_NOERRNO): Likewise.
456 (PSEUDO_END_ERRVAL): Likewise.
457 * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Add CFI
458 information. Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
459 * sysdeps/unix/sysv/linux/mips/getcontext.S (__getcontext):
460 Likewise.
461 * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
462 Likewise.
463 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
464 SETUP_GP64_REG and RESTORE_GP64_REG.
465 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
466 [(!NOT_IN_libc || IS_IN_libpthread || IS_IN_librt) && __PIC__]
467 (PSEUDO): Use cfi_endproc before ENTRY.
468 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Add CFI
469 information. Use SETUP_GP64_REG and RESTORE_GP64_REG.
470 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h [(!NOT_IN_libc
471 || IS_IN_libpthread || IS_IN_librt) && __PIC__] (PSEUDO): Use
472 cfi_endproc before ENTRY.
473 * sysdeps/unix/sysv/linux/mips/setcontext.S (__setcontext): Add
474 CFI information. Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
475 * sysdeps/unix/sysv/linux/mips/swapcontext.S (__swapcontext):
476 Likewise.
477 * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Add CFI
478 information. Use SETUP_GP64_REG and RESTORE_GP64_REG.
479
f3aae3f3
JM
4802013-02-08 Joseph Myers <joseph@codesourcery.com>
481
a2da1673
JM
482 [BZ #13550]
483 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: Don't include
484 <bp-checks.h>.
485 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
486 (__libc_pread): Don't use CHECK_N.
487 * sysdeps/unix/sysv/linux/mips/pread64.c: Don't include
488 <bp-checks.h>.
489 (__libc_pread64): Don't use CHECK_N.
490 * sysdeps/unix/sysv/linux/mips/pwrite.c: Don't include
491 <bp-checks.h>.
492 (__libc_pwrite): Don't use CHECK_N.
493 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Don't include
494 <bp-checks.h>.
495 (__libc_pwrite64): Don't use CHECK_N.
496
a6ee1783
JM
497 * sysdeps/mips/add_n.S (__mpn_add_n): Use END.
498 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
499 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
500 * sysdeps/mips/mips64/add_n.S (__mpn_add_n): Use ENTRY and END.
501 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Likewise.
502 * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use END.
503 * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
504 * sysdeps/mips/mips64/lshift.S (__mpn_lshift): Use ENTRY and END.
505 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Likewise.
506 * sysdeps/mips/mips64/rshift.S (__mpn_rshift): Likewise.
507 * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Use END.
508 * sysdeps/mips/mips64/sub_n.S (__mpn_sub_n): Use ENTRY and END.
509 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Likewise.
510 * sysdeps/mips/setjmp.S (__sigsetjmp): Use END.
511
f3aae3f3
JM
512 [BZ #13550]
513 * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Do not include
514 <bp-checks.h>.
515 (__msgctl): Do not use CHECK_1.
516 * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Do not include
517 <bp-checks.h>.
518 (__shmctl): Do not use CHECK_1.
519 * sysdeps/unix/sysv/linux/mips/ustat.c: Do not include
520 <bp-checks.h>.
521 (ustat): Do not use CHECK_1.
522
b82ba2f0
MR
5232013-02-05 Maciej W. Rozycki <macro@codesourcery.com>
524
f9834ea4
MR
525 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Add a missing
526 space in asm register specifiers throughout.
527 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
528 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
529
b82ba2f0
MR
530 [BZ #15054]
531 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (MOVE32):
532 New macro.
533 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
534 restart convention.
535 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
536 convention.
537 (internal_syscall0, internal_syscall1): Likewise.
538 (internal_syscall2, internal_syscall3): Likewise.
539 (internal_syscall4, internal_syscall5): Likewise.
540 (internal_syscall6, internal_syscall7): Likewise.
541 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (MOVE32):
542 New macro.
543 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
544 restart convention.
545 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
546 convention.
547 (internal_syscall0, internal_syscall1): Likewise.
548 (internal_syscall2, internal_syscall3): Likewise.
549 (internal_syscall4, internal_syscall5): Likewise.
550 (internal_syscall6): Likewise.
551 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (MOVE32):
552 New macro.
553 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
554 restart convention.
555 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
556 convention.
557 (internal_syscall0, internal_syscall1): Likewise.
558 (internal_syscall2, internal_syscall3): Likewise.
559 (internal_syscall4, internal_syscall5): Likewise.
560 (internal_syscall6): Likewise.
561
6277fdab
JM
5622013-02-04 Joseph Myers <joseph@codesourcery.com>
563
564 [BZ #13550]
565 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Do not include
566 <bp-checks.h>.
567 (truncate64): Do not use CHECK_STRING.
568 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
569 <bp-checks.h>.
570 (__fxstatat64): Do not use CHECK_STRING.
571 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Do not include
572 <bp-checks.h>.
573 (__lxstat64): Do not use CHECK_STRING.
574 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Do not include
575 <bp-checks.h>.
576 (__xstat64): Do not use CHECK_STRING.
577
2e8a5c8c
JM
5782013-01-31 Joseph Myers <joseph@codesourcery.com>
579
580 [BZ #13550]
581 * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Don't include
582 <bp-checks.h> and <bp-semctl.h>.
583 (__semctl): Don't use CHECK_SEMCTL.
584
29bfb065
MR
5852013-01-29 Maciej W. Rozycki <macro@codesourcery.com>
586
587 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Correct
588 whitespace damage throughout.
589 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
590
c6af74e4
SE
5912013-01-25 Steve Ellcey <sellcey@mips.com>
592
593 * sysdeps/mips/memmove.c: Remove.
594
828beb13
JM
5952013-01-10 Joseph Myers <joseph@codesourcery.com>
596
597 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h (struct
598 sigcontext): Use __extension__ with long long in all definitions.
599
d9014c08
SE
6002013-01-08 Steve Ellcey <sellcey@mips.com>
601
602 * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial
603 loads and stores, set and use MAX_PREFETCH_SIZE.
604
c40ea3d9
AJ
6052013-01-08 Andreas Jaeger <aj@suse.de>
606
607 [BZ# 14985]
608 * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): Remove.
609
568035b7
JM
6102013-01-02 Joseph Myers <joseph@codesourcery.com>
611
612 * All files with FSF copyright notices: Update copyright dates
613 using scripts/update-copyrights.
614
f4cf5f2d
JM
6152013-01-01 Joseph Myers <joseph@codesourcery.com>
616
617 * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
618 * sysdeps/mips/bits/mathdef.h: Likewise.
619 * sysdeps/mips/bits/setjmp.h: Likewise.
620 * sysdeps/mips/ieee754/ieee754.h: Likewise.
621 * sysdeps/mips/machine-gmon.h: Likewise.
622 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
623 * sysdeps/mips/mips64/setjmp.S: Likewise.
624 * sysdeps/mips/start.S: Likewise.
625 * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
626 * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
627 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
628 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
629
0993dd9b
JM
6302012-12-04 Joseph Myers <joseph@codesourcery.com>
631
632 * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
8d65d9d7 633 Define to set cw to 0, not just to plain "0" as a statement.
0993dd9b
JM
634 [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
635 than doing nothing with cw.
636
8018f81b
JM
6372012-11-30 Joseph Myers <joseph@codesourcery.com>
638
639 * sysdeps/mips/mips32/libm-test-ulps: Update.
640 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
641
1672585f
JM
6422012-11-29 Joseph Myers <joseph@codesourcery.com>
643
644 [BZ #14893]
645 * sysdeps/mips/mips64/n32/_itoa.h: New file.
646 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
647 <sgidefs.h>.
648 (CTX_TYPE): New macro.
649 (CTX_REG): Likewise.
650 (CTX_PC): Likewise.
651 (CTX_MDHI): Likewise.
652 (CTX_MDLO): Likewise.
653 (REG_HEX_SIZE): Likewise.
654 (hexvalue): Take _ITOA_WORD_TYPE argument.
655 (register_dump): Use these macros instead of hardcoding struct
656 sigcontext * type and accesses and 8-byte textual output for
657 registers.
658
fc6394c6
JM
6592012-11-22 Joseph Myers <joseph@codesourcery.com>
660
661 [BZ #14822]
662 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
663 (sendfile): New syscall entry.
664 * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
665 Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
666
e0ba0e18
JM
6672012-11-21 Joseph Myers <joseph@codesourcery.com>
668
c3151ad1
JM
669 * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
670 uintptr_t.
671
e0ba0e18
JM
672 * sysdeps/mips/sotruss-lib.c: New file.
673
bd077d20
JM
6742012-11-20 Joseph Myers <joseph@codesourcery.com>
675
f59cba71
JM
676 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
677 (internal_syscall1): Use parentheses around macro arguments.
678 (internal_syscall2): Likewise.
679 (internal_syscall3): Likewise.
680 (internal_syscall4): Likewise.
681 (internal_syscall5): Likewise.
682 (internal_syscall6): Likewise.
683 (internal_syscall7): Likewise.
684 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
685 (internal_syscall1): Likewise.
686 (internal_syscall2): Likewise.
687 (internal_syscall3): Likewise.
688 (internal_syscall4): Likewise.
689 (internal_syscall5): Likewise.
690 (internal_syscall6): Likewise.
691
aa099ade
JM
692 * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
693 _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
694 type.
695 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
696 ss_sp to long before casting to sp_type.
697 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
698 _ABIO32] (GET_PC): Cast to unsigned long before casting to a
699 pointer type.
700 [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
701 [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
702 [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
703 [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
704 [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
705
bd077d20
JM
706 * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
707 (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
708 __prev and __cmp. Cast __cmp to void.
709 [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
710 Likewise.
711 [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
712 (__arch_compare_and_exchange_xxx_64_int): Likewise.
713
6eb43a28
JM
7142012-11-19 Joseph Myers <joseph@codesourcery.com>
715
c9c253d3
JM
716 * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
717 variable with __attribute__ ((unused)).
718
6eb43a28
JM
719 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
720 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
721 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
722 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
723 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
724 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
725 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
726 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
727 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
728 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
729 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
730 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
731
018f9a78
JM
7322012-11-17 Joseph Myers <joseph@codesourcery.com>
733
734 * sysdeps/mips/bits/atomic.h
735 (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
736 with __attribute__ ((unused)).
737 (__arch_compare_and_exchange_bool_16_int): Likewise.
738 (__arch_compare_and_exchange_bool_32_int): Likewise.
739 (__arch_compare_and_exchange_bool_64_int): Likewise.
740
19218757
MK
7412012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
742
d0501bfb 743 * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove.
19218757 744
d7fcee3a
JM
7452012-11-05 Joseph Myers <joseph@codesourcery.com>
746
747 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
748 (lll_futex_timed_wait_bitset): New macro.
749
b830319d
TS
7502012-11-04 Thomas Schwinge <thomas@codesourcery.com>
751
752 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
753 include <stub-tag.h>.
754
fbeafede
JM
7552012-11-03 Joseph Myers <joseph@codesourcery.com>
756
5b5b04d6
JM
757 * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
758 libm_hidden_def.
759
fbeafede
JM
760 [BZ #3439]
761 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
762 constant usable in #if and use that to give value to enum
763 constant.
764 (FE_UNDERFLOW): Likewise.
765 (FE_OVERFLOW): Likewise.
766 (FE_DIVBYZERO): Likewise.
767 (FE_INVALID): Likewise.
768 (FE_TONEAREST): Likewise.
769 (FE_TOWARDZERO): Likewise.
770 (FE_UPWARD): Likewise.
771 (FE_DOWNWARD): Likewise.
772
4c68e865
TS
7732012-11-01 Thomas Schwinge <thomas@codesourcery.com>
774
46879bae
TS
775 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
776
4c68e865
TS
777 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
778 (GLIBC_2.17): Add clock_* symbols.
779
e6ff7f84
SE
7802012-10-31 Steve Ellcey <sellcey@mips.com>
781
782 * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
783 it work in 32 or 64 bit modes.
784 * sysdeps/mips/mips64/memcpy.S: Remove.
785
2a27fd6d
JM
7862012-10-30 Joseph Myers <joseph@codesourcery.com>
787
788 [BZ #14047]
789 * sysdeps/mips/tininess.h: New file.
790
48b76e2d
SE
7912012-10-29 Steve Ellcey <sellcey@mips.com>
792
793 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
794 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
795 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
796 * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
797 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
798 * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
799 (abi-variants): Add hard and soft float versions.
800 (abi-o32-options): Remove.
801 (abi-o32-condition): Remove.
802 (abi-n32-options): Remove.
803 (abi-n32-condition): Remove.
804 (abi-n64-options): Remove.
805 (abi-n64-condition): Remove.
806 (abi-o32_soft-options): New.
807 (abi-o32_soft-condition): New.
808 (abi-o32_hard-options): New.
809 (abi-o32_hard-condition): New.
810 (abi-n32_soft-options): New.
811 (abi-n32_soft-condition): New.
812 (abi-n32_hard-options): New.
813 (abi-n32_hard-condition): New.
814 (abi-n64_soft-options): New.
815 (abi-n64_soft-condition): New.
816 (abi-n64_hard-options): New.
817 (abi-n64_hard-condition): New.
818
6e6249d0
RM
8192012-10-19 Roland McGrath <roland@hack.frob.com>
820
821 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
822 (GLIBC_2.17): Add clock_* symbols.
823 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
824
de2b6422
AJ
8252012-10-24 Andreas Jaeger <aj@suse.de>
826
827 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
828 definitions and declarations that are provided by
829 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
830
8f565a27
SE
8312012-10-03 Steve Ellcey <sellcey@mips.com>
832
833 * sysdeps/mips/ieee754.h: Move to...
834 * sysdeps/mips/ieee754/ieee754.h: Here.
835 * sysdeps/mips/mips32/Implies: Add mips/ieee754.
836 * sysdeps/mips/mips64/Implies: Ditto.
837 * sysdeps/mips/mips64/n32/Implies: Ditto.
838 * sysdeps/mips/mips64/n64/Implies: Ditto.
839
40d4a87b
SP
8402012-10-02 Siddhesh Poyarekar <siddhesh@redhat.com>
841
842 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
843 flag name in comment to CLONE_CHILD_CLEARTID.
844
93c65d43
RM
8452012-09-28 Roland McGrath <roland@hack.frob.com>
846
847 * sysdeps/mips/init-first.c: File removed.
848
4ff2d4c2
L
8492012-09-28 H.J. Lu <hongjiu.lu@intel.com>
850
1fa1170b 851 * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
4ff2d4c2 852
ad845c0b
JM
8532012-08-27 Joseph Myers <joseph@codesourcery.com>
854
855 * sysdeps/unix/sysv/linux/mips/kernel-features.h
856 (__ASSUME_STAT64_SYSCALL): Remove.
857
89570c62
GG
8582012-08-27 Guido Guenther <agx@sigxcpu.org>
859
860 * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
861
eaeffd07
JM
8622012-08-22 Joseph Myers <joseph@codesourcery.com>
863
864 * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
865 _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
866 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file. Based
867 on version from ../sysdeps/unix/sysv/linux/.
868 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
869 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
870
30f69637
CD
8712012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
872
873 * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
874 <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
875 struct La_mips_32_regs and struct La_mips_64_regs are not constant.
876
309becf1
MK
8772012-08-15 Tom de Vries <vries@codesourcery.com>
878 Maxim Kuvyrkov <maxim@codesourcery.com>
879
880 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
881 (__libc_lock_trylock): Define versions optimized for MIPS.
882
ef400973
MK
8832012-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
884
885 * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
886 * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
887 * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
888
5544c7e0
JM
8892012-08-15 Joseph Myers <joseph@codesourcery.com>
890
891 * sysdeps/mips/dl-lookup.c: Update from generic version.
892
8f12da97
MK
8932012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
894
d0501bfb
SP
895 [__GNUC_PREREQ (4, 8)]
896 (atomic_exchange_and_add): Split into ...
897 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
898 New atomic macros.
899 [!__GNUC_PREREQ (4, 8)]
900 (atomic_exchange_and_add): Split into ...
901 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
902 New atomic macros.
8f12da97 903
7f540252
JM
9042012-08-09 Joseph Myers <joseph@codesourcery.com>
905
906 * sysdeps/unix/sysv/linux/mips/kernel-features.h
907 (__ASSUME_UTIMES): Define.
908
6dad2c06
JM
9092012-08-07 Joseph Myers <joseph@codesourcery.com>
910
911 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
912 Remove.
913 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
914
23bddc06
JM
9152012-08-01 Joseph Myers <joseph@codesourcery.com>
916
917 * sysdeps/unix/sysv/linux/mips/kernel-features.h
918 (__ASSUME_FCNTL64): Remove.
919
b290216f
SE
9202012-08-01 Steve Ellcey <sellcey@mips.com>
921
922 * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
923 _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
924 _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
925 macro.
926 (PREFX): Likewise.
927
7e6242f5
JM
9282012-07-31 Joseph Myers <joseph@codesourcery.com>
929
930 * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
931 * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
932 * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
933 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
934 * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
935 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
936
89d9c04d
JM
9372012-07-27 Joseph Myers <joseph@codesourcery.com>
938
939 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
940 * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
941
0c7936d5
FW
9422012-07-25 Florian Weimer <fweimer@redhat.com>
943
944 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
945 secure_getenv.
946 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
947 Likewise.
948 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
949 Likewise.
950
7d67a5d1
JM
9512012-07-17 Joseph Myers <joseph@codesourcery.com>
952
ef1354a5
JM
953 * sysdeps/mips/configure.in: Remove TLS check.
954 * sysdeps/mips/configure: Regenerated.
955
7d67a5d1
JM
956 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
957 file.
958 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
959 Likewise.
960 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
961 Likewise.
962
a766fb45 9632012-07-11 Tom de Vries <vries@codesourcery.com>
d0501bfb
SP
964 Maxim Kuvyrkov <maxim@codesourcery.com>
965
966 * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
967 (__arch_compare_and_exchange_bool_32_int)
968 (__arch_compare_and_exchange_val_32_int)
969 (__arch_compare_and_exchange_bool_64_int)
970 (__arch_compare_and_exchange_val_64_int)
971 Define in terms of __atomic_compare_exchange_n.
972 [__GNUC_PREREQ (4, 8)]
973 (__arch_exchange_32_int, __arch_exchange_64_int):
974 Define in terms of __atomic_exchange_n.
975 [__GNUC_PREREQ (4, 8)]
976 (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
977 Define in terms of __atomic_fetch_add.
978 [!__GNUC_PREREQ (4, 8)]: Update formatting.
a766fb45 979
76b1f93b
PJ
9802012-07-06 Petar Jovanovic <petar.jovanovic@rt-rk.com>
981
982 * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
983 the stack pointer.
984
a978616d
JM
9852012-06-19 Joseph Myers <joseph@codesourcery.com>
986
987 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
988 _gp_disp entry.
989 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
990 Likewise.
991 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
992 Likewise.
993 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
994 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
995 Likewise.
996 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
997 Likewise.
998 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
999 Likewise.
1000 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
1001 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
1002 Likewise.
1003 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1004 Likewise.
1005 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
1006 Likewise.
1007 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
1008 Likewise.
1009 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1010 Likewise.
1011 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1012 Likewise.
1013 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
1014 Likewise.
1015 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1016 Likewise.
1017 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
1018 Likewise.
1019 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
1020 Likewise.
1021 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
1022 Likewise.
1023 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1024 Likewise.
1025 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
1026 Likewise.
1027
e525bc9c
JM
10282012-06-14 Joseph Myers <joseph@codesourcery.com>
1029
1030 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1031 (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
1032 variable.
1033
12139ca3
JM
10342012-06-01 Joseph Myers <joseph@codesourcery.com>
1035
d97b8a3d
JM
1036 * sysdeps/mips/mips64/n32/s_fma.c: New file.
1037 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
1038
12139ca3
JM
1039 * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
1040 typo.
1041
3c9d6dec
JM
10422012-05-31 Joseph Myers <joseph@codesourcery.com>
1043
36d173fb
JM
1044 * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
1045
3c9d6dec
JM
1046 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
1047 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1048
cc824a2e
JM
10492012-05-30 Joseph Myers <joseph@codesourcery.com>
1050
fd5beba7
JM
1051 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
1052 settings out of conditional.
1053
6863adc8
JM
1054 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
1055 __connect_internal alias.
1056
6334191e
JM
1057 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
1058 (FP_TRAPPING_EXCEPTIONS): Define.
1059
d9ab3eff
JM
1060 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
1061 Rename to abi-variants.
1062 (syscall-list-includes): Rename to abi-includes.
1063 (syscall-list-o32-options): Rename to abi-o32-options.
1064 (syscall-list-o32-condition): Rename to abi-o32-condition.
1065 (syscall-list-n32-options): Rename to abi-n32-options.
1066 (syscall-list-n32-condition): Rename to abi-n32-condition.
1067 (syscall-list-n64-options): Rename to abi-n64-options.
1068 (syscall-list-n64-condition): Rename to abi-n64-condition.
1069 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
1070 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
1071 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
1072
cc824a2e
JM
1073 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
1074 _internal alias by hidden_def.
1075
0387d093
JM
10762012-05-26 Joseph Myers <joseph@codesourcery.com>
1077
1078 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
1079 file.
1080 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1081 Likewise.
1082 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
1083 Likewise.
1084 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
1085 Likewise.
1086 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1087 Likewise.
1088 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1089 Likewise.
1090 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
1091 Likewise.
1092 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1093 Likewise.
1094
089d856f
JM
10952012-05-25 Joseph Myers <joseph@codesourcery.com>
1096
1097 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1098 (__ASSUME_32BITUIDS): Remove.
1099
46bd6380
SE
11002012-05-23 Steve Ellcey <sellcey@mips.com>
1101
1102 * sysdeps/unix/sysv/linux/mips/Makefile
1103 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
1104 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
1105 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
1106
ec55b216
JM
11072012-05-23 Joseph Myers <joseph@codesourcery.com>
1108
1109 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
1110 Define.
1111 (MADV_DODUMP): Likewise.
1112
533a8b31
JM
11132012-05-21 Joseph Myers <joseph@codesourcery.com>
1114
df0f68a0
JM
1115 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
1116 __WORDSIZE_TIME64_COMPAT32.
1117
533a8b31
JM
1118 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
1119 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
1120 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
1121
dc2a97c6
JM
11222012-05-19 Joseph Myers <joseph@codesourcery.com>
1123
1124 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
1125 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
1126 (kernel-features.h): Don't include.
1127 [__NR_ftruncate64]: Make code unconditional.
1128 [!__NR_ftruncate64]: Remove conditional code.
1129 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
1130 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
1131 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
1132 (kernel-features.h): Don't include.
1133 [__NR_truncate64]: Make code unconditional.
1134 [!__NR_truncate64]: Remove conditional code.
1135 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
1136 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
1137 Add syscall.
1138 (truncate): Likewise.
1139 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1140 (ftruncate): Remove syscall.
1141 (truncate): Likewise.
1142 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
1143 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
1144 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
1145 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
1146
dbeb7063
JM
11472012-05-16 Joseph Myers <joseph@codesourcery.com>
1148
1149 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
1150 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
1151 type unsigned long and names st_atimensec, st_mtimensec and
1152 st_ctimensec.
1153 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
1154
a7375c94
JM
11552012-05-14 Joseph Myers <joseph@codesourcery.com>
1156
1157 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
1158 Remove conditional code.
1159 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
1160 * sysdeps/unix/sysv/linux/mips/pread64.c
1161 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
1162 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
1163 * sysdeps/unix/sysv/linux/mips/pwrite.c
1164 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
1165 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
1166 * sysdeps/unix/sysv/linux/mips/pwrite64.c
1167 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
1168 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
1169 * sysdeps/unix/sysv/linux/mips/sigaction.c
1170 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
1171 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
1172
332d091e
JM
11732012-05-11 Joseph Myers <joseph@codesourcery.com>
1174
1175 * sysdeps/mips/dl-lookup.c: Update from generic version.
1176
567ce24c
JM
11772012-05-08 Joseph Myers <joseph@codesourcery.com>
1178
1179 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
1180 * sysdeps/mips/mips32/libm-test-ulps: ... here.
1181 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
1182 * sysdeps/mips/mips64/libm-test-ulps: ... here.
1183 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
1184
360f4e68
JM
11852012-05-01 Joseph Myers <joseph@codesourcery.com>
1186
1187 [BZ #14044]
1188 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
1189 from libc version and add symbol versions.
1190 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
1191 (GLIBC_2.3.3): Add posix_fadvise64.
1192
896216ff
JM
11932012-04-28 Joseph Myers <joseph@codesourcery.com>
1194
8689e877
JM
1195 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
1196 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1197 Likewise.
1198 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
1199 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
1200 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
1201 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
1202 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
1203 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
1204 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
1205 Likewise.
1206 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
1207 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
1208 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1209 Likewise.
1210 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
1211 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
1212 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1213 Likewise.
1214 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1215 Likewise.
1216 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
1217 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1218 Likewise.
1219 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
1220 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
1221 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1222 Likewise.
1223 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1224 Likewise.
1225 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1226 Likewise.
1227 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
1228 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1229 Likewise.
1230 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1231 Likewise.
1232 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
1233 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1234 Likewise.
1235 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1236 Likewise.
1237 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
1238 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1239 Likewise.
1240 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
1241 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
1242 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
1243 Likewise.
1244 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1245 Likewise.
1246 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1247 Likewise.
1248 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
1249 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1250 Likewise.
1251 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1252 Likewise.
1253
896216ff
JM
1254 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
1255 __MIPSEB instead of __BYTE_ORDER.
1256 * sysdeps/mips/mips64/memset.S: Likewise.
1257
4053d054
JM
12582012-04-27 Joseph Myers <joseph@codesourcery.com>
1259
1260 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1261 Change to 2.6.12.
1262 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1263
d473fb89
JM
12642012-04-26 Joseph Myers <joseph@codesourcery.com>
1265
1266 * sysdeps/unix/mips/brk.S: Remove file.
1267 * sysdeps/unix/mips/dl-brk.S: Likewise.
1268 * sysdeps/unix/mips/sigreturn.S: Likewise.
1269 * sysdeps/unix/mips/wait.S: Likewise.
1270
8dc23639
JM
12712012-04-26 Joseph Myers <joseph@codesourcery.com>
1272
8b2b1127
JM
1273 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
1274 instead of __BYTE_ORDER.
1275 * sysdeps/mips/memset.S: Likewise.
1276
8dc23639
JM
1277 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
1278 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
1279
f2f7d65a
JM
12802012-04-24 Joseph Myers <joseph@codesourcery.com>
1281
1282 * sysdeps/unix/mips/fork.S: Remove file.
1283
9f2b22d5
MF
12842012-04-24 Mike Frysinger <vapier@gentoo.org>
1285
1286 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
1287 (ldd_rewrite_script): Change $dest to $dir.
1288 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
1289
25593dca
JM
12902012-04-21 Joseph Myers <joseph@codesourcery.com>
1291
1292 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
1293 sysdeps/unix/sysv/linux/arm/readahead.c not
1294 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
1295
aa06d8e4
JM
12962012-03-28 Joseph Myers <joseph@codesourcery.com>
1297
1298 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
1299 (MAP_HUGETLB): Likewise.
1300
04e3cfbc
JM
13012012-03-27 Joseph Myers <joseph@codesourcery.com>
1302
1303 * sysdeps/mips/elf/start.S: Moved to ...
1304 * sysdeps/mips/start.S: ...here.
1305 * sysdeps/mips/elf/configure.in: Moved to ...
1306 * sysdeps/mips/configure.in: ...here. Update comment.
1307 * sysdeps/mips/configure: New generated file.
1308
1422b9df
JM
13092012-03-20 Joseph Myers <joseph@codesourcery.com>
1310
1311 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
1312 instead of <stdio-common/_itoa.h>.
1313
e54793e8
PE
13142012-03-10 Paul Eggert <eggert@cs.ucla.edu>
1315
1316 [BZ #13673]
1317 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
1318 with URL.
1319
ab84e3ff
PE
13202012-03-09 Paul Eggert <eggert@cs.ucla.edu>
1321
1322 [BZ #13673]
1323 Replace FSF snail mail address with URLs, as per GNU coding standards.
1324
23b8c9ac
JM
13252012-03-09 Joseph Myers <joseph@codesourcery.com>
1326
1327 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
1328 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
1329
bf8becc5
JM
13302012-02-27 Joseph Myers <joseph@codesourcery.com>
1331
1332 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
1333 declare recvmmsg and sendmmsg.
1334
7bb9ccad
JM
13352012-02-27 Joseph Myers <joseph@codesourcery.com>
1336
1337 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
1338 Change union tag to pthread_attr_t. Only define typedef if not
1339 already defined.
1340 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1341 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
1342 typedef if not already defined.
1343
397c66b4
JM
13442012-02-26 Joseph Myers <joseph@codesourcery.com>
1345
1346 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
1347 siginfo_t struct. Add forward declaration of pthread_attr_t and
1348 use it in sigevent.
1349 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
1350 pthread_attr_t union.
1351
8864c99f
JM
13522012-02-21 Joseph Myers <joseph@codesourcery.com>
1353
1354 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
1355 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
1356 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
1357 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1358
d6353c0f
AS
13592012-02-20 Andreas Schwab <schwab@linux-m68k.org>
1360
1361 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
1362 not defined.
1363
22f7e902
AJ
13642012-02-17 Aurelien Jarno <aurelien@aurel32.net>
1365
1366 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
1367 matching the array in dl-procinfo.c.
1368
cec96a4f
AJ
13692012-02-17 Aurelien Jarno <aurelien@aurel32.net>
1370
1371 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1372 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
1373 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
1374
a31567f4
RM
13752012-02-15 Robert Millan <rmh@gnu.org>
1376
1377 [BZ #12301]
1378 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
1379 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
1380
d2cc32ab
RM
13812012-02-15 Robert Millan <rmh@gnu.org>
1382
1383 [BZ #12298]
1384 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
1385 * sysdeps/mips/sys/tas.h: ... here.
1386
d05f2edb
RM
13872012-02-15 Robert Millan <rmh@gnu.org>
1388
1389 [BZ #12297]
1390 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
1391 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
1392 * sysdeps/unix/mips/entry.h: ... here.
1393
87ae60cc
RM
13942012-02-15 Robert Millan <rmh@gnu.org>
1395
7e7aa31b 1396 [BZ #12193]
87ae60cc
RM
1397 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
1398 Define.
1399 * sysdeps/mips/dl-procinfo.c: New file.
1400 * sysdeps/mips/dl-procinfo.h: Likewise.
1401
7504de5a
JM
14022012-02-15 Joseph Myers <joseph@codesourcery.com>
1403
1404 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
1405 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
1406
7865d19c
VV
14072012-02-15 Viju Vincent <vijuvince@gmail.com>
1408
1409 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
1410 around calls to _dl_lookup_symbol_x.
1411
c5430dd0
JM
14122012-02-13 Joseph Myers <joseph@codesourcery.com>
1413
1414 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
1415 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
1416
67939f7c
JM
14172012-02-13 Joseph Myers <joseph@codesourcery.com>
1418
1419 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
1420 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
1421
25a368f2
JM
14222012-02-10 Joseph Myers <joseph@codesourcery.com>
1423
1424 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
1425 for sysdeps/generic/initfini.c.
1426 * sysdeps/mips/mips32/crtn.S: Likewise.
1427 * sysdeps/mips/mips64/n32/crti.S: Likewise.
1428 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
1429 * sysdeps/mips/mips64/n64/crti.S: Likewise.
1430 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
1431 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
1432 (CFLAGS-pt-initfini.s): Likewise.
1433 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
1434 variables.
1435
2aee8949
JM
14362012-01-26 Joseph Myers <joseph@codesourcery.com>
1437
1438 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
1439 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
1440 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1441 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1442
7b966fcb
JM
14432012-01-08 Joseph Myers <joseph@codesourcery.com>
1444
1445 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
1446 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1447 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1448 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1449 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
1450 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1451 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1452
3538f2fb
JM
14532012-01-07 Joseph Myers <joseph@codesourcery.com>
1454
1455 * sysdeps/mips/nptl/shlib-versions: New.
1456
e3950b29
JM
14572012-01-07 Joseph Myers <joseph@codesourcery.com>
1458
1459 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
1460
32a61531
TV
14612012-01-04 Tom de Vries <tom@codesourcery.com>
1462
1463 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
1464 -fno-unwind-tables.
1465
04d45026
TV
14662012-01-03 Tom de Vries <tom@codesourcery.com>
1467
1468 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
1469 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
1470
25bb26d0
JM
14712011-12-22 Joseph Myers <joseph@codesourcery.com>
1472
1473 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
1474 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
1475 Remove.
1476 (syscall-list-variants, syscall-list-includes)
1477 (syscall-list-o32-options, syscall-list-o32-condition)
1478 (syscall-list-n32-options, syscall-list-n32-condition)
1479 (syscall-list-n64-options, syscall-list-n64-condition): Define.
1480 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
1481 asm-unistd.h.
1482 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1483 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
1484
c2aeee16
JM
14852011-12-22 Joseph Myers <joseph@codesourcery.com>
1486
1487 [BZ #13538]
1488 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
1489 (EPOLLET): Initialize with unsigned values.
1490
d92b0dd4
JM
14912011-12-19 Joseph Myers <joseph@codesourcery.com>
1492
1493 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
1494 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
1495
61b01ec6
JM
14962011-11-17 Joseph Myers <joseph@codesourcery.com>
1497
1498 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
1499 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
1500
a9ff8724
JM
15012011-11-11 Joseph Myers <joseph@codesourcery.com>
1502
1503 * sysdeps/mips/dl-lookup.c: Update from generic version.
1504
c3beb302
JM
15052011-10-12 Joseph Myers <joseph@codesourcery.com>
1506
1507 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
1508 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
1509 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
1510
9a7e1091
AS
15112011-10-05 Andreas Schwab <schwab@redhat.com>
1512
1513 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
1514 (elf_machine_lazy_rel): Add parameter skip_ifunc.
1515
560d4a58
JM
15162011-09-13 Joseph Myers <joseph@codesourcery.com>
1517
1518 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
1519 return value to (struct cmsghdr *).
1520
329c2e63
JM
15212011-09-13 Joseph Myers <joseph@codesourcery.com>
1522
1523 * sysdeps/mips/elf/configure.in: Always test for TLS support and
1524 error out in case it is missing.
1525 * sysdeps/mips/elf/configure: Regenerate.
1526 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
1527
b8ead09a
JM
15282011-09-11 Joseph Myers <joseph@codesourcery.com>
1529
1530 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
1531 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
1532
c26e391d
JM
15332011-09-06 Joseph Myers <joseph@codesourcery.com>
1534
1535 [BZ #13109]
1536 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
1537 (statfs): New.
1538 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
1539 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
1540
e349dfdb
MT
15412011-08-02 Matt Turner <mattst88@gmail.com>
1542
1543 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
1544
9dc88b5c
JM
15452011-07-25 Joseph Myers <joseph@codesourcery.com>
1546
1547 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
1548 Define.
1549
6cc02c7a
JM
15502011-06-20 Joseph Myers <joseph@codesourcery.com>
1551
1552 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
1553 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
1554
6b5adfe9
JM
15552011-06-20 Joseph Myers <joseph@codesourcery.com>
1556
1557 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
1558 mention raise in the comment.
1559
8969f4df
AJ
15602011-05-23 Aurelien Jarno <aurelien@aurel32.net>
1561
1562 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
1563 Add.
1564
f1d4d4be
JM
15652011-05-13 Joseph Myers <joseph@codesourcery.com>
1566
1567 * sysdeps/mips/dl-lookup.c: Update from generic version.
1568
a32d0d80
JM
15692011-05-10 Joseph Myers <joseph@codesourcery.com>
1570
1571 * sysdeps/mips/dl-lookup.c: Update from generic version.
1572
ed36e1de
JM
15732011-04-11 Joseph Myers <joseph@codesourcery.com>
1574
1575 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
1576
e6893dba
JM
15772011-04-01 Joseph Myers <joseph@codesourcery.com>
1578
1579 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
1580 to open_by_handle_at.
1581
cea44847
JM
15822011-04-01 Joseph Myers <joseph@codesourcery.com>
1583
1584 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
1585
01b5049d
JM
15862011-04-01 Joseph Myers <joseph@codesourcery.com>
1587
1588 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
1589 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
1590 open_by_handle. Augment a few comments.
1591
0f53d140
JM
15922011-04-01 Joseph Myers <joseph@codesourcery.com>
1593
1594 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
1595 cancelable.
1596 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
1597 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
1598 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
1599 sync_file_range as cancellation point.
1600 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
1601 sync_file_range as cancellation point.
1602
6d9a4e55
JM
16032011-04-01 Joseph Myers <joseph@codesourcery.com>
1604
1605 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
1606 sync_file_range.
1607
8825867b
JM
16082011-03-22 Joseph Myers <joseph@codesourcery.com>
1609
1610 * sysdeps/mips/dl-lookup.c: Update from generic version.
1611
91a59c6a
JM
16122011-01-25 Joseph Myers <joseph@codesourcery.com>
1613
1614 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1615 MADV_NOHUGEPAGE): Define.
1616
eb76b06f
JM
16172011-01-25 Joseph Myers <joseph@codesourcery.com>
1618
1619 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1620 PF_CAIF, PF_ALG): Define.
1621
4f464927
JM
16222010-12-30 Joseph Myers <joseph@codesourcery.com>
1623
1624 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1625 NO_CTORS_DTORS_SECTIONS is defined.
1626 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1627
390651fd
JM
16282010-12-21 Joseph Myers <joseph@codesourcery.com>
1629
1630 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1631
83495648
MT
16322010-12-06 Matt Turner <mattst88@gmail.com>
1633
1634 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1635
604e89e4
JM
16362010-12-06 Joseph Myers <joseph@codesourcery.com>
1637
1638 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1639 Change to 2.4.1.
1640 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1641
94a2483c
JM
16422010-10-21 Joseph Myers <joseph@codesourcery.com>
1643
1644 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1645 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1646 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1647 for fanotify_mark.
1648
9431b159
JM
16492010-10-11 Joseph Myers <joseph@codesourcery.com>
1650
1651 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1652 libm_hidden_def.
1653 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1654
5ccc178f
JM
16552010-08-13 Joseph Myers <joseph@codesourcery.com>
1656
1657 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1658 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1659
5237c94b
CC
16602010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
1661
1662 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1663 jump delay slot.
1664 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1665
32b9acf3
JM
16662010-08-13 Joseph Myers <joseph@codesourcery.com>
1667
1668 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1669
09551806
JM
16702010-08-12 Joseph Myers <joseph@codesourcery.com>
1671
1672 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1673 struct statfs64): Add f_flags field.
1674
9672c67a
JM
16752010-08-12 Joseph Myers <joseph@codesourcery.com>
1676
1677 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1678 Define.
1679
c16fd246
JM
16802010-08-12 Joseph Myers <joseph@codesourcery.com>
1681
1682 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1683 and prlimit64.
1684 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1685 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1686 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1687 prlimit64 syscall.
1688
fdb3ec20
JM
16892010-06-14 Joseph Myers <joseph@codesourcery.com>
1690
1691 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1692 F_GETPIPE_SZ): Define.
1693
6531684d
JM
16942010-05-21 Joseph Myers <joseph@codesourcery.com>
1695
1696 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1697 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1698
b1ab8c5f
JM
16992010-04-14 Joseph Myers <joseph@codesourcery.com>
1700
1701 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1702
1dbb4edc
JM
17032010-04-06 Joseph Myers <joseph@codesourcery.com>
1704
1705 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1706 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1707 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1708 Define.
1709
e9823ee1
JM
17102010-03-30 Joseph Myers <joseph@codesourcery.com>
1711
1712 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1713 MSG_WAITFORONE.
1714
cca1fbbc
JM
17152010-03-24 Joseph Myers <joseph@codesourcery.com>
1716
1717 * sysdeps/mips/dl-lookup.c: Update from generic version.
1718
1eb07256
MJ
17192010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
1720
1721 [BZ #11291]
1722 * sysdeps/mips/bits/atomic.h
1723 (__arch_compare_and_exchange_xxx_32_int,
1724 __arch_compare_and_exchange_xxx_64_int,
1725 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1726 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1727 Specify *mem as asm output as well as input.
1728
8256e69a
JM
17292010-02-10 Joseph Myers <joseph@codesourcery.com>
1730
1731 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1732
54b7103a
JM
17332010-01-28 Joseph Myers <joseph@codesourcery.com>
1734
1735 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1736 _dl_runtime_pltresolve): Calculate offset from start of function
1737 to .cpload instead of hardcoding instruction size.
1738
cbbf2c84
JM
17392010-01-11 Joseph Myers <joseph@codesourcery.com>
1740
1741 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1742 problem.
1743
31afac47
JM
17442010-01-11 Joseph Myers <joseph@codesourcery.com>
1745
1746 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1747 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1748
60a0880e
JM
17492010-01-10 Joseph Myers <joseph@codesourcery.com>
1750
1751 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1752 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1753 XPG7.
1754 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1755 fcntl.h.
1756
8ef2c3b0
JM
17572009-12-16 Joseph Myers <joseph@codesourcery.com>
1758
1759 [BZ #11093]
1760 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1761 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1762
872083bf
JM
17632009-12-16 Joseph Myers <joseph@codesourcery.com>
1764
1765 * sysdeps/mips/dl-lookup.c: Update from generic version.
1766
93a0dfda
JM
17672009-12-15 Joseph Myers <joseph@codesourcery.com>
1768
1769 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1770 O_DSYNC to match 2.6.33+ kernels.
1771
5d5cb5a2
JM
17722009-12-09 Joseph Myers <joseph@codesourcery.com>
1773
1774 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1775 declare recvmmsg.
1776
2d68f6af
JM
17772009-12-01 Joseph Myers <joseph@codesourcery.com>
1778
1779 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1780 (posix_fadvise): Remove.
1781 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1782 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1783 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1784
84f92668
JM
17852009-12-01 Joseph Myers <joseph@codesourcery.com>
1786
1787 * sysdeps/mips/dl-lookup.c: Update from generic version.
1788
b00ec948
JM
17892009-11-23 Joseph Myers <joseph@codesourcery.com>
1790
1791 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1792 for timestamps also if __USE_XOPEN2K8.
1793
78698bbb
JM
17942009-11-19 Joseph Myers <joseph@codesourcery.com>
1795
1796 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1797 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1798
983ee7f2
JM
17992009-11-18 Joseph Myers <joseph@codesourcery.com>
1800
1801 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1802 names of parameters of sync_file_range.
1803
24bcda03
JM
18042009-11-17 Joseph Myers <joseph@codesourcery.com>
1805
1806 [BZ #10972]
1807 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1808 constants from recent kernels.
1809
87d2bea0
JM
18102009-11-17 Joseph Myers <joseph@codesourcery.com>
1811
1812 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1813 not already defined.
1814
37a907cc
JM
18152009-11-14 Joseph Myers <joseph@codesourcery.com>
1816
1817 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1818 F_GETOWN_EX): Update values.
1819
86ad0d12
JM
18202009-11-06 Joseph Myers <joseph@codesourcery.com>
1821
1822 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1823 of last two arguments when -D_FILE_OFFSET_BITS=64.
1824
a896552e
JM
18252009-10-29 Joseph Myers <joseph@codesourcery.com>
1826
1827 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1828 f_owner_ex.
1829
afd09ae8
JM
18302009-10-03 Joseph Myers <joseph@codesourcery.com>
1831
1832 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1833 and F_GETOWN_EX.
1834
f1297d79
DJ
18352009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
1836
1837 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1838 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1839 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1840 (__SYSCALL_CLOBBERS): Likewise.
1841 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1842 (__SYSCALL_CLOBBERS): Likewise.
1843
c67273d5
JM
18442009-08-05 Joseph Myers <joseph@codesourcery.com>
1845
1846 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
1847 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
1848 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1849 variable for env. Use expansion of CHECK_SP macro for check.
1850 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1851
9d84a81f
JM
18522009-08-03 Joseph Myers <joseph@codesourcery.com>
1853
1854 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1855 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1856
197aec25
AJ
18572009-07-20 Aurelien Jarno <aurelien@aurel32.net>
1858
1859 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1860 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1861
cda50f82
JM
18622009-07-17 Joseph Myers <joseph@codesourcery.com>
1863
1864 * sysdeps/mips/do-lookup.h: Remove.
1865 * sysdeps/mips/dl-lookup.c: Update from generic version, with
1866 non-PIC handling integrated.
1867
8200e168
JM
18682009-06-18 Joseph Myers <joseph@codesourcery.com>
1869
1870 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1871 and AF_IEEE802154.
1872
6a9f82ac
JM
18732009-05-16 Joseph Myers <joseph@codesourcery.com>
1874
1875 * sysdeps/mips/____longjmp_chk.c: New file.
1876 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
1877 undefine __longjmp.
1878 * sysdeps/mips64/__longjmp.c: Likewise.
1879
d9056ac6
JM
18802009-05-16 Joseph Myers <joseph@codesourcery.com>
1881
1882 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1883 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1884 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1885 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1886
c504ff3b
JM
18872009-05-16 Joseph Myers <joseph@codesourcery.com>
1888
1889 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1890 fallocate64@@GLIBC_2.11.
1891
19afa982
JM
18922009-05-14 Joseph Myers <joseph@codesourcery.com>
1893
1894 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1895 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1896
ff347533
JM
18972009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
1898
1899 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1900 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1901 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1902 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1903 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1904 Update comment.
1905 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1906 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
9a7e1091 1907 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
ff347533
JM
1908 Add ucontext_i.sym.
1909
57d0274f
JM
19102009-04-18 Joseph Myers <joseph@codesourcery.com>
1911
1912 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1913 __ASSUME_PWRITEV): Don't define here.
1914
6db53cd5
JM
19152009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
1916
1917 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1918
70fdbfd9
JM
19192009-04-09 Joseph Myers <joseph@codesourcery.com>
1920
1921 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1922 numbers.
1923 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1924 Define.
1925 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1926 preadv and pwritev.
1927
d69fd0cb
JM
19282009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
1929
1930 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1931 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1932
0262d0c4
JM
19332009-03-18 Zhang Le <r0bertz@gentoo.org>
1934
1935 [BZ #7074]
1936 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1937 Fix the condition used to annotate n32 objects.
1938
4c8c1810
JM
19392009-03-17 Joseph Myers <joseph@codesourcery.com>
1940
1941 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1942 Change parameters and use next_line.
1943
340f7976
JM
19442009-03-17 Joseph Myers <joseph@codesourcery.com>
1945
1946 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1947 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1948 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1949
ad32d65a
JM
19502009-03-15 Joseph Myers <joseph@codesourcery.com>
1951
1952 * sysdeps/mips/bits/link.h: Uglify function parameter names.
1953 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1954 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1955 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1956 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1957
93311332
JM
19582009-03-03 Joseph Myers <joseph@codesourcery.com>
1959
1960 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1961 fallocate{,64}.
1962
2e3804ef
JM
19632009-02-26 Joseph Myers <joseph@codesourcery.com>
1964
1965 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1966 UTIME_OMIT only with __USE_ATFILE.
1967
1090d6bf
JM
19682009-02-13 Joseph Myers <joseph@codesourcery.com>
1969
1970 [BZ #7040]
1971 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1972 inotify_rm_watch should have type int.
1973
8085bd60
JM
19742009-02-02 Joseph Myers <joseph@codesourcery.com>
1975
1976 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1977
9290e553
DJ
19782009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
1979 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1980
1981 PR glibc/1048
1982 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1983 variable page size for MIPS.
1984 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1985 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1986 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1987
e27433a8
JM
19882009-01-12 Joseph Myers <joseph@codesourcery.com>
1989
1990 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1991 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1992 -D_GNU_SOURCE.
1993
bb3b3056
JM
19942009-01-12 Joseph Myers <joseph@codesourcery.com>
1995
1996 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1997 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1998
01aa93bd
JM
19992008-12-19 Joseph Myers <joseph@codesourcery.com>
2000
2001 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
2002 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
2003 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
2004 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
2005
64762db4
JM
20062008-12-09 Joseph Myers <joseph@codesourcery.com>
2007
2008 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
2009 Make available only for __USE_GNU.
2010
9a9863b4
JM
20112008-12-03 Joseph Myers <joseph@codesourcery.com>
2012
2013 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
2014 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
2015
10d461b5
JM
20162008-11-25 Joseph Myers <joseph@codesourcery.com>
2017
2018 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
2019 __THROW vs. __nonnull order for C++.
2020
f6e40d38
DJ
20212008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2022
2023 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
2024 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
2025 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
2026
63fb881a
DJ
20272008-10-01 Mark Shinwell <shinwell@codesourcery.com>
2028 Daniel Jacobowitz <dan@codesourcery.com>
2029 Richard Sandiford <rdsandiford@googlemail.com>
2030
2031 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
2032 * sysdeps/mips/dl-lookup.c: New.
2033 * sysdeps/mips/do-lookup.h: New.
2034 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
2035 definition.
2036 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
2037 if needed.
2038 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
2039 (elf_machine_type_class): Likewise.
2040 (ELF_MACHINE_PLT_REL): Define.
2041 (elf_machine_fixup_plt): New.
2042 (elf_machine_plt_value): New.
2043 (elf_machine_reloc): Handle jump slot and copy relocations.
2044 (elf_machine_lazy_rel): Point relocation place at PLT if
2045 required.
2046 (RESOLVE_GOTSYM): Take a relocation type argument.
2047 (elf_machine_got_rel): Bind lazy stubs directly to their target if
2048 !lazy. Skip lazy binding for PLT symbols.
2049 (elf_machine_runtime_setup): Fill in .got.plt header.
2050 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
2051 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
2052 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
2053 (_dl_runtime_pltresolve): New.
2054 * sysdeps/mips/bits/linkmap.h: New file.
2055 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
2056 64-bit versions.
2057
2058 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
2059 Delete definition.
2060 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
2061 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
2062 (PSEUDO): Use them. Move outside __PIC__.
2063 (PSEUDO_JMP): New.
2064 (CENABLE, CDISABLE): Use it.
2065
a961a11e
JM
20662008-08-19 Joseph Myers <joseph@codesourcery.com>
2067
2068 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
2069 to epoll_create1.
2070
72e2fdef
JM
20712008-08-19 Joseph Myers <joseph@codesourcery.com>
2072
2073 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
2074 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
2075 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
2076 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
2077 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
2078 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
2079 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
2080
606c1b17
JM
20812008-08-19 Joseph Myers <joseph@codesourcery.com>
2082
2083 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
2084 volatile.
2085
e2570f30
DJ
20862008-07-18 Joseph Myers <joseph@codesourcery.com>
2087
2088 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
2089 type.
2090
83d53ff1
DJ
20912008-05-21 Joseph Myers <joseph@codesourcery.com>
2092
2093 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
2094 (SOCK_DCCP): Define.
2095
098cab74
DJ
20962008-05-01 Joseph Myers <joseph@codesourcery.com>
2097
2098 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
2099 RUSAGE_THREAD and RUSAGE_LWP.
2100
89e412f5
DJ
21012008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
2102
2103 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
2104 shmid_ds.
2105
93ae5119
DJ
21062008-04-21 Khem Raj <kraj@mvista.com>
2107
2108 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
2109
7221ac03
DJ
21102008-04-02 Aurelien Jarno <aurelien@aurel32.net>
2111
9a7e1091 2112 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
7221ac03
DJ
2113 truncate and ftruncate systems calls.
2114 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
2115 empty file.
2116 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
2117
560bab76
DJ
21182008-03-28 Joseph Myers <joseph@codesourcery.com>
2119
2120 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
2121 ARG_MAX if <linux/limits.h> has defined it.
2122
21232008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
2124
2125 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
2126 barriers to enforce strict ordering on weakly ordered systems.
2127
af7eda0f
DJ
21282008-03-26 David Stephenson <david.stephenson@sicortex.com>
2129 Daniel Jacobowitz <dan@codesourcery.com>
2130
2131 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
2132 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
2133 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
2134
2af06d0d
AJ
21352008-03-09 Andreas Jaeger <aj@suse.de>
2136
2137 [BZ #5753]
2138 * sysdeps/mips/ieee754.h: Use protected namespace
2139 __BIG_ENDIAN/__LITTLE_ENDIAN.
2140 Patch by Aurelien Jarno <aurelien@aurel32.net>.
2141
7812cbad
DJ
21422008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2143
2144 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
2145 Reorganize to match other architectures. Replace _timer._timer1
2146 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
2147 _timer.si_sigval. Correct the type of _sigpoll.si_band.
2148 (si_timerid, si_overrun): Define.
2149 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
2150 (__pthread_attr_s): Remove declaration.
2151 (struct sigevent): Remove XXX. Add _tid.
2152
7e0bd9eb
DJ
21532007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2154
2155 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
2156
017cc633
DJ
21572007-09-25 Joseph Myers <joseph@codesourcery.com>
2158
2159 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
2160 type and __THROW marker of splice, vmsplice, and tee.
2161
8c276674
DJ
21622007-09-12 Joseph Myers <joseph@codesourcery.com>
2163
2164 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
2165 LLL_PRIVATE argument to lll_futex_wake.
2166 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
2167 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
2168 comment.
2169 (PF_IUCV, PF_RXRPC): Define.
2170 (PF_MAX): Update.
2171 (AF_IUCV, AF_RXRPC): Define.
2172 (MSG_CMSG_CLOEXEC): Define.
2173 (_EXTERN_INLINE): Define to __extern_inline.
2174 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
2175 UTIME_OMIT): Define.
2176 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
2177 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
2178 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
2179 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
2180 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
2181 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
2182 LLL_LOCK_*. Include <kernel-features.h>.
2183 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
2184 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
2185 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
2186 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
2187 lll_futex_wait.
2188 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
2189 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
2190 private arguments.
2191 (__lll_robust_trylock): Convert to macro.
2192 (__lll_robust_lock_wait): Add private argument.
2193 (__lll_lock_wait_private, __lll_lock_wait): Declare.
2194 (__lll_lock): Convert to macro. Take private argument.
2195 (__lll_cond_lock): Likewise.
2196 (lll_lock, lll_cond_lock): Take private arguments.
2197 (__lll_robust_lock): Take private argument. Convert to macro.
2198 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
2199 lll_robust_cond_lock): Take private arguments.
2200 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
2201 arguments.
2202 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
2203 (lll_timedlock, lll_robust_timedlock): Take private arguments.
2204 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
2205 private arguments.
2206 (lll_unlock, lll_robust_unlock): Take private arguments.
2207 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
2208 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
2209 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
2210 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
2211 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
2212 lll_cond_wake, lll_cond_broadcast): Remove.
2213 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
2214 to __extern_inline.
2215
d45a6368
DJ
22162007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
2217
2218 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
2219 New macros for the (n)64 and n32 ABIs.
2220 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
2221
391da201
DJ
22222007-07-13 Carlos O'Donell <carlos@codesourcery.com>
2223
2224 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
2225 Define __WORDSIZE_COMPAT32 as 1.
2226
2b4095f3
DJ
22272007-07-13 Joseph Myers <joseph@codesourcery.com>
2228
2229 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
2230 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
2231 PTHREAD_STACK_MIN.
2232
8323b1ab
DJ
22332007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
2234
2235 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
2236
2237 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
2238 Delete.
2239
ffd39823
DJ
22402007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
2241
2242 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
2243 (internal_syscall1, internal_syscall2, internal_syscall3,
2244 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
2245
30efab51
DJ
22462007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
2247
2248 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
2249 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
2250 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
2251 THREAD_GSCOPE_WAIT): Define.
2252 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
2253 (FUTEX_PRIVATE_FLAG): Define.
2254 (lll_unlock_wake_cb): Delete prototype.
2255 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
2256 <endian.h>.
2257 (pthread_rwlock_t): Shrink __flags and add __shared.
2258
92fa63ee
DJ
22592007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2260
2261 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
2262 (posix_fadvise): Fix high word of len argument.
2263
7a30cb83
DJ
22642007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2265
2266 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
2267 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
2268 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
2269 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
2270 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
2271 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
2272
384fa30d
DJ
22732007-05-23 Joseph Myers <joseph@codesourcery.com>
2274
2275 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
2276 * sysdeps/mips/mips64/n64/Implies: Likewise.
2277 * sysdeps/mips/mips64/soft-fp/Makefile: New.
2278 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
2279 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
2280 <fpu_control.h>. Use hardware exception and rounding mode
2281 settings.
2282
388fc51b 22832007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
2284
2285 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
2286 r_info argument to ElfW(Addr).
2287
f50c692c
DJ
22882007-02-01 Joseph Myers <joseph@codesourcery.com>
2289
2290 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
2291
eb96755b
DJ
22922007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2293 Daniel Jacobowitz <dan@codesourcery.com>
2294
2295 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
2296 shmctl, and semctl.
2297 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
2298 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
2299 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
2300
908afa83
DJ
23012007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2302
2303 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
2304 PTR_DEMANGLE): Define.
2305 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
2306 PTR_DEMANGLE): Define.
2307 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
2308 PTR_DEMANGLE): Define.
2309
e3097800
DJ
23102007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2311
2312 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2313 (cfi_same_value): Delete definition.
2314
cb5bcf74
DJ
23152007-01-08 Richard Sandiford <richard@codesourcery.com>
2316
2317 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
2318 (elf_machine_reloc): New function, retaining the body of
2319 elf_machine_rel. Take the reloc's r_info field as an argument,
2320 not the reloc itself. Add extra r_addend and inplace_p arguments.
2321 When inplace_p is false, use r_addend as the addend, not the contents
2322 of the relocation field. Hoist the conversion of reloc_addr to
2323 "ELFW(Addr) *". Don't try to apply TLS relocations against
2324 undefined symbols. Add R_MIPS_GLOB_DAT support.
2325 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
2326 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
2327 to ElfW(Rela).
2328
2caa93e2
DJ
23292007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2330
2331 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
2332 multiple inclusion guard.
2333 * sysdeps/mips/elf/ldsodefs.h: Delete file.
2334
84f3ca6e
DJ
23352007-01-04 Thiemo Seufer <ths@networkno.de>
2336
2337 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
2338 to match the kernel.
2339
3ed8d993
DJ
23402006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
2341
2342 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
2343 (RTLD_SINGLE_THREAD_P): Define.
2344 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
2345
a7d03b91
DJ
23462006-10-31 Joseph Myers <joseph@codesourcery.com>
2347
2348 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
2349 prototype.
2350
6ea63025
DJ
23512006-09-22 Richard Sandiford <richard@codesourcery.com>
2352
2353 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
2354 code.
2355 (__xstat_conv): Use memset to clear padding arrays. Check for
2356 overflow.
2357 (__xstat64_conv): Use memset to clear padding arrays.
2358 (__xstat32_conv): New function.
2359 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
2360 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
2361
6b4d184d
DJ
23622006-09-21 Joseph Myers <joseph@codesourcery.com>
2363
2364 * sysdeps/mips/fpu_control.h: If soft-float, don't use
2365 floating-point registers.
2366 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
2367 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
2368 Likewise.
2369
0ad4d3b0
DJ
23702006-08-04 Joseph Myers <joseph@codesourcery.com>
2371
2372 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
2373 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
2374
74321891
DJ
23752006-07-24 Joseph Myers <joseph@codesourcery.com>
2376
2377 * sysdeps/mips/mips64/n32/libm-test-ulps,
2378 sysdeps/mips/mips64/n64/libm-test-ulps: New.
2379
bb600a60
DJ
23802006-07-24 Joseph Myers <joseph@codesourcery.com>
2381
2382 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
2383 defined, include the named file.
2384
02678e17
DJ
23852006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
2386
2387 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
2388 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
2389 Define.
2390
bd345106
DJ
23912006-06-02 Joseph Myers <joseph@codesourcery.com>
2392
2393 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
2394 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
2395 types.
2396
d7f9cd89
DJ
23972006-06-02 Joseph Myers <joseph@codesourcery.com>
2398
2399 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2400 Don't use struct timespec.
2401 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
2402 __xstat64_conv): Copy individual timespec fields.
2403
c6e2897b
DJ
24042006-06-02 Richard Sandiford <richard@codesourcery.com>
2405
2406 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
2407
37896d39
DJ
24082006-06-02 Joseph Myers <joseph@codesourcery.com>
2409
2410 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
2411 * sysdeps/mips/fpu/fesetround.c: Likewise.
2412
42e36d16
DJ
24132006-05-10 Richard Sandiford <richard@codesourcery.com>
2414 Daniel Jacobowitz <dan@codesourcery.com>
2415
2416 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
2417 dump sc_cause, sc_status or sc_badvaddr.
2418 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
2419 structure definitions after DSP kernel changes.
2420 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
2421 after the same DSP changes.
2422
dab75788
DJ
24232006-05-08 Richard Sandiford <richard@codesourcery.com>
2424
2425 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
2426 st_atim, st_mtim and st_ctim interface.
2427 (struct stat64): Likewise.
2428 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2429 Replace st_atime and its padding field with st_atim. Likewise
2430 st_mtime/st_mtim and st_ctime/st_ctim.
2431 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
2432 after above changes.
2433 (__xstat64_conv): Likewise.
2434
19723bdd
DJ
24352006-05-08 Richard Sandiford <richard@codesourcery.com>
2436
2437 * sysdeps/mips/ldsodefs.h: New file.
2438 * sysdeps/mips/tst-audit.h: New file.
2439
075f1edd
DJ
24402006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2441
2442 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
2443 for consistency with other ports.
2444 (MADV_REMOVE): Correct value.
2445 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
2446 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
2447 POSIX_MADV_DONTNEED): Define.
2448
142b51e4
DJ
24492006-05-05 Lior Balkohen <balkohen@gmail.com>
2450
2451 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
2452 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
2453 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
2454 and SYNC_FILE_RANGE_WAIT_AFTER.
2455 Declare sync_file_range, vmsplice, splice and tee.
2456
f3fb78ec
DJ
24572006-03-27 Lior Balkohen <balkohen@gmail.com>
2458
2459 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
2460 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
2461 prototype.
2462
bfc23f5a
DJ
24632006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
2464
2465 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
2466 Define.
2467
b415b963
DJ
24682006-03-27 Denis Barbier <barbier@linuxfr.org>
2469
2470 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
2471 typo.
2472
712619d7
DJ
24732006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2474
2475 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
2476 i386/fork.c.
2477
aea60744
DJ
24782006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2479
2480 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
2481 libc_cv_localedir, libdir, arch_minimum_kernel, and
2482 libc_cv_gcc_unwind_find_fde.
2483 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
2484 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2485 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
2486
13d7881a
DJ
24872006-03-02 Lior Balkohen <balkohen@gmail.com>
2488
2489 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2490 (__pthread_list_t, __pthread_slist_t): New typedefs.
2491 (pthread_mutex_t): Replace __next and __prev fields with __list.
2492 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
2493 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
2494 (lll_futex_wake_unlock): Define.
2495 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
2496 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
2497 lll_robust_mutex_unlock): New macros.
9a7e1091 2498 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
13d7881a
DJ
2499 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
2500 vfork.S.
2501 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
2502
73204807
DJ
25032006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2504
2505 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
2506 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
2507
6428ce3c
DJ
25082006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2509
2510 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2511 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2512 (INTERNAL_SYSCALL_NCS): New.
2513 (internal_syscall0, internal_syscall1, internal_syscall2,
2514 internal_syscall3, internal_syscall4, internal_syscall5,
2515 internal_syscall6): Take ncs_init, cs_init, and input arguments.
2516 Use them. Correct types for registers.
2517 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2518 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2519 (INTERNAL_SYSCALL_NCS): New.
2520 (internal_syscall0, internal_syscall1, internal_syscall2,
2521 internal_syscall3, internal_syscall4, internal_syscall5,
2522 internal_syscall6): Take ncs_init, cs_init, and input arguments.
2523 Use them.
2524 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
2525 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
2526 points.
2527 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
2528 Use Elf(Addr) for TLS relocation targets.
2529 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
2530 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
2531 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
2532 futexp to long for n64.
2533 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
2534
2575768d
RM
25352006-02-20 Roland McGrath <roland@redhat.com>
2536
2537 * sysdeps/mips/shlib-versions: New file.
2538 * sysdeps/mips/preconfigure: New file.
2539 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.
This page took 0.354126 seconds and 5 git commands to generate.