]> git.ipfire.org Git - thirdparty/glibc.git/blame - ports/ChangeLog.mips
Move shared umount.c from hppa to mips.
[thirdparty/glibc.git] / ports / ChangeLog.mips
CommitLineData
384b7b43
JM
12014-02-10 Joseph Myers <joseph@codesourcery.com>
2
3 * sysdeps/unix/sysv/linux/mips/mips64/umount.c: Move from
4 sysdeps/unix/sysv/linux/hppa/umount.c instead of #include of that
5 file.
6
87569616
JM
72014-02-10 Joseph Myers <joseph@codesourcery.com>
8
9 * sysdeps/unix/sysv/linux/mips/ipc_priv.h: Directly include
10 sysdeps/unix/sysv/linux/powerpc/ipc_priv.h instead of via
11 sysdeps/unix/sysv/linux/alpha/ipc_priv.h.
12
6e067a51
JM
132014-01-07 Joseph Myers <joseph@codesourcery.com>
14
15 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Move to
16 ....
17 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist:
18 ... here.
19 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist: New
20 file.
21
5d5841db
JM
222014-01-01 Joseph Myers <joseph@codesourcery.com>
23
24 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
25 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
26
6905a19f
JM
272013-12-03 Joseph Myers <joseph@codesourcery.com>
28
29 * sysdeps/mips/dl-lookup.c: Update from generic version.
30
3c1c46a6
JM
312013-11-28 Joseph Myers <joseph@codesourcery.com>
32
33 * sysdeps/mips/fpu/fegetround.c (fegetround): Use libm_hidden_def.
34
24d8773d
AJ
352013-11-27 Aurelien Jarno <aurelien@aurel32.net>
36
37 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM64_INFINITY): Fix
38 Fix 64-bit value for 32-bit ABIs.
39 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Rename generic getrlimit64
40 version as getrlimit64@@GLIBC_2_2. Provide the getrlimit64 as
41 getrlimit64@@GLIBC_2_19.
42 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Ditto with setrlimit64.
43 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist (GLIBC_2.19):
44 Add getrlimit64 and setrlimit64.
45 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Ditto.
46 * sysdeps/unix/sysv/linux/mips/mips32/Versions (libc): Add
47 getrlimit64@@GLIBC_2_19 and setrlimit64@@GLIBC_2_19.
48 * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions: Ditto.
49
9480dfe2
AJ
502013-11-27 Aurelien Jarno <aurelien@aurel32.net>
51
52 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: On O32 and N32 ABIs,
53 include the generic getrlimit64 version as __internal_getrlimit64
54 and add a wrapper around it to convert the RLIM64_INFINITY constant
55 between the libc and the kernel version.
56 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Ditto with setrlimit64.
57
d1d9eaf4
OB
582013-11-26 Ondřej Bílka <neleai@seznam.cz>
59 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Use __glibc_reserved instead __unused.
60 * sysdeps/unix/sysv/linux/mips/bits/msq.h: Likewise.
61 * sysdeps/unix/sysv/linux/mips/bits/sem.h: Likewise.
62 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
63
cb8a6dbd
MF
642013-10-30 Mike Frysinger <vapier@gentoo.org>
65
66 * sysdeps/mips/configure.in: Moved to ...
67 * sysdeps/mips/configure.ac: ... here.
68 * sysdeps/unix/sysv/linux/mips/configure.in: Moved to ...
69 * sysdeps/unix/sysv/linux/mips/configure.ac: ... here.
70 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: Moved to ...
71 * sysdeps/unix/sysv/linux/mips/mips64/configure.ac: ... here.
72 * sysdeps/mips/configure: Regenerated.
73 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
74 * sysdeps/unix/sysv/linux/mips/mips64/configure: Likewise.
75
c4264185
SE
762013-09-26 Steve Ellcey <sellcey@mips.com>
77
78 [BZ #15632]
79 * sysdeps/mips/mips32/fpu/e_sqrt.c: New.
80 * sysdeps/mips/mips32/fpu/e_sqrtf.c: New.
81 * sysdeps/mips/mips64/n32/fpu/e_sqrt.c: New.
82 * sysdeps/mips/mips64/n32/fpu/e_sqrtf.c: New.
83 * sysdeps/mips/mips64/n64/fpu/e_sqrt.c: New.
84 * sysdeps/mips/mips64/n64/fpu/e_sqrtf.c: New.
85
c79fb0ed
SE
862013-09-23 Steve Ellcey <sellcey@mips.com>
87
88 * sysdeps/mips/math_private.h (libc_feholdexcept_mips): New function.
89 (libc_feholdexcept): New macro.
90 (libc_feholdexceptf): New macro.
91 (libc_feholdexceptl): New macro.
92 (libc_fesetround_mips): New function.
93 (libc_fesetround): New macro.
94 (libc_fesetroundf): New macro.
95 (libc_fesetroundl): New macro.
96 (libc_feholdexcept_setround_mips): New function.
97 (libc_feholdexcept_setround): New macro.
98 (libc_feholdexcept_setroundf): New macro.
99 (libc_feholdexcept_setroundl): New macro.
100 (libc_fesetenv_mips): New function.
101 (libc_fesetenv): New macro.
102 (libc_fesetenvf): New macro.
103 (libc_fesetenvl): New macro.
104 (libc_feupdateenv_mips): New function.
105 (libc_feupdateenv): New macro.
106 (libc_feupdateenvf): New macro.
107 (libc_feupdateenvl): New macro.
108
d93fa659
MR
1092013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
110
111 * sysdeps/mips/bits/atomic.h: Fix comment typo.
112
6b9a5fe4
SE
1132013-09-23 Steve Ellcey <sellcey@mips.com>
114
115 * sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK.
116 * sysdeps/mips/fpu/fesetround.c (fesetround): Use _FPU_RC_MASK.
117
5b04bb07
SE
1182013-09-23 Steve Ellcey <sellcey@mips.com>
119
120 * sysdeps/mips/fpu_control.h (_FPU_RC_MASK): New.
121
2487f2e6
SE
1222013-09-23 Steve Ellcey <sellcey@mips.com>
123
124 * sysdeps/mips/fpu_control.h (comments): Add capitalization and
125 periods to match GNU standard.
126
79440ec7
SE
1272013-09-20 Steve Ellcey <sellcey@mips.com>
128
c7ae84fa 129 * sysdeps/mips/memset.S: Change prefetching and add loop unrolling.
79440ec7
SE
130 * sysdeps/mips/mips64/memset.S: Remove.
131
9c21573c
MR
1322013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
133 Thomas Schwinge <thomas@codesourcery.com>
134
135 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NAN2008): New macro.
136 (elf_machine_matches_host): Reject objects that use a different
137 NaN encoding convention.
138 * sysdeps/mips/fpu_control.h: Document IEEE 754-2008 feature
139 control bits.
140 (_FPU_ABS2008, _FPU_NAN2008): New macros.
141 (_FPU_RESERVED): Clear bits #20 and #19.
142 (_FPU_DEFAULT) [__mips_nan2008]: Set bit #18.
143 (_FPU_IEEE) [__mips_nan2008]: Likewise.
144 * sysdeps/mips/math_private.h [__mips_nan2008]
145 (HIGH_ORDER_BIT_IS_SET_FOR_SNAN): Don't define.
146 * sysdeps/mips/bits/nan.h [__mips_nan2008] (__qnan_bytes): Define
147 appropriately.
148 * sysdeps/mips/mips64/soft-fp/sfp-machine.h [__mips_nan2008]
149 (_FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q): Define 2008-NaN
150 payloads.
151 (_FP_QNANNEGATEDP): Set to 0.
152 * sysdeps/mips/soft-fp/sfp-machine.h [__mips_nan2008]
153 (_FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q): Define 2008-NaN
154 payloads.
155 (_FP_QNANNEGATEDP): Set to 0.
156 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
157 Define 2008 NaN encoding values.
158 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
159 Handle 2008-NaN libraries.
160 * sysdeps/mips/shlib-versions [HAVE_MIPS_NAN2008]: Set
161 ld=ld-linux-mipsn8.so.1.
162 * sysdeps/mips/configure.in: Define HAVE_MIPS_NAN2008 if the
163 2008 NaN encoding is used.
164 * sysdeps/unix/sysv/linux/mips/Makefile (abi-variants): Add
165 2008-NaN ABI variants.
166 (abi-o32_soft-options, abi-o32_soft-condition): Update with the
167 __mips_nan2008 macro.
168 (abi-o32_hard-options, abi-o32_hard-condition): Likewise.
169 (abi-n32_soft-options, abi-n32_soft-condition): Likewise.
170 (abi-n32_hard-options, abi-n32_hard-condition): Likewise.
171 (abi-n64_soft-options, abi-n64_soft-condition): Likewise.
172 (abi-n64_hard-options, abi-n64_hard-condition): Likewise.
173 (abi-o32_soft-ld-soname, abi-o32_hard-ld-soname): New macros.
174 (abi-n32_soft-ld-soname, abi-n32_hard-ld-soname): Likewise.
175 (abi-n64_soft-ld-soname, abi-n64_hard-ld-soname): Likewise.
176 (abi-o32_soft_2008-options): Likewise.
177 (abi-o32_soft_2008-condition): Likewise.
178 (abi-o32_hard_2008-options): Likewise.
179 (abi-o32_hard_2008-condition): Likewise.
180 (abi-n32_soft_2008-options): Likewise.
181 (abi-n32_soft_2008-condition): Likewise.
182 (abi-n32_hard_2008-options): Likewise.
183 (abi-n32_hard_2008-condition): Likewise.
184 (abi-n64_soft_2008-options): Likewise.
185 (abi-n64_soft_2008-condition): Likewise.
186 (abi-n64_hard_2008-options): Likewise.
187 (abi-n64_hard_2008-condition): Likewise.
188 (abi-o32_soft_2008-ld-soname): Likewise.
189 (abi-o32_hard_2008-ld-soname): Likewise.
190 (abi-n32_soft_2008-ld-soname): Likewise.
191 (abi-n32_hard_2008-ld-soname): Likewise.
192 (abi-n64_soft_2008-ld-soname): Likewise.
193 (abi-n64_hard_2008-ld-soname): Likewise.
194 * sysdeps/unix/sysv/linux/mips/configure.in: Include the NaN
195 encoding selection in default-abi. Set arch_minimum_kernel to
196 10.0.0 if 2008 NaN encoding is used.
197 * sysdeps/mips/configure: Regenerate.
198 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
199
f24a6d08
OB
2002013-08-30 Ondřej Bílka <neleai@seznam.cz>
201
202 * sysdeps/mips/memcpy.S: Fix then/than typos.
203
382466e0
OB
2042013-08-30 Ondřej Bílka <neleai@seznam.cz>
205
206 * sysdeps/mips/memcpy.S: Fix typos.
207
c54290cf
TS
2082013-08-29 Thomas Schwinge <thomas@codesourcery.com>
209
210 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
211 Use ELFOSABI_GNU instead of ELFOSABI_LINUX.
212
6f65e668
OB
2132013-08-29 Ondřej Bílka <neleai@seznam.cz>
214
215 * sysdeps/mips/sys/asm.h: Fix typos.
216
b72ca61b
MR
2172013-08-22 Maciej W. Rozycki <macro@codesourcery.com>
218
219 * sysdeps/mips/fpu_control.h: Document bits reserved for
220 architecture implementers.
221 (_FPU_RESERVED): Clear bit #21.
222 * sysdeps/mips/fpu/fedisblxcpt.c (fedisableexcept): Don't clear
223 reserved bits.
224 * sysdeps/mips/fpu/feenablxcpt.c (feenableexcept): Likewise.
225
77f01ab5
JM
2262013-07-02 Joseph Myers <joseph@codesourcery.com>
227
62e9e9f8
JM
228 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
229 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
230
77f01ab5
JM
231 [BZ #13304]
232 * sysdeps/mips/ieee754/s_fma.c: New file.
233 * sysdeps/mips/ieee754/s_fmaf.c: Likewise.
234 * sysdeps/mips/ieee754/s_fmal.c: Likewise.
235 * sysdeps/mips/mips32/Implies: Add mips/soft-fp.
236 * sysdeps/mips/mips64/n32/s_fma.c: Remove file.
237 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
238 * sysdeps/mips/mips64/soft-fp/sfp-machine.h (_FP_MUL_MEAT_DW_S):
239 New macro.
240 (_FP_MUL_MEAT_DW_D): Likewise.
241 (_FP_MUL_MEAT_DW_Q): Likewise.
242 * sysdeps/mips/soft-fp/sfp-machine.h (_FP_MUL_MEAT_DW_S): New
243 macro.
244 (_FP_MUL_MEAT_DW_D): Likewise.
245 (_FP_MUL_MEAT_DW_Q): Likewise.
246
1ae8bfe0
RA
2472013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
248
249 * sysdeps/mips/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
250 to macro prototype for AT_HWCAP2 support.
251
fe114d20
MR
2522013-06-27 Maciej W. Rozycki <macro@codesourcery.com>
253
254 * sysdeps/unix/sysv/linux/mips/dl-static.c: Do not include
255 <bits/libc-lock.h>.
256 (_dl_static_lock): Remove variable.
257 (_dl_static_init): Remove _dl_static_lock locking.
258
61dd6208
SP
2592013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
260
261 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
262 Update.
263 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
264 Likewise.
265 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
266 Likewise.
267
d8572c5c
JM
2682013-06-14 Joseph Myers <joseph@codesourcery.com>
269
601eb33d
JM
270 [BZ #14909]
271 * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
272 Rename __fpc_csr field to __glibc_reserved1.
273 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux) [__mips_hard_float]:
274 Do not set __fpc_csr.
275 * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux)
276 [__mips_hard_float]: Likewise.
277 * sysdeps/mips/__longjmp.c (____longjmp) [__mips_hard_float]: Do
278 not use __fpc_csr.
279 * sysdeps/mips/mips64/__longjmp.c (__longjmp) [__mips_hard_float]:
280 Likewise.
281
d8572c5c
JM
282 * sysdeps/mips/math-tests.h: New file.
283
5556231d
JM
2842013-06-05 Joseph Myers <joseph@codesourcery.com>
285
286 * sysdeps/mips/fpu/fgetexcptflg.c: Remove trailing whitespace.
287 * sysdeps/mips/fpu/fraiseexcpt.c: Likewise.
288 * sysdeps/mips/memset.S: Likewise.
289 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
290 * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
291 * sysdeps/mips/mips64/memset.S: Likewise.
292 * sysdeps/mips/mips64/setjmp.S: Likewise.
293 * sysdeps/mips/start.S: Likewise.
294 * sysdeps/unix/mips/sysdep.S: Likewise.
295 * sysdeps/unix/sysv/linux/mips/dl-static.c: Likewise.
296 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Likewise.
297
b9375348
SP
2982013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
299
300 [BZ #15465]
301 * sysdeps/mips/dl-lookup.c (do_lookup_x): Use DSO_FILENAME.
302 (add_dependency): Likewise.
303 (_dl_lookup_symbol_x): Likewise.
304 (_dl_debug_bindings): Likewise.
305 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Use
306 RTLD_PROGNAME.
307
85118d4d
EBM
3082013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
309
310 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add
311 si_addr_lsb to _sifields.sifault.
312 (si_addr_lsb): Define new macro.
313 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
314
b50a7181
JM
3152013-05-22 Joseph Myers <joseph@codesourcery.com>
316
317 * sysdeps/mips/mips32/libm-test-ulps: Update test names.
318 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
319
04453c56
JM
3202013-05-21 Joseph Myers <joseph@codesourcery.com>
321
322 [BZ #15506]
323 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
324 [!__PIC__] (PSEUDO): Undefine and redefine.
325 (PSEUDO_END): Undefine and redefine unconditionally.
326 [!__PIC__] (STK_PAD): Define to 0.
327 [!__PIC__] (STKOFF_GP): Do not define.
328 [!__PIC__] (STKSPACE): Define to (STKOFF_SVMSK + SZREG).
329 (PSEUDO_JMP): Define depending on [__PIC__].
330 (CENABLE): Use PSEUDO_JMP in all definitions.
331 (CDISABLE): Likewise.
332 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
333 (SYSCALL_ERROR_LABEL): Define unconditionally.
334 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
335 (SYSCALL_ERROR_LABEL): Define unconditionally.
336
db62a907
JM
3372013-05-19 Joseph Myers <joseph@codesourcery.com>
338
339 * sysdeps/mips/mips32/libm-test-ulps: Update names of sincos
340 tests.
341 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
342
2848b105
MR
3432013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
344
345 [BZ #15442]
346 * sysdeps/mips/mips64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
347 New macro.
348 (_FP_NANFRAC_S): Don't set the quiet bit.
349 (_FP_NANFRAC_D): Likewise.
350 (_FP_NANFRAC_Q): Likewise.
351 * sysdeps/mips/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
352 macro.
353 (_FP_NANFRAC_S): Don't set the quiet bit.
354 (_FP_NANFRAC_D): Likewise.
355 (_FP_NANFRAC_Q): Likewise.
356
e054f494
RA
3572013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
358
359 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: Add missing
360 #include <stdint.h> due to uint64_t or uint32_t usage.
361 * sysdeps/mips/bits/atomic.h: Likewise.
362
57267616
TS
3632013-04-02 Thomas Schwinge <thomas@codesourcery.com>
364
365 * sysdeps/mips/math_private.h: New file.
366
defa0357
JM
3672013-03-20 Joseph Myers <joseph@codesourcery.com>
368
369 * sysdeps/unix/sysv/linux/mips/configure.in (default-abi): Set
370 using LIBC_CONFIG_VAR.
371 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
372 * sysdeps/unix/sysv/linux/mips/Makefile: Do not include
373 default-abi.make.
374
ae6b60cc
TS
3752013-03-15 Thomas Schwinge <thomas@codesourcery.com>
376
377 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
378 (MAP_ANONYMOUS): Don't define.
379
67525cb8
AJ
3802013-03-06 Andreas Jaeger <aj@suse.de>
381
664a9ce4
AJ
382 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines
383 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
384 (__MAP_ANONYMOUS): Define.
385
67525cb8
AJ
386 * sysdeps/unix/sysv/linux/mips/bits/msq.h (MSG_COPY): Define.
387
43301bd3 3882013-02-27 Chung-Lin Tang <cltang@codesourcery.com>
d0501bfb
SP
389 Maciej W. Rozycki <macro@codesourcery.com>
390 Maxim Kuvyrkov <maxim@codesourcery.com>
43301bd3
MR
391
392 * sysdeps/mips/abort-instr.h (ABORT_INSTRUCTION) [__mips16]:
393 New macro.
394 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Add
395 MIPS16 version of assembly code.
396 (RTLD_START) [__mips16]: New macro.
397 * sysdeps/mips/fpu_control.h (__mips_fpu_getcw): New prototype.
398 (__mips_fpu_setcw): Likewise.
399 (_FPU_GETCW) [__mips16]: New macro.
400 (_FPU_SETCW) [__mips16]: Likewise.
401 * sysdeps/mips/machine-gmon.h (MCOUNT): Add `.set nomips16'.
402 * sysdeps/mips/tls-macros.h (LOAD_GP) [__mips16]: New macro.
403 (TLS_GD, TLS_LD, TLS_IE, TLS_LE) [__mips16]: Likewise.
404 * sysdeps/mips/bits/atomic.h: Also use __atomic_* builtins with
405 GCC 4.7 in MIPS16 code.
406 (atomic_compare_and_exchange_val_acq) [__mips16]: New macro.
407 (atomic_compare_and_exchange_bool_acq) [__mips16]: Likewise.
408 (atomic_exchange_acq) [__mips16]: Likewise.
409 (atomic_exchange_and_add) [__mips16]: Likewise.
410 (atomic_bit_test_set) [__mips16]: Likewise.
411 (atomic_and, atomic_and_val) [__mips16]: Likewise.
412 (atomic_or, atomic_or_val) [__mips16]: Likewise.
413 (atomic_full_barrier) [__mips16]: Likewise.
414 * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER) [__mips16]:
415 Likewise.
416 * sysdeps/mips/sys/tas.h (_test_and_set): Add `__nomips16__'
417 attribute.
418 * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO): Add
419 `.set nomips16'.
420 (PSEUDO_ERRVAL): Likewise.
421 * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Likewise.
422 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
423 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
424 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
425 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS) [__mips16]: New macros.
426 (INTERNAL_SYSCALL_MIPS16) [__mips16]: Likewise.
427 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h:
428 New file.
429 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO):
430 Add `.set nomips16'.
431 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
432 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
433 * sysdeps/mips/memset.S (memset): Likewise.
434 * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
435 * sysdeps/mips/start.S (ENTRY_POINT) [__mips16]: New function.
436 * sysdeps/mips/mips32/crti.S: Add `.set nomips16'.
437 * sysdeps/mips/mips32/crtn.S: Likewise.
438 * sysdeps/mips/mips64/n32/crti.S: Likewise.
439 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
440 * sysdeps/mips/mips64/n64/crti.S: Likewise.
441 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
442 * sysdeps/unix/mips/sysdep.S: Likewise.
443 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
444 * sysdeps/unix/sysv/linux/mips/getcontext.S: Likewise.
445 * sysdeps/unix/sysv/linux/mips/makecontext.S: Likewise.
446 * sysdeps/unix/sysv/linux/mips/setcontext.S: Likewise.
447 * sysdeps/unix/sysv/linux/mips/swapcontext.S: Likewise.
448 * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
449 * sysdeps/mips/__longjmp.c (__longjmp): Rename function to...
450 (____longjmp): ... this. Make static and add `nomips16'
451 attribute.
452 (__longjmp): New alias.
453 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve) [__mips16]:
454 New function.
455 (_dl_runtime_pltresolve): Likewise.
456 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Add `nomips16'
457 attribute.
458 * sysdeps/mips/fpu/e_sqrt.c (__ieee754_sqrt): Likewise.
459 * sysdeps/mips/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise.
460 * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Rewrite in terms
461 of INTERNAL_SYSCALL.
462 * sysdeps/mips/mips32/fpu/fpu_control.c: New file.
463 * sysdeps/mips/mips32/mips16/add_n.c: New file.
464 * sysdeps/mips/mips32/mips16/addmul_1.c: New file.
465 * sysdeps/mips/mips32/mips16/lshift.c: New file.
466 * sysdeps/mips/mips32/mips16/mul_1.c: New file.
467 * sysdeps/mips/mips32/mips16/rshift.c: New file.
468 * sysdeps/mips/mips32/mips16/sub_n.c: New file.
469 * sysdeps/mips/mips32/mips16/submul_1.c: New file.
470 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c:
471 New file.
472 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c:
473 New file.
474 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c:
475 New file.
476 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c:
477 New file.
478 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c:
479 New file.
480 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
481 New file.
482 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
483 New file.
484 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
485 New file.
486 * sysdeps/mips/mips32/fpu/Versions: New file.
487 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions: New file.
488 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: New
489 file.
490 * sysdeps/mips/mips32/mips16/fpu/Makefile: New file.
491 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile: New file.
492 * sysdeps/mips/preconfigure: Handle o32 MIPS16 compilation.
493
2636ffe6
TS
4942013-02-20 Thomas Schwinge <thomas@codesourcery.com>
495
50022a93
TS
496 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
497 __attribute__ ((unused)) to __attribute__ ((__unused__)).
498
f6432d89
TS
499 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Sort
500 properly.
501
c7b275d6
TS
502 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
503 __attribute_used__ to __attribute__ ((unused)).
504
72f0ffdc
TS
505 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Add
506 __attribute_used__.
507
2636ffe6
TS
508 * sysdeps/mips/bits/nan.h: Align to generic IEEE 754 file.
509
92363eb8
JM
5102013-02-19 Joseph Myers <joseph@codesourcery.com>
511
512 [BZ #14920]
513 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
514 (FUTEX_WAIT_REQUEUE_PI): Define.
515 (FUTEX_CMP_REQUEUE_PI): Likewise.
516 (lll_futex_wait_requeue_pi): Likewise.
517 (lll_futex_timed_wait_requeue_pi): Likewise.
518 (lll_futex_cmp_requeue_pi): Likewise.
519
ba384f6e
SP
5202013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
521
522 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
523 __cxa_thread_atexit_impl.
524 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
525 Likewise.
526 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
527 Likewise.
528
70d9946a
JM
5292013-02-13 Joseph Myers <joseph@codesourcery.com>
530
531 [BZ #13550]
532 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c (__fxstat64): Do
533 not use __ptrvalue.
534 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c (__fxstatat64):
535 Likewise.
536 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c (__lxstat64):
537 Likewise.
538 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c (__xstat64):
539 Likewise.
540 * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
541 Likewise.
542
aea7a9b9
JM
5432013-02-11 Joseph Myers <joseph@codesourcery.com>
544
545 * sysdeps/mips/include/sys/asm.h: New file.
546 * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use SETUP_GP64_REG
547 and RESTORE_GP64_REG.
548 * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
549 * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
550 * sysdeps/mips/sys/asm.h (__mips_cfi_startproc): Define to empty.
551 (__mips_cfi_endproc): Likewise.
552 (LEAF): Use __mips_cfi_startproc.
553 (NESTED): Likewise.
554 (END): Use __mips_cfi_endproc.
555 (EXPORT): Use __mips_cfi_startproc.
556 * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Add CFI information
557 for error-handling code in both definitions.
558 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
559 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
560 * sysdeps/unix/mips/sysdep.h (ENTRY): Use cfi_startproc.
561 (END): Use cfi_endproc.
562 (PSEUDO_END): Likewise.
563 (PSEUDO_END_NOERRNO): Likewise.
564 (PSEUDO_END_ERRVAL): Likewise.
565 * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Add CFI
566 information. Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
567 * sysdeps/unix/sysv/linux/mips/getcontext.S (__getcontext):
568 Likewise.
569 * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
570 Likewise.
571 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
572 SETUP_GP64_REG and RESTORE_GP64_REG.
573 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
574 [(!NOT_IN_libc || IS_IN_libpthread || IS_IN_librt) && __PIC__]
575 (PSEUDO): Use cfi_endproc before ENTRY.
576 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Add CFI
577 information. Use SETUP_GP64_REG and RESTORE_GP64_REG.
578 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h [(!NOT_IN_libc
579 || IS_IN_libpthread || IS_IN_librt) && __PIC__] (PSEUDO): Use
580 cfi_endproc before ENTRY.
581 * sysdeps/unix/sysv/linux/mips/setcontext.S (__setcontext): Add
582 CFI information. Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
583 * sysdeps/unix/sysv/linux/mips/swapcontext.S (__swapcontext):
584 Likewise.
585 * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Add CFI
586 information. Use SETUP_GP64_REG and RESTORE_GP64_REG.
587
f3aae3f3
JM
5882013-02-08 Joseph Myers <joseph@codesourcery.com>
589
a2da1673
JM
590 [BZ #13550]
591 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: Don't include
592 <bp-checks.h>.
593 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
594 (__libc_pread): Don't use CHECK_N.
595 * sysdeps/unix/sysv/linux/mips/pread64.c: Don't include
596 <bp-checks.h>.
597 (__libc_pread64): Don't use CHECK_N.
598 * sysdeps/unix/sysv/linux/mips/pwrite.c: Don't include
599 <bp-checks.h>.
600 (__libc_pwrite): Don't use CHECK_N.
601 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Don't include
602 <bp-checks.h>.
603 (__libc_pwrite64): Don't use CHECK_N.
604
a6ee1783
JM
605 * sysdeps/mips/add_n.S (__mpn_add_n): Use END.
606 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
607 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
608 * sysdeps/mips/mips64/add_n.S (__mpn_add_n): Use ENTRY and END.
609 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Likewise.
610 * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use END.
611 * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
612 * sysdeps/mips/mips64/lshift.S (__mpn_lshift): Use ENTRY and END.
613 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Likewise.
614 * sysdeps/mips/mips64/rshift.S (__mpn_rshift): Likewise.
615 * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Use END.
616 * sysdeps/mips/mips64/sub_n.S (__mpn_sub_n): Use ENTRY and END.
617 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Likewise.
618 * sysdeps/mips/setjmp.S (__sigsetjmp): Use END.
619
f3aae3f3
JM
620 [BZ #13550]
621 * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Do not include
622 <bp-checks.h>.
623 (__msgctl): Do not use CHECK_1.
624 * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Do not include
625 <bp-checks.h>.
626 (__shmctl): Do not use CHECK_1.
627 * sysdeps/unix/sysv/linux/mips/ustat.c: Do not include
628 <bp-checks.h>.
629 (ustat): Do not use CHECK_1.
630
b82ba2f0
MR
6312013-02-05 Maciej W. Rozycki <macro@codesourcery.com>
632
f9834ea4
MR
633 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Add a missing
634 space in asm register specifiers throughout.
635 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
636 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
637
b82ba2f0
MR
638 [BZ #15054]
639 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (MOVE32):
640 New macro.
641 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
642 restart convention.
643 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
644 convention.
645 (internal_syscall0, internal_syscall1): Likewise.
646 (internal_syscall2, internal_syscall3): Likewise.
647 (internal_syscall4, internal_syscall5): Likewise.
648 (internal_syscall6, internal_syscall7): Likewise.
649 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (MOVE32):
650 New macro.
651 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
652 restart convention.
653 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
654 convention.
655 (internal_syscall0, internal_syscall1): Likewise.
656 (internal_syscall2, internal_syscall3): Likewise.
657 (internal_syscall4, internal_syscall5): Likewise.
658 (internal_syscall6): Likewise.
659 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (MOVE32):
660 New macro.
661 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
662 restart convention.
663 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
664 convention.
665 (internal_syscall0, internal_syscall1): Likewise.
666 (internal_syscall2, internal_syscall3): Likewise.
667 (internal_syscall4, internal_syscall5): Likewise.
668 (internal_syscall6): Likewise.
669
6277fdab
JM
6702013-02-04 Joseph Myers <joseph@codesourcery.com>
671
672 [BZ #13550]
673 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Do not include
674 <bp-checks.h>.
675 (truncate64): Do not use CHECK_STRING.
676 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
677 <bp-checks.h>.
678 (__fxstatat64): Do not use CHECK_STRING.
679 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Do not include
680 <bp-checks.h>.
681 (__lxstat64): Do not use CHECK_STRING.
682 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Do not include
683 <bp-checks.h>.
684 (__xstat64): Do not use CHECK_STRING.
685
2e8a5c8c
JM
6862013-01-31 Joseph Myers <joseph@codesourcery.com>
687
688 [BZ #13550]
689 * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Don't include
690 <bp-checks.h> and <bp-semctl.h>.
691 (__semctl): Don't use CHECK_SEMCTL.
692
29bfb065
MR
6932013-01-29 Maciej W. Rozycki <macro@codesourcery.com>
694
695 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Correct
696 whitespace damage throughout.
697 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
698
c6af74e4
SE
6992013-01-25 Steve Ellcey <sellcey@mips.com>
700
701 * sysdeps/mips/memmove.c: Remove.
702
828beb13
JM
7032013-01-10 Joseph Myers <joseph@codesourcery.com>
704
705 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h (struct
706 sigcontext): Use __extension__ with long long in all definitions.
707
d9014c08
SE
7082013-01-08 Steve Ellcey <sellcey@mips.com>
709
710 * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial
711 loads and stores, set and use MAX_PREFETCH_SIZE.
712
c40ea3d9
AJ
7132013-01-08 Andreas Jaeger <aj@suse.de>
714
715 [BZ# 14985]
716 * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): Remove.
717
568035b7
JM
7182013-01-02 Joseph Myers <joseph@codesourcery.com>
719
720 * All files with FSF copyright notices: Update copyright dates
721 using scripts/update-copyrights.
722
f4cf5f2d
JM
7232013-01-01 Joseph Myers <joseph@codesourcery.com>
724
725 * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
726 * sysdeps/mips/bits/mathdef.h: Likewise.
727 * sysdeps/mips/bits/setjmp.h: Likewise.
728 * sysdeps/mips/ieee754/ieee754.h: Likewise.
729 * sysdeps/mips/machine-gmon.h: Likewise.
730 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
731 * sysdeps/mips/mips64/setjmp.S: Likewise.
732 * sysdeps/mips/start.S: Likewise.
733 * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
734 * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
735 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
736 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
737
0993dd9b
JM
7382012-12-04 Joseph Myers <joseph@codesourcery.com>
739
740 * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
8d65d9d7 741 Define to set cw to 0, not just to plain "0" as a statement.
0993dd9b
JM
742 [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
743 than doing nothing with cw.
744
8018f81b
JM
7452012-11-30 Joseph Myers <joseph@codesourcery.com>
746
747 * sysdeps/mips/mips32/libm-test-ulps: Update.
748 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
749
1672585f
JM
7502012-11-29 Joseph Myers <joseph@codesourcery.com>
751
752 [BZ #14893]
753 * sysdeps/mips/mips64/n32/_itoa.h: New file.
754 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
755 <sgidefs.h>.
756 (CTX_TYPE): New macro.
757 (CTX_REG): Likewise.
758 (CTX_PC): Likewise.
759 (CTX_MDHI): Likewise.
760 (CTX_MDLO): Likewise.
761 (REG_HEX_SIZE): Likewise.
762 (hexvalue): Take _ITOA_WORD_TYPE argument.
763 (register_dump): Use these macros instead of hardcoding struct
764 sigcontext * type and accesses and 8-byte textual output for
765 registers.
766
fc6394c6
JM
7672012-11-22 Joseph Myers <joseph@codesourcery.com>
768
769 [BZ #14822]
770 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
771 (sendfile): New syscall entry.
772 * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
773 Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
774
e0ba0e18
JM
7752012-11-21 Joseph Myers <joseph@codesourcery.com>
776
c3151ad1
JM
777 * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
778 uintptr_t.
779
e0ba0e18
JM
780 * sysdeps/mips/sotruss-lib.c: New file.
781
bd077d20
JM
7822012-11-20 Joseph Myers <joseph@codesourcery.com>
783
f59cba71
JM
784 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
785 (internal_syscall1): Use parentheses around macro arguments.
786 (internal_syscall2): Likewise.
787 (internal_syscall3): Likewise.
788 (internal_syscall4): Likewise.
789 (internal_syscall5): Likewise.
790 (internal_syscall6): Likewise.
791 (internal_syscall7): Likewise.
792 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
793 (internal_syscall1): Likewise.
794 (internal_syscall2): Likewise.
795 (internal_syscall3): Likewise.
796 (internal_syscall4): Likewise.
797 (internal_syscall5): Likewise.
798 (internal_syscall6): Likewise.
799
aa099ade
JM
800 * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
801 _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
802 type.
803 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
804 ss_sp to long before casting to sp_type.
805 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
806 _ABIO32] (GET_PC): Cast to unsigned long before casting to a
807 pointer type.
808 [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
809 [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
810 [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
811 [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
812 [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
813
bd077d20
JM
814 * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
815 (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
816 __prev and __cmp. Cast __cmp to void.
817 [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
818 Likewise.
819 [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
820 (__arch_compare_and_exchange_xxx_64_int): Likewise.
821
6eb43a28
JM
8222012-11-19 Joseph Myers <joseph@codesourcery.com>
823
c9c253d3
JM
824 * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
825 variable with __attribute__ ((unused)).
826
6eb43a28
JM
827 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
828 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
829 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
830 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
831 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
832 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
833 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
834 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
835 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
836 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
837 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
838 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
839
018f9a78
JM
8402012-11-17 Joseph Myers <joseph@codesourcery.com>
841
842 * sysdeps/mips/bits/atomic.h
843 (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
844 with __attribute__ ((unused)).
845 (__arch_compare_and_exchange_bool_16_int): Likewise.
846 (__arch_compare_and_exchange_bool_32_int): Likewise.
847 (__arch_compare_and_exchange_bool_64_int): Likewise.
848
19218757
MK
8492012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
850
d0501bfb 851 * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove.
19218757 852
d7fcee3a
JM
8532012-11-05 Joseph Myers <joseph@codesourcery.com>
854
855 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
856 (lll_futex_timed_wait_bitset): New macro.
857
b830319d
TS
8582012-11-04 Thomas Schwinge <thomas@codesourcery.com>
859
860 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
861 include <stub-tag.h>.
862
fbeafede
JM
8632012-11-03 Joseph Myers <joseph@codesourcery.com>
864
5b5b04d6
JM
865 * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
866 libm_hidden_def.
867
fbeafede
JM
868 [BZ #3439]
869 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
870 constant usable in #if and use that to give value to enum
871 constant.
872 (FE_UNDERFLOW): Likewise.
873 (FE_OVERFLOW): Likewise.
874 (FE_DIVBYZERO): Likewise.
875 (FE_INVALID): Likewise.
876 (FE_TONEAREST): Likewise.
877 (FE_TOWARDZERO): Likewise.
878 (FE_UPWARD): Likewise.
879 (FE_DOWNWARD): Likewise.
880
4c68e865
TS
8812012-11-01 Thomas Schwinge <thomas@codesourcery.com>
882
46879bae
TS
883 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
884
4c68e865
TS
885 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
886 (GLIBC_2.17): Add clock_* symbols.
887
e6ff7f84
SE
8882012-10-31 Steve Ellcey <sellcey@mips.com>
889
890 * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
891 it work in 32 or 64 bit modes.
892 * sysdeps/mips/mips64/memcpy.S: Remove.
893
2a27fd6d
JM
8942012-10-30 Joseph Myers <joseph@codesourcery.com>
895
896 [BZ #14047]
897 * sysdeps/mips/tininess.h: New file.
898
48b76e2d
SE
8992012-10-29 Steve Ellcey <sellcey@mips.com>
900
901 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
902 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
903 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
904 * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
905 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
906 * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
907 (abi-variants): Add hard and soft float versions.
908 (abi-o32-options): Remove.
909 (abi-o32-condition): Remove.
910 (abi-n32-options): Remove.
911 (abi-n32-condition): Remove.
912 (abi-n64-options): Remove.
913 (abi-n64-condition): Remove.
914 (abi-o32_soft-options): New.
915 (abi-o32_soft-condition): New.
916 (abi-o32_hard-options): New.
917 (abi-o32_hard-condition): New.
918 (abi-n32_soft-options): New.
919 (abi-n32_soft-condition): New.
920 (abi-n32_hard-options): New.
921 (abi-n32_hard-condition): New.
922 (abi-n64_soft-options): New.
923 (abi-n64_soft-condition): New.
924 (abi-n64_hard-options): New.
925 (abi-n64_hard-condition): New.
926
6e6249d0
RM
9272012-10-19 Roland McGrath <roland@hack.frob.com>
928
929 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
930 (GLIBC_2.17): Add clock_* symbols.
931 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
932
de2b6422
AJ
9332012-10-24 Andreas Jaeger <aj@suse.de>
934
935 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
936 definitions and declarations that are provided by
937 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
938
8f565a27
SE
9392012-10-03 Steve Ellcey <sellcey@mips.com>
940
941 * sysdeps/mips/ieee754.h: Move to...
942 * sysdeps/mips/ieee754/ieee754.h: Here.
943 * sysdeps/mips/mips32/Implies: Add mips/ieee754.
944 * sysdeps/mips/mips64/Implies: Ditto.
945 * sysdeps/mips/mips64/n32/Implies: Ditto.
946 * sysdeps/mips/mips64/n64/Implies: Ditto.
947
40d4a87b
SP
9482012-10-02 Siddhesh Poyarekar <siddhesh@redhat.com>
949
950 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
951 flag name in comment to CLONE_CHILD_CLEARTID.
952
93c65d43
RM
9532012-09-28 Roland McGrath <roland@hack.frob.com>
954
955 * sysdeps/mips/init-first.c: File removed.
956
4ff2d4c2
L
9572012-09-28 H.J. Lu <hongjiu.lu@intel.com>
958
1fa1170b 959 * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
4ff2d4c2 960
ad845c0b
JM
9612012-08-27 Joseph Myers <joseph@codesourcery.com>
962
963 * sysdeps/unix/sysv/linux/mips/kernel-features.h
964 (__ASSUME_STAT64_SYSCALL): Remove.
965
89570c62
GG
9662012-08-27 Guido Guenther <agx@sigxcpu.org>
967
968 * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
969
eaeffd07
JM
9702012-08-22 Joseph Myers <joseph@codesourcery.com>
971
972 * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
973 _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
974 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file. Based
975 on version from ../sysdeps/unix/sysv/linux/.
976 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
977 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
978
30f69637
CD
9792012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
980
981 * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
982 <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
983 struct La_mips_32_regs and struct La_mips_64_regs are not constant.
984
309becf1
MK
9852012-08-15 Tom de Vries <vries@codesourcery.com>
986 Maxim Kuvyrkov <maxim@codesourcery.com>
987
988 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
989 (__libc_lock_trylock): Define versions optimized for MIPS.
990
ef400973
MK
9912012-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
992
993 * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
994 * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
995 * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
996
5544c7e0
JM
9972012-08-15 Joseph Myers <joseph@codesourcery.com>
998
999 * sysdeps/mips/dl-lookup.c: Update from generic version.
1000
8f12da97
MK
10012012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
1002
d0501bfb
SP
1003 [__GNUC_PREREQ (4, 8)]
1004 (atomic_exchange_and_add): Split into ...
1005 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
1006 New atomic macros.
1007 [!__GNUC_PREREQ (4, 8)]
1008 (atomic_exchange_and_add): Split into ...
1009 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
1010 New atomic macros.
8f12da97 1011
7f540252
JM
10122012-08-09 Joseph Myers <joseph@codesourcery.com>
1013
1014 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1015 (__ASSUME_UTIMES): Define.
1016
6dad2c06
JM
10172012-08-07 Joseph Myers <joseph@codesourcery.com>
1018
1019 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1020 Remove.
1021 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1022
23bddc06
JM
10232012-08-01 Joseph Myers <joseph@codesourcery.com>
1024
1025 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1026 (__ASSUME_FCNTL64): Remove.
1027
b290216f
SE
10282012-08-01 Steve Ellcey <sellcey@mips.com>
1029
1030 * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
1031 _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
1032 _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
1033 macro.
1034 (PREFX): Likewise.
1035
7e6242f5
JM
10362012-07-31 Joseph Myers <joseph@codesourcery.com>
1037
1038 * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
1039 * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
1040 * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
1041 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
1042 * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
1043 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
1044
89d9c04d
JM
10452012-07-27 Joseph Myers <joseph@codesourcery.com>
1046
1047 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
1048 * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
1049
0c7936d5
FW
10502012-07-25 Florian Weimer <fweimer@redhat.com>
1051
1052 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
1053 secure_getenv.
1054 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
1055 Likewise.
1056 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
1057 Likewise.
1058
7d67a5d1
JM
10592012-07-17 Joseph Myers <joseph@codesourcery.com>
1060
ef1354a5
JM
1061 * sysdeps/mips/configure.in: Remove TLS check.
1062 * sysdeps/mips/configure: Regenerated.
1063
7d67a5d1
JM
1064 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
1065 file.
1066 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1067 Likewise.
1068 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1069 Likewise.
1070
a766fb45 10712012-07-11 Tom de Vries <vries@codesourcery.com>
d0501bfb
SP
1072 Maxim Kuvyrkov <maxim@codesourcery.com>
1073
1074 * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
1075 (__arch_compare_and_exchange_bool_32_int)
1076 (__arch_compare_and_exchange_val_32_int)
1077 (__arch_compare_and_exchange_bool_64_int)
1078 (__arch_compare_and_exchange_val_64_int)
1079 Define in terms of __atomic_compare_exchange_n.
1080 [__GNUC_PREREQ (4, 8)]
1081 (__arch_exchange_32_int, __arch_exchange_64_int):
1082 Define in terms of __atomic_exchange_n.
1083 [__GNUC_PREREQ (4, 8)]
1084 (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1085 Define in terms of __atomic_fetch_add.
1086 [!__GNUC_PREREQ (4, 8)]: Update formatting.
a766fb45 1087
76b1f93b
PJ
10882012-07-06 Petar Jovanovic <petar.jovanovic@rt-rk.com>
1089
1090 * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
1091 the stack pointer.
1092
a978616d
JM
10932012-06-19 Joseph Myers <joseph@codesourcery.com>
1094
1095 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
1096 _gp_disp entry.
1097 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1098 Likewise.
1099 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
1100 Likewise.
1101 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
1102 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
1103 Likewise.
1104 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
1105 Likewise.
1106 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
1107 Likewise.
1108 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
1109 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
1110 Likewise.
1111 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1112 Likewise.
1113 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
1114 Likewise.
1115 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
1116 Likewise.
1117 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1118 Likewise.
1119 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1120 Likewise.
1121 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
1122 Likewise.
1123 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1124 Likewise.
1125 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
1126 Likewise.
1127 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
1128 Likewise.
1129 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
1130 Likewise.
1131 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1132 Likewise.
1133 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
1134 Likewise.
1135
e525bc9c
JM
11362012-06-14 Joseph Myers <joseph@codesourcery.com>
1137
1138 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1139 (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
1140 variable.
1141
12139ca3
JM
11422012-06-01 Joseph Myers <joseph@codesourcery.com>
1143
d97b8a3d
JM
1144 * sysdeps/mips/mips64/n32/s_fma.c: New file.
1145 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
1146
12139ca3
JM
1147 * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
1148 typo.
1149
3c9d6dec
JM
11502012-05-31 Joseph Myers <joseph@codesourcery.com>
1151
36d173fb
JM
1152 * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
1153
3c9d6dec
JM
1154 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
1155 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1156
cc824a2e
JM
11572012-05-30 Joseph Myers <joseph@codesourcery.com>
1158
fd5beba7
JM
1159 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
1160 settings out of conditional.
1161
6863adc8
JM
1162 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
1163 __connect_internal alias.
1164
6334191e
JM
1165 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
1166 (FP_TRAPPING_EXCEPTIONS): Define.
1167
d9ab3eff
JM
1168 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
1169 Rename to abi-variants.
1170 (syscall-list-includes): Rename to abi-includes.
1171 (syscall-list-o32-options): Rename to abi-o32-options.
1172 (syscall-list-o32-condition): Rename to abi-o32-condition.
1173 (syscall-list-n32-options): Rename to abi-n32-options.
1174 (syscall-list-n32-condition): Rename to abi-n32-condition.
1175 (syscall-list-n64-options): Rename to abi-n64-options.
1176 (syscall-list-n64-condition): Rename to abi-n64-condition.
1177 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
1178 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
1179 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
1180
cc824a2e
JM
1181 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
1182 _internal alias by hidden_def.
1183
0387d093
JM
11842012-05-26 Joseph Myers <joseph@codesourcery.com>
1185
1186 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
1187 file.
1188 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1189 Likewise.
1190 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
1191 Likewise.
1192 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
1193 Likewise.
1194 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1195 Likewise.
1196 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1197 Likewise.
1198 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
1199 Likewise.
1200 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1201 Likewise.
1202
089d856f
JM
12032012-05-25 Joseph Myers <joseph@codesourcery.com>
1204
1205 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1206 (__ASSUME_32BITUIDS): Remove.
1207
46bd6380
SE
12082012-05-23 Steve Ellcey <sellcey@mips.com>
1209
1210 * sysdeps/unix/sysv/linux/mips/Makefile
1211 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
1212 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
1213 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
1214
ec55b216
JM
12152012-05-23 Joseph Myers <joseph@codesourcery.com>
1216
1217 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
1218 Define.
1219 (MADV_DODUMP): Likewise.
1220
533a8b31
JM
12212012-05-21 Joseph Myers <joseph@codesourcery.com>
1222
df0f68a0
JM
1223 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
1224 __WORDSIZE_TIME64_COMPAT32.
1225
533a8b31
JM
1226 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
1227 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
1228 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
1229
dc2a97c6
JM
12302012-05-19 Joseph Myers <joseph@codesourcery.com>
1231
1232 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
1233 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
1234 (kernel-features.h): Don't include.
1235 [__NR_ftruncate64]: Make code unconditional.
1236 [!__NR_ftruncate64]: Remove conditional code.
1237 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
1238 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
1239 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
1240 (kernel-features.h): Don't include.
1241 [__NR_truncate64]: Make code unconditional.
1242 [!__NR_truncate64]: Remove conditional code.
1243 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
1244 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
1245 Add syscall.
1246 (truncate): Likewise.
1247 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1248 (ftruncate): Remove syscall.
1249 (truncate): Likewise.
1250 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
1251 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
1252 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
1253 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
1254
dbeb7063
JM
12552012-05-16 Joseph Myers <joseph@codesourcery.com>
1256
1257 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
1258 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
1259 type unsigned long and names st_atimensec, st_mtimensec and
1260 st_ctimensec.
1261 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
1262
a7375c94
JM
12632012-05-14 Joseph Myers <joseph@codesourcery.com>
1264
1265 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
1266 Remove conditional code.
1267 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
1268 * sysdeps/unix/sysv/linux/mips/pread64.c
1269 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
1270 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
1271 * sysdeps/unix/sysv/linux/mips/pwrite.c
1272 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
1273 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
1274 * sysdeps/unix/sysv/linux/mips/pwrite64.c
1275 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
1276 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
1277 * sysdeps/unix/sysv/linux/mips/sigaction.c
1278 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
1279 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
1280
332d091e
JM
12812012-05-11 Joseph Myers <joseph@codesourcery.com>
1282
1283 * sysdeps/mips/dl-lookup.c: Update from generic version.
1284
567ce24c
JM
12852012-05-08 Joseph Myers <joseph@codesourcery.com>
1286
1287 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
1288 * sysdeps/mips/mips32/libm-test-ulps: ... here.
1289 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
1290 * sysdeps/mips/mips64/libm-test-ulps: ... here.
1291 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
1292
360f4e68
JM
12932012-05-01 Joseph Myers <joseph@codesourcery.com>
1294
1295 [BZ #14044]
1296 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
1297 from libc version and add symbol versions.
1298 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
1299 (GLIBC_2.3.3): Add posix_fadvise64.
1300
896216ff
JM
13012012-04-28 Joseph Myers <joseph@codesourcery.com>
1302
8689e877
JM
1303 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
1304 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1305 Likewise.
1306 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
1307 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
1308 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
1309 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
1310 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
1311 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
1312 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
1313 Likewise.
1314 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
1315 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
1316 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1317 Likewise.
1318 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
1319 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
1320 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1321 Likewise.
1322 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1323 Likewise.
1324 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
1325 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1326 Likewise.
1327 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
1328 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
1329 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1330 Likewise.
1331 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1332 Likewise.
1333 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1334 Likewise.
1335 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
1336 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1337 Likewise.
1338 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1339 Likewise.
1340 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
1341 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1342 Likewise.
1343 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1344 Likewise.
1345 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
1346 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1347 Likewise.
1348 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
1349 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
1350 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
1351 Likewise.
1352 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1353 Likewise.
1354 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1355 Likewise.
1356 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
1357 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1358 Likewise.
1359 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1360 Likewise.
1361
896216ff
JM
1362 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
1363 __MIPSEB instead of __BYTE_ORDER.
1364 * sysdeps/mips/mips64/memset.S: Likewise.
1365
4053d054
JM
13662012-04-27 Joseph Myers <joseph@codesourcery.com>
1367
1368 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1369 Change to 2.6.12.
1370 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1371
d473fb89
JM
13722012-04-26 Joseph Myers <joseph@codesourcery.com>
1373
1374 * sysdeps/unix/mips/brk.S: Remove file.
1375 * sysdeps/unix/mips/dl-brk.S: Likewise.
1376 * sysdeps/unix/mips/sigreturn.S: Likewise.
1377 * sysdeps/unix/mips/wait.S: Likewise.
1378
8dc23639
JM
13792012-04-26 Joseph Myers <joseph@codesourcery.com>
1380
8b2b1127
JM
1381 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
1382 instead of __BYTE_ORDER.
1383 * sysdeps/mips/memset.S: Likewise.
1384
8dc23639
JM
1385 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
1386 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
1387
f2f7d65a
JM
13882012-04-24 Joseph Myers <joseph@codesourcery.com>
1389
1390 * sysdeps/unix/mips/fork.S: Remove file.
1391
9f2b22d5
MF
13922012-04-24 Mike Frysinger <vapier@gentoo.org>
1393
1394 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
1395 (ldd_rewrite_script): Change $dest to $dir.
1396 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
1397
25593dca
JM
13982012-04-21 Joseph Myers <joseph@codesourcery.com>
1399
1400 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
1401 sysdeps/unix/sysv/linux/arm/readahead.c not
1402 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
1403
aa06d8e4
JM
14042012-03-28 Joseph Myers <joseph@codesourcery.com>
1405
1406 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
1407 (MAP_HUGETLB): Likewise.
1408
04e3cfbc
JM
14092012-03-27 Joseph Myers <joseph@codesourcery.com>
1410
1411 * sysdeps/mips/elf/start.S: Moved to ...
1412 * sysdeps/mips/start.S: ...here.
1413 * sysdeps/mips/elf/configure.in: Moved to ...
1414 * sysdeps/mips/configure.in: ...here. Update comment.
1415 * sysdeps/mips/configure: New generated file.
1416
1422b9df
JM
14172012-03-20 Joseph Myers <joseph@codesourcery.com>
1418
1419 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
1420 instead of <stdio-common/_itoa.h>.
1421
e54793e8
PE
14222012-03-10 Paul Eggert <eggert@cs.ucla.edu>
1423
1424 [BZ #13673]
1425 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
1426 with URL.
1427
ab84e3ff
PE
14282012-03-09 Paul Eggert <eggert@cs.ucla.edu>
1429
1430 [BZ #13673]
1431 Replace FSF snail mail address with URLs, as per GNU coding standards.
1432
23b8c9ac
JM
14332012-03-09 Joseph Myers <joseph@codesourcery.com>
1434
1435 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
1436 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
1437
bf8becc5
JM
14382012-02-27 Joseph Myers <joseph@codesourcery.com>
1439
1440 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
1441 declare recvmmsg and sendmmsg.
1442
7bb9ccad
JM
14432012-02-27 Joseph Myers <joseph@codesourcery.com>
1444
1445 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
1446 Change union tag to pthread_attr_t. Only define typedef if not
1447 already defined.
1448 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1449 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
1450 typedef if not already defined.
1451
397c66b4
JM
14522012-02-26 Joseph Myers <joseph@codesourcery.com>
1453
1454 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
1455 siginfo_t struct. Add forward declaration of pthread_attr_t and
1456 use it in sigevent.
1457 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
1458 pthread_attr_t union.
1459
8864c99f
JM
14602012-02-21 Joseph Myers <joseph@codesourcery.com>
1461
1462 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
1463 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
1464 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
1465 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1466
d6353c0f
AS
14672012-02-20 Andreas Schwab <schwab@linux-m68k.org>
1468
1469 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
1470 not defined.
1471
22f7e902
AJ
14722012-02-17 Aurelien Jarno <aurelien@aurel32.net>
1473
1474 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
1475 matching the array in dl-procinfo.c.
1476
cec96a4f
AJ
14772012-02-17 Aurelien Jarno <aurelien@aurel32.net>
1478
1479 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1480 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
1481 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
1482
a31567f4
RM
14832012-02-15 Robert Millan <rmh@gnu.org>
1484
1485 [BZ #12301]
1486 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
1487 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
1488
d2cc32ab
RM
14892012-02-15 Robert Millan <rmh@gnu.org>
1490
1491 [BZ #12298]
1492 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
1493 * sysdeps/mips/sys/tas.h: ... here.
1494
d05f2edb
RM
14952012-02-15 Robert Millan <rmh@gnu.org>
1496
1497 [BZ #12297]
1498 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
1499 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
1500 * sysdeps/unix/mips/entry.h: ... here.
1501
87ae60cc
RM
15022012-02-15 Robert Millan <rmh@gnu.org>
1503
7e7aa31b 1504 [BZ #12193]
87ae60cc
RM
1505 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
1506 Define.
1507 * sysdeps/mips/dl-procinfo.c: New file.
1508 * sysdeps/mips/dl-procinfo.h: Likewise.
1509
7504de5a
JM
15102012-02-15 Joseph Myers <joseph@codesourcery.com>
1511
1512 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
1513 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
1514
7865d19c
VV
15152012-02-15 Viju Vincent <vijuvince@gmail.com>
1516
1517 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
1518 around calls to _dl_lookup_symbol_x.
1519
c5430dd0
JM
15202012-02-13 Joseph Myers <joseph@codesourcery.com>
1521
1522 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
1523 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
1524
67939f7c
JM
15252012-02-13 Joseph Myers <joseph@codesourcery.com>
1526
1527 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
1528 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
1529
25a368f2
JM
15302012-02-10 Joseph Myers <joseph@codesourcery.com>
1531
1532 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
1533 for sysdeps/generic/initfini.c.
1534 * sysdeps/mips/mips32/crtn.S: Likewise.
1535 * sysdeps/mips/mips64/n32/crti.S: Likewise.
1536 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
1537 * sysdeps/mips/mips64/n64/crti.S: Likewise.
1538 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
1539 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
1540 (CFLAGS-pt-initfini.s): Likewise.
1541 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
1542 variables.
1543
2aee8949
JM
15442012-01-26 Joseph Myers <joseph@codesourcery.com>
1545
1546 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
1547 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
1548 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1549 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1550
7b966fcb
JM
15512012-01-08 Joseph Myers <joseph@codesourcery.com>
1552
1553 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
1554 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1555 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1556 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1557 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
1558 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1559 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1560
3538f2fb
JM
15612012-01-07 Joseph Myers <joseph@codesourcery.com>
1562
1563 * sysdeps/mips/nptl/shlib-versions: New.
1564
e3950b29
JM
15652012-01-07 Joseph Myers <joseph@codesourcery.com>
1566
1567 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
1568
32a61531
TV
15692012-01-04 Tom de Vries <tom@codesourcery.com>
1570
1571 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
1572 -fno-unwind-tables.
1573
04d45026
TV
15742012-01-03 Tom de Vries <tom@codesourcery.com>
1575
1576 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
1577 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
1578
25bb26d0
JM
15792011-12-22 Joseph Myers <joseph@codesourcery.com>
1580
1581 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
1582 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
1583 Remove.
1584 (syscall-list-variants, syscall-list-includes)
1585 (syscall-list-o32-options, syscall-list-o32-condition)
1586 (syscall-list-n32-options, syscall-list-n32-condition)
1587 (syscall-list-n64-options, syscall-list-n64-condition): Define.
1588 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
1589 asm-unistd.h.
1590 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1591 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
1592
c2aeee16
JM
15932011-12-22 Joseph Myers <joseph@codesourcery.com>
1594
1595 [BZ #13538]
1596 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
1597 (EPOLLET): Initialize with unsigned values.
1598
d92b0dd4
JM
15992011-12-19 Joseph Myers <joseph@codesourcery.com>
1600
1601 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
1602 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
1603
61b01ec6
JM
16042011-11-17 Joseph Myers <joseph@codesourcery.com>
1605
1606 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
1607 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
1608
a9ff8724
JM
16092011-11-11 Joseph Myers <joseph@codesourcery.com>
1610
1611 * sysdeps/mips/dl-lookup.c: Update from generic version.
1612
c3beb302
JM
16132011-10-12 Joseph Myers <joseph@codesourcery.com>
1614
1615 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
1616 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
1617 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
1618
9a7e1091
AS
16192011-10-05 Andreas Schwab <schwab@redhat.com>
1620
1621 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
1622 (elf_machine_lazy_rel): Add parameter skip_ifunc.
1623
560d4a58
JM
16242011-09-13 Joseph Myers <joseph@codesourcery.com>
1625
1626 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
1627 return value to (struct cmsghdr *).
1628
329c2e63
JM
16292011-09-13 Joseph Myers <joseph@codesourcery.com>
1630
1631 * sysdeps/mips/elf/configure.in: Always test for TLS support and
1632 error out in case it is missing.
1633 * sysdeps/mips/elf/configure: Regenerate.
1634 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
1635
b8ead09a
JM
16362011-09-11 Joseph Myers <joseph@codesourcery.com>
1637
1638 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
1639 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
1640
c26e391d
JM
16412011-09-06 Joseph Myers <joseph@codesourcery.com>
1642
1643 [BZ #13109]
1644 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
1645 (statfs): New.
1646 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
1647 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
1648
e349dfdb
MT
16492011-08-02 Matt Turner <mattst88@gmail.com>
1650
1651 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
1652
9dc88b5c
JM
16532011-07-25 Joseph Myers <joseph@codesourcery.com>
1654
1655 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
1656 Define.
1657
6cc02c7a
JM
16582011-06-20 Joseph Myers <joseph@codesourcery.com>
1659
1660 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
1661 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
1662
6b5adfe9
JM
16632011-06-20 Joseph Myers <joseph@codesourcery.com>
1664
1665 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
1666 mention raise in the comment.
1667
8969f4df
AJ
16682011-05-23 Aurelien Jarno <aurelien@aurel32.net>
1669
1670 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
1671 Add.
1672
f1d4d4be
JM
16732011-05-13 Joseph Myers <joseph@codesourcery.com>
1674
1675 * sysdeps/mips/dl-lookup.c: Update from generic version.
1676
a32d0d80
JM
16772011-05-10 Joseph Myers <joseph@codesourcery.com>
1678
1679 * sysdeps/mips/dl-lookup.c: Update from generic version.
1680
ed36e1de
JM
16812011-04-11 Joseph Myers <joseph@codesourcery.com>
1682
1683 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
1684
e6893dba
JM
16852011-04-01 Joseph Myers <joseph@codesourcery.com>
1686
1687 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
1688 to open_by_handle_at.
1689
cea44847
JM
16902011-04-01 Joseph Myers <joseph@codesourcery.com>
1691
1692 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
1693
01b5049d
JM
16942011-04-01 Joseph Myers <joseph@codesourcery.com>
1695
1696 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
1697 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
1698 open_by_handle. Augment a few comments.
1699
0f53d140
JM
17002011-04-01 Joseph Myers <joseph@codesourcery.com>
1701
1702 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
1703 cancelable.
1704 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
1705 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
1706 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
1707 sync_file_range as cancellation point.
1708 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
1709 sync_file_range as cancellation point.
1710
6d9a4e55
JM
17112011-04-01 Joseph Myers <joseph@codesourcery.com>
1712
1713 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
1714 sync_file_range.
1715
8825867b
JM
17162011-03-22 Joseph Myers <joseph@codesourcery.com>
1717
1718 * sysdeps/mips/dl-lookup.c: Update from generic version.
1719
91a59c6a
JM
17202011-01-25 Joseph Myers <joseph@codesourcery.com>
1721
1722 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1723 MADV_NOHUGEPAGE): Define.
1724
eb76b06f
JM
17252011-01-25 Joseph Myers <joseph@codesourcery.com>
1726
1727 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1728 PF_CAIF, PF_ALG): Define.
1729
4f464927
JM
17302010-12-30 Joseph Myers <joseph@codesourcery.com>
1731
1732 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1733 NO_CTORS_DTORS_SECTIONS is defined.
1734 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1735
390651fd
JM
17362010-12-21 Joseph Myers <joseph@codesourcery.com>
1737
1738 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1739
83495648
MT
17402010-12-06 Matt Turner <mattst88@gmail.com>
1741
1742 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1743
604e89e4
JM
17442010-12-06 Joseph Myers <joseph@codesourcery.com>
1745
1746 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1747 Change to 2.4.1.
1748 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1749
94a2483c
JM
17502010-10-21 Joseph Myers <joseph@codesourcery.com>
1751
1752 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1753 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1754 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1755 for fanotify_mark.
1756
9431b159
JM
17572010-10-11 Joseph Myers <joseph@codesourcery.com>
1758
1759 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1760 libm_hidden_def.
1761 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1762
5ccc178f
JM
17632010-08-13 Joseph Myers <joseph@codesourcery.com>
1764
1765 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1766 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1767
5237c94b
CC
17682010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
1769
1770 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1771 jump delay slot.
1772 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1773
32b9acf3
JM
17742010-08-13 Joseph Myers <joseph@codesourcery.com>
1775
1776 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1777
09551806
JM
17782010-08-12 Joseph Myers <joseph@codesourcery.com>
1779
1780 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1781 struct statfs64): Add f_flags field.
1782
9672c67a
JM
17832010-08-12 Joseph Myers <joseph@codesourcery.com>
1784
1785 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1786 Define.
1787
c16fd246
JM
17882010-08-12 Joseph Myers <joseph@codesourcery.com>
1789
1790 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1791 and prlimit64.
1792 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1793 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1794 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1795 prlimit64 syscall.
1796
fdb3ec20
JM
17972010-06-14 Joseph Myers <joseph@codesourcery.com>
1798
1799 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1800 F_GETPIPE_SZ): Define.
1801
6531684d
JM
18022010-05-21 Joseph Myers <joseph@codesourcery.com>
1803
1804 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1805 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1806
b1ab8c5f
JM
18072010-04-14 Joseph Myers <joseph@codesourcery.com>
1808
1809 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1810
1dbb4edc
JM
18112010-04-06 Joseph Myers <joseph@codesourcery.com>
1812
1813 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1814 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1815 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1816 Define.
1817
e9823ee1
JM
18182010-03-30 Joseph Myers <joseph@codesourcery.com>
1819
1820 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1821 MSG_WAITFORONE.
1822
cca1fbbc
JM
18232010-03-24 Joseph Myers <joseph@codesourcery.com>
1824
1825 * sysdeps/mips/dl-lookup.c: Update from generic version.
1826
1eb07256
MJ
18272010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
1828
1829 [BZ #11291]
1830 * sysdeps/mips/bits/atomic.h
1831 (__arch_compare_and_exchange_xxx_32_int,
1832 __arch_compare_and_exchange_xxx_64_int,
1833 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1834 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1835 Specify *mem as asm output as well as input.
1836
8256e69a
JM
18372010-02-10 Joseph Myers <joseph@codesourcery.com>
1838
1839 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1840
54b7103a
JM
18412010-01-28 Joseph Myers <joseph@codesourcery.com>
1842
1843 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1844 _dl_runtime_pltresolve): Calculate offset from start of function
1845 to .cpload instead of hardcoding instruction size.
1846
cbbf2c84
JM
18472010-01-11 Joseph Myers <joseph@codesourcery.com>
1848
1849 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1850 problem.
1851
31afac47
JM
18522010-01-11 Joseph Myers <joseph@codesourcery.com>
1853
1854 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1855 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1856
60a0880e
JM
18572010-01-10 Joseph Myers <joseph@codesourcery.com>
1858
1859 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1860 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1861 XPG7.
1862 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1863 fcntl.h.
1864
8ef2c3b0
JM
18652009-12-16 Joseph Myers <joseph@codesourcery.com>
1866
1867 [BZ #11093]
1868 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1869 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1870
872083bf
JM
18712009-12-16 Joseph Myers <joseph@codesourcery.com>
1872
1873 * sysdeps/mips/dl-lookup.c: Update from generic version.
1874
93a0dfda
JM
18752009-12-15 Joseph Myers <joseph@codesourcery.com>
1876
1877 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1878 O_DSYNC to match 2.6.33+ kernels.
1879
5d5cb5a2
JM
18802009-12-09 Joseph Myers <joseph@codesourcery.com>
1881
1882 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1883 declare recvmmsg.
1884
2d68f6af
JM
18852009-12-01 Joseph Myers <joseph@codesourcery.com>
1886
1887 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1888 (posix_fadvise): Remove.
1889 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1890 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1891 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1892
84f92668
JM
18932009-12-01 Joseph Myers <joseph@codesourcery.com>
1894
1895 * sysdeps/mips/dl-lookup.c: Update from generic version.
1896
b00ec948
JM
18972009-11-23 Joseph Myers <joseph@codesourcery.com>
1898
1899 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1900 for timestamps also if __USE_XOPEN2K8.
1901
78698bbb
JM
19022009-11-19 Joseph Myers <joseph@codesourcery.com>
1903
1904 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1905 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1906
983ee7f2
JM
19072009-11-18 Joseph Myers <joseph@codesourcery.com>
1908
1909 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1910 names of parameters of sync_file_range.
1911
24bcda03
JM
19122009-11-17 Joseph Myers <joseph@codesourcery.com>
1913
1914 [BZ #10972]
1915 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1916 constants from recent kernels.
1917
87d2bea0
JM
19182009-11-17 Joseph Myers <joseph@codesourcery.com>
1919
1920 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1921 not already defined.
1922
37a907cc
JM
19232009-11-14 Joseph Myers <joseph@codesourcery.com>
1924
1925 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1926 F_GETOWN_EX): Update values.
1927
86ad0d12
JM
19282009-11-06 Joseph Myers <joseph@codesourcery.com>
1929
1930 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1931 of last two arguments when -D_FILE_OFFSET_BITS=64.
1932
a896552e
JM
19332009-10-29 Joseph Myers <joseph@codesourcery.com>
1934
1935 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1936 f_owner_ex.
1937
afd09ae8
JM
19382009-10-03 Joseph Myers <joseph@codesourcery.com>
1939
1940 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1941 and F_GETOWN_EX.
1942
f1297d79
DJ
19432009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
1944
1945 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1946 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1947 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1948 (__SYSCALL_CLOBBERS): Likewise.
1949 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1950 (__SYSCALL_CLOBBERS): Likewise.
1951
c67273d5
JM
19522009-08-05 Joseph Myers <joseph@codesourcery.com>
1953
1954 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
1955 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
1956 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1957 variable for env. Use expansion of CHECK_SP macro for check.
1958 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1959
9d84a81f
JM
19602009-08-03 Joseph Myers <joseph@codesourcery.com>
1961
1962 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1963 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1964
197aec25
AJ
19652009-07-20 Aurelien Jarno <aurelien@aurel32.net>
1966
1967 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1968 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1969
cda50f82
JM
19702009-07-17 Joseph Myers <joseph@codesourcery.com>
1971
1972 * sysdeps/mips/do-lookup.h: Remove.
1973 * sysdeps/mips/dl-lookup.c: Update from generic version, with
1974 non-PIC handling integrated.
1975
8200e168
JM
19762009-06-18 Joseph Myers <joseph@codesourcery.com>
1977
1978 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1979 and AF_IEEE802154.
1980
6a9f82ac
JM
19812009-05-16 Joseph Myers <joseph@codesourcery.com>
1982
1983 * sysdeps/mips/____longjmp_chk.c: New file.
1984 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
1985 undefine __longjmp.
1986 * sysdeps/mips64/__longjmp.c: Likewise.
1987
d9056ac6
JM
19882009-05-16 Joseph Myers <joseph@codesourcery.com>
1989
1990 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1991 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1992 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1993 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1994
c504ff3b
JM
19952009-05-16 Joseph Myers <joseph@codesourcery.com>
1996
1997 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1998 fallocate64@@GLIBC_2.11.
1999
19afa982
JM
20002009-05-14 Joseph Myers <joseph@codesourcery.com>
2001
2002 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
2003 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
2004
ff347533
JM
20052009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
2006
2007 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
2008 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
2009 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
2010 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
2011 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
2012 Update comment.
2013 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
2014 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
9a7e1091 2015 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
ff347533
JM
2016 Add ucontext_i.sym.
2017
57d0274f
JM
20182009-04-18 Joseph Myers <joseph@codesourcery.com>
2019
2020 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
2021 __ASSUME_PWRITEV): Don't define here.
2022
6db53cd5
JM
20232009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
2024
2025 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
2026
70fdbfd9
JM
20272009-04-09 Joseph Myers <joseph@codesourcery.com>
2028
2029 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
2030 numbers.
2031 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
2032 Define.
2033 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
2034 preadv and pwritev.
2035
d69fd0cb
JM
20362009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
2037
2038 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
2039 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
2040
0262d0c4
JM
20412009-03-18 Zhang Le <r0bertz@gentoo.org>
2042
2043 [BZ #7074]
2044 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
2045 Fix the condition used to annotate n32 objects.
2046
4c8c1810
JM
20472009-03-17 Joseph Myers <joseph@codesourcery.com>
2048
2049 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
2050 Change parameters and use next_line.
2051
340f7976
JM
20522009-03-17 Joseph Myers <joseph@codesourcery.com>
2053
2054 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
2055 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
2056 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
2057
ad32d65a
JM
20582009-03-15 Joseph Myers <joseph@codesourcery.com>
2059
2060 * sysdeps/mips/bits/link.h: Uglify function parameter names.
2061 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
2062 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
2063 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
2064 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
2065
93311332
JM
20662009-03-03 Joseph Myers <joseph@codesourcery.com>
2067
2068 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
2069 fallocate{,64}.
2070
2e3804ef
JM
20712009-02-26 Joseph Myers <joseph@codesourcery.com>
2072
2073 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
2074 UTIME_OMIT only with __USE_ATFILE.
2075
1090d6bf
JM
20762009-02-13 Joseph Myers <joseph@codesourcery.com>
2077
2078 [BZ #7040]
2079 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
2080 inotify_rm_watch should have type int.
2081
8085bd60
JM
20822009-02-02 Joseph Myers <joseph@codesourcery.com>
2083
2084 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
2085
9290e553
DJ
20862009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
2087 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2088
2089 PR glibc/1048
2090 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
2091 variable page size for MIPS.
2092 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
2093 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
2094 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
2095
e27433a8
JM
20962009-01-12 Joseph Myers <joseph@codesourcery.com>
2097
2098 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
2099 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
2100 -D_GNU_SOURCE.
2101
bb3b3056
JM
21022009-01-12 Joseph Myers <joseph@codesourcery.com>
2103
2104 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
2105 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
2106
01aa93bd
JM
21072008-12-19 Joseph Myers <joseph@codesourcery.com>
2108
2109 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
2110 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
2111 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
2112 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
2113
64762db4
JM
21142008-12-09 Joseph Myers <joseph@codesourcery.com>
2115
2116 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
2117 Make available only for __USE_GNU.
2118
9a9863b4
JM
21192008-12-03 Joseph Myers <joseph@codesourcery.com>
2120
2121 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
2122 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
2123
10d461b5
JM
21242008-11-25 Joseph Myers <joseph@codesourcery.com>
2125
2126 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
2127 __THROW vs. __nonnull order for C++.
2128
f6e40d38
DJ
21292008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2130
2131 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
2132 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
2133 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
2134
63fb881a
DJ
21352008-10-01 Mark Shinwell <shinwell@codesourcery.com>
2136 Daniel Jacobowitz <dan@codesourcery.com>
2137 Richard Sandiford <rdsandiford@googlemail.com>
2138
2139 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
2140 * sysdeps/mips/dl-lookup.c: New.
2141 * sysdeps/mips/do-lookup.h: New.
2142 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
2143 definition.
2144 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
2145 if needed.
2146 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
2147 (elf_machine_type_class): Likewise.
2148 (ELF_MACHINE_PLT_REL): Define.
2149 (elf_machine_fixup_plt): New.
2150 (elf_machine_plt_value): New.
2151 (elf_machine_reloc): Handle jump slot and copy relocations.
2152 (elf_machine_lazy_rel): Point relocation place at PLT if
2153 required.
2154 (RESOLVE_GOTSYM): Take a relocation type argument.
2155 (elf_machine_got_rel): Bind lazy stubs directly to their target if
2156 !lazy. Skip lazy binding for PLT symbols.
2157 (elf_machine_runtime_setup): Fill in .got.plt header.
2158 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
2159 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
2160 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
2161 (_dl_runtime_pltresolve): New.
2162 * sysdeps/mips/bits/linkmap.h: New file.
2163 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
2164 64-bit versions.
2165
2166 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
2167 Delete definition.
2168 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
2169 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
2170 (PSEUDO): Use them. Move outside __PIC__.
2171 (PSEUDO_JMP): New.
2172 (CENABLE, CDISABLE): Use it.
2173
a961a11e
JM
21742008-08-19 Joseph Myers <joseph@codesourcery.com>
2175
2176 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
2177 to epoll_create1.
2178
72e2fdef
JM
21792008-08-19 Joseph Myers <joseph@codesourcery.com>
2180
2181 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
2182 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
2183 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
2184 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
2185 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
2186 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
2187 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
2188
606c1b17
JM
21892008-08-19 Joseph Myers <joseph@codesourcery.com>
2190
2191 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
2192 volatile.
2193
e2570f30
DJ
21942008-07-18 Joseph Myers <joseph@codesourcery.com>
2195
2196 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
2197 type.
2198
83d53ff1
DJ
21992008-05-21 Joseph Myers <joseph@codesourcery.com>
2200
2201 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
2202 (SOCK_DCCP): Define.
2203
098cab74
DJ
22042008-05-01 Joseph Myers <joseph@codesourcery.com>
2205
2206 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
2207 RUSAGE_THREAD and RUSAGE_LWP.
2208
89e412f5
DJ
22092008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
2210
2211 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
2212 shmid_ds.
2213
93ae5119
DJ
22142008-04-21 Khem Raj <kraj@mvista.com>
2215
2216 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
2217
7221ac03
DJ
22182008-04-02 Aurelien Jarno <aurelien@aurel32.net>
2219
9a7e1091 2220 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
7221ac03
DJ
2221 truncate and ftruncate systems calls.
2222 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
2223 empty file.
2224 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
2225
560bab76
DJ
22262008-03-28 Joseph Myers <joseph@codesourcery.com>
2227
2228 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
2229 ARG_MAX if <linux/limits.h> has defined it.
2230
22312008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
2232
2233 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
2234 barriers to enforce strict ordering on weakly ordered systems.
2235
af7eda0f
DJ
22362008-03-26 David Stephenson <david.stephenson@sicortex.com>
2237 Daniel Jacobowitz <dan@codesourcery.com>
2238
2239 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
2240 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
2241 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
2242
2af06d0d
AJ
22432008-03-09 Andreas Jaeger <aj@suse.de>
2244
2245 [BZ #5753]
2246 * sysdeps/mips/ieee754.h: Use protected namespace
2247 __BIG_ENDIAN/__LITTLE_ENDIAN.
2248 Patch by Aurelien Jarno <aurelien@aurel32.net>.
2249
7812cbad
DJ
22502008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2251
2252 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
2253 Reorganize to match other architectures. Replace _timer._timer1
2254 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
2255 _timer.si_sigval. Correct the type of _sigpoll.si_band.
2256 (si_timerid, si_overrun): Define.
2257 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
2258 (__pthread_attr_s): Remove declaration.
2259 (struct sigevent): Remove XXX. Add _tid.
2260
7e0bd9eb
DJ
22612007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2262
2263 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
2264
017cc633
DJ
22652007-09-25 Joseph Myers <joseph@codesourcery.com>
2266
2267 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
2268 type and __THROW marker of splice, vmsplice, and tee.
2269
8c276674
DJ
22702007-09-12 Joseph Myers <joseph@codesourcery.com>
2271
2272 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
2273 LLL_PRIVATE argument to lll_futex_wake.
2274 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
2275 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
2276 comment.
2277 (PF_IUCV, PF_RXRPC): Define.
2278 (PF_MAX): Update.
2279 (AF_IUCV, AF_RXRPC): Define.
2280 (MSG_CMSG_CLOEXEC): Define.
2281 (_EXTERN_INLINE): Define to __extern_inline.
2282 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
2283 UTIME_OMIT): Define.
2284 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
2285 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
2286 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
2287 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
2288 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
2289 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
2290 LLL_LOCK_*. Include <kernel-features.h>.
2291 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
2292 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
2293 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
2294 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
2295 lll_futex_wait.
2296 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
2297 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
2298 private arguments.
2299 (__lll_robust_trylock): Convert to macro.
2300 (__lll_robust_lock_wait): Add private argument.
2301 (__lll_lock_wait_private, __lll_lock_wait): Declare.
2302 (__lll_lock): Convert to macro. Take private argument.
2303 (__lll_cond_lock): Likewise.
2304 (lll_lock, lll_cond_lock): Take private arguments.
2305 (__lll_robust_lock): Take private argument. Convert to macro.
2306 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
2307 lll_robust_cond_lock): Take private arguments.
2308 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
2309 arguments.
2310 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
2311 (lll_timedlock, lll_robust_timedlock): Take private arguments.
2312 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
2313 private arguments.
2314 (lll_unlock, lll_robust_unlock): Take private arguments.
2315 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
2316 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
2317 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
2318 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
2319 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
2320 lll_cond_wake, lll_cond_broadcast): Remove.
2321 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
2322 to __extern_inline.
2323
d45a6368
DJ
23242007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
2325
2326 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
2327 New macros for the (n)64 and n32 ABIs.
2328 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
2329
391da201
DJ
23302007-07-13 Carlos O'Donell <carlos@codesourcery.com>
2331
2332 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
2333 Define __WORDSIZE_COMPAT32 as 1.
2334
2b4095f3
DJ
23352007-07-13 Joseph Myers <joseph@codesourcery.com>
2336
2337 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
2338 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
2339 PTHREAD_STACK_MIN.
2340
8323b1ab
DJ
23412007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
2342
2343 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
2344
2345 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
2346 Delete.
2347
ffd39823
DJ
23482007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
2349
2350 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
2351 (internal_syscall1, internal_syscall2, internal_syscall3,
2352 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
2353
30efab51
DJ
23542007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
2355
2356 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
2357 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
2358 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
2359 THREAD_GSCOPE_WAIT): Define.
2360 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
2361 (FUTEX_PRIVATE_FLAG): Define.
2362 (lll_unlock_wake_cb): Delete prototype.
2363 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
2364 <endian.h>.
2365 (pthread_rwlock_t): Shrink __flags and add __shared.
2366
92fa63ee
DJ
23672007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2368
2369 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
2370 (posix_fadvise): Fix high word of len argument.
2371
7a30cb83
DJ
23722007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2373
2374 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
2375 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
2376 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
2377 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
2378 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
2379 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
2380
384fa30d
DJ
23812007-05-23 Joseph Myers <joseph@codesourcery.com>
2382
2383 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
2384 * sysdeps/mips/mips64/n64/Implies: Likewise.
2385 * sysdeps/mips/mips64/soft-fp/Makefile: New.
2386 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
2387 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
2388 <fpu_control.h>. Use hardware exception and rounding mode
2389 settings.
2390
388fc51b 23912007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
2392
2393 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
2394 r_info argument to ElfW(Addr).
2395
f50c692c
DJ
23962007-02-01 Joseph Myers <joseph@codesourcery.com>
2397
2398 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
2399
eb96755b
DJ
24002007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2401 Daniel Jacobowitz <dan@codesourcery.com>
2402
2403 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
2404 shmctl, and semctl.
2405 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
2406 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
2407 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
2408
908afa83
DJ
24092007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2410
2411 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
2412 PTR_DEMANGLE): Define.
2413 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
2414 PTR_DEMANGLE): Define.
2415 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
2416 PTR_DEMANGLE): Define.
2417
e3097800
DJ
24182007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2419
2420 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2421 (cfi_same_value): Delete definition.
2422
cb5bcf74
DJ
24232007-01-08 Richard Sandiford <richard@codesourcery.com>
2424
2425 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
2426 (elf_machine_reloc): New function, retaining the body of
2427 elf_machine_rel. Take the reloc's r_info field as an argument,
2428 not the reloc itself. Add extra r_addend and inplace_p arguments.
2429 When inplace_p is false, use r_addend as the addend, not the contents
2430 of the relocation field. Hoist the conversion of reloc_addr to
2431 "ELFW(Addr) *". Don't try to apply TLS relocations against
2432 undefined symbols. Add R_MIPS_GLOB_DAT support.
2433 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
2434 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
2435 to ElfW(Rela).
2436
2caa93e2
DJ
24372007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2438
2439 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
2440 multiple inclusion guard.
2441 * sysdeps/mips/elf/ldsodefs.h: Delete file.
2442
84f3ca6e
DJ
24432007-01-04 Thiemo Seufer <ths@networkno.de>
2444
2445 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
2446 to match the kernel.
2447
3ed8d993
DJ
24482006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
2449
2450 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
2451 (RTLD_SINGLE_THREAD_P): Define.
2452 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
2453
a7d03b91
DJ
24542006-10-31 Joseph Myers <joseph@codesourcery.com>
2455
2456 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
2457 prototype.
2458
6ea63025
DJ
24592006-09-22 Richard Sandiford <richard@codesourcery.com>
2460
2461 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
2462 code.
2463 (__xstat_conv): Use memset to clear padding arrays. Check for
2464 overflow.
2465 (__xstat64_conv): Use memset to clear padding arrays.
2466 (__xstat32_conv): New function.
2467 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
2468 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
2469
6b4d184d
DJ
24702006-09-21 Joseph Myers <joseph@codesourcery.com>
2471
2472 * sysdeps/mips/fpu_control.h: If soft-float, don't use
2473 floating-point registers.
2474 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
2475 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
2476 Likewise.
2477
0ad4d3b0
DJ
24782006-08-04 Joseph Myers <joseph@codesourcery.com>
2479
2480 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
2481 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
2482
74321891
DJ
24832006-07-24 Joseph Myers <joseph@codesourcery.com>
2484
2485 * sysdeps/mips/mips64/n32/libm-test-ulps,
2486 sysdeps/mips/mips64/n64/libm-test-ulps: New.
2487
bb600a60
DJ
24882006-07-24 Joseph Myers <joseph@codesourcery.com>
2489
2490 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
2491 defined, include the named file.
2492
02678e17
DJ
24932006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
2494
2495 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
2496 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
2497 Define.
2498
bd345106
DJ
24992006-06-02 Joseph Myers <joseph@codesourcery.com>
2500
2501 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
2502 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
2503 types.
2504
d7f9cd89
DJ
25052006-06-02 Joseph Myers <joseph@codesourcery.com>
2506
2507 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2508 Don't use struct timespec.
2509 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
2510 __xstat64_conv): Copy individual timespec fields.
2511
c6e2897b
DJ
25122006-06-02 Richard Sandiford <richard@codesourcery.com>
2513
2514 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
2515
37896d39
DJ
25162006-06-02 Joseph Myers <joseph@codesourcery.com>
2517
2518 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
2519 * sysdeps/mips/fpu/fesetround.c: Likewise.
2520
42e36d16
DJ
25212006-05-10 Richard Sandiford <richard@codesourcery.com>
2522 Daniel Jacobowitz <dan@codesourcery.com>
2523
2524 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
2525 dump sc_cause, sc_status or sc_badvaddr.
2526 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
2527 structure definitions after DSP kernel changes.
2528 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
2529 after the same DSP changes.
2530
dab75788
DJ
25312006-05-08 Richard Sandiford <richard@codesourcery.com>
2532
2533 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
2534 st_atim, st_mtim and st_ctim interface.
2535 (struct stat64): Likewise.
2536 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2537 Replace st_atime and its padding field with st_atim. Likewise
2538 st_mtime/st_mtim and st_ctime/st_ctim.
2539 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
2540 after above changes.
2541 (__xstat64_conv): Likewise.
2542
19723bdd
DJ
25432006-05-08 Richard Sandiford <richard@codesourcery.com>
2544
2545 * sysdeps/mips/ldsodefs.h: New file.
2546 * sysdeps/mips/tst-audit.h: New file.
2547
075f1edd
DJ
25482006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2549
2550 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
2551 for consistency with other ports.
2552 (MADV_REMOVE): Correct value.
2553 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
2554 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
2555 POSIX_MADV_DONTNEED): Define.
2556
142b51e4
DJ
25572006-05-05 Lior Balkohen <balkohen@gmail.com>
2558
2559 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
2560 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
2561 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
2562 and SYNC_FILE_RANGE_WAIT_AFTER.
2563 Declare sync_file_range, vmsplice, splice and tee.
2564
f3fb78ec
DJ
25652006-03-27 Lior Balkohen <balkohen@gmail.com>
2566
2567 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
2568 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
2569 prototype.
2570
bfc23f5a
DJ
25712006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
2572
2573 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
2574 Define.
2575
b415b963
DJ
25762006-03-27 Denis Barbier <barbier@linuxfr.org>
2577
2578 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
2579 typo.
2580
712619d7
DJ
25812006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2582
2583 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
2584 i386/fork.c.
2585
aea60744
DJ
25862006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2587
2588 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
2589 libc_cv_localedir, libdir, arch_minimum_kernel, and
2590 libc_cv_gcc_unwind_find_fde.
2591 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
2592 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2593 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
2594
13d7881a
DJ
25952006-03-02 Lior Balkohen <balkohen@gmail.com>
2596
2597 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2598 (__pthread_list_t, __pthread_slist_t): New typedefs.
2599 (pthread_mutex_t): Replace __next and __prev fields with __list.
2600 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
2601 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
2602 (lll_futex_wake_unlock): Define.
2603 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
2604 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
2605 lll_robust_mutex_unlock): New macros.
9a7e1091 2606 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
13d7881a
DJ
2607 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
2608 vfork.S.
2609 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
2610
73204807
DJ
26112006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2612
2613 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
2614 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
2615
6428ce3c
DJ
26162006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2617
2618 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2619 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2620 (INTERNAL_SYSCALL_NCS): New.
2621 (internal_syscall0, internal_syscall1, internal_syscall2,
2622 internal_syscall3, internal_syscall4, internal_syscall5,
2623 internal_syscall6): Take ncs_init, cs_init, and input arguments.
2624 Use them. Correct types for registers.
2625 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2626 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2627 (INTERNAL_SYSCALL_NCS): New.
2628 (internal_syscall0, internal_syscall1, internal_syscall2,
2629 internal_syscall3, internal_syscall4, internal_syscall5,
2630 internal_syscall6): Take ncs_init, cs_init, and input arguments.
2631 Use them.
2632 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
2633 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
2634 points.
2635 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
2636 Use Elf(Addr) for TLS relocation targets.
2637 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
2638 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
2639 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
2640 futexp to long for n64.
2641 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
2642
2575768d
RM
26432006-02-20 Roland McGrath <roland@redhat.com>
2644
2645 * sysdeps/mips/shlib-versions: New file.
2646 * sysdeps/mips/preconfigure: New file.
2647 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.