]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog.mips
alpha: Update libm-test-ulps
[thirdparty/glibc.git] / ChangeLog.mips
CommitLineData
cc824a2e
JM
12012-05-30 Joseph Myers <joseph@codesourcery.com>
2
6863adc8
JM
3 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
4 __connect_internal alias.
5
6334191e
JM
6 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
7 (FP_TRAPPING_EXCEPTIONS): Define.
8
d9ab3eff
JM
9 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
10 Rename to abi-variants.
11 (syscall-list-includes): Rename to abi-includes.
12 (syscall-list-o32-options): Rename to abi-o32-options.
13 (syscall-list-o32-condition): Rename to abi-o32-condition.
14 (syscall-list-n32-options): Rename to abi-n32-options.
15 (syscall-list-n32-condition): Rename to abi-n32-condition.
16 (syscall-list-n64-options): Rename to abi-n64-options.
17 (syscall-list-n64-condition): Rename to abi-n64-condition.
18 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
19 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
20 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
21
cc824a2e
JM
22 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
23 _internal alias by hidden_def.
24
0387d093
JM
252012-05-26 Joseph Myers <joseph@codesourcery.com>
26
27 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
28 file.
29 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
30 Likewise.
31 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
32 Likewise.
33 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
34 Likewise.
35 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
36 Likewise.
37 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
38 Likewise.
39 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
40 Likewise.
41 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
42 Likewise.
43
089d856f
JM
442012-05-25 Joseph Myers <joseph@codesourcery.com>
45
46 * sysdeps/unix/sysv/linux/mips/kernel-features.h
47 (__ASSUME_32BITUIDS): Remove.
48
46bd6380
SE
492012-05-23 Steve Ellcey <sellcey@mips.com>
50
51 * sysdeps/unix/sysv/linux/mips/Makefile
52 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
53 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
54 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
55
ec55b216
JM
562012-05-23 Joseph Myers <joseph@codesourcery.com>
57
58 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
59 Define.
60 (MADV_DODUMP): Likewise.
61
533a8b31
JM
622012-05-21 Joseph Myers <joseph@codesourcery.com>
63
df0f68a0
JM
64 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
65 __WORDSIZE_TIME64_COMPAT32.
66
533a8b31
JM
67 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
68 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
69 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
70
dc2a97c6
JM
712012-05-19 Joseph Myers <joseph@codesourcery.com>
72
73 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
74 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
75 (kernel-features.h): Don't include.
76 [__NR_ftruncate64]: Make code unconditional.
77 [!__NR_ftruncate64]: Remove conditional code.
78 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
79 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
80 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
81 (kernel-features.h): Don't include.
82 [__NR_truncate64]: Make code unconditional.
83 [!__NR_truncate64]: Remove conditional code.
84 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
85 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
86 Add syscall.
87 (truncate): Likewise.
88 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
89 (ftruncate): Remove syscall.
90 (truncate): Likewise.
91 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
92 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
93 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
94 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
95
dbeb7063
JM
962012-05-16 Joseph Myers <joseph@codesourcery.com>
97
98 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
99 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
100 type unsigned long and names st_atimensec, st_mtimensec and
101 st_ctimensec.
102 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
103
a7375c94
JM
1042012-05-14 Joseph Myers <joseph@codesourcery.com>
105
106 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
107 Remove conditional code.
108 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
109 * sysdeps/unix/sysv/linux/mips/pread64.c
110 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
111 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
112 * sysdeps/unix/sysv/linux/mips/pwrite.c
113 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
114 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
115 * sysdeps/unix/sysv/linux/mips/pwrite64.c
116 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
117 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
118 * sysdeps/unix/sysv/linux/mips/sigaction.c
119 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
120 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
121
332d091e
JM
1222012-05-11 Joseph Myers <joseph@codesourcery.com>
123
124 * sysdeps/mips/dl-lookup.c: Update from generic version.
125
567ce24c
JM
1262012-05-08 Joseph Myers <joseph@codesourcery.com>
127
128 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
129 * sysdeps/mips/mips32/libm-test-ulps: ... here.
130 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
131 * sysdeps/mips/mips64/libm-test-ulps: ... here.
132 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
133
360f4e68
JM
1342012-05-01 Joseph Myers <joseph@codesourcery.com>
135
136 [BZ #14044]
137 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
138 from libc version and add symbol versions.
139 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
140 (GLIBC_2.3.3): Add posix_fadvise64.
141
896216ff
JM
1422012-04-28 Joseph Myers <joseph@codesourcery.com>
143
8689e877
JM
144 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
145 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
146 Likewise.
147 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
148 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
149 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
150 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
151 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
152 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
153 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
154 Likewise.
155 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
156 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
157 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
158 Likewise.
159 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
160 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
161 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
162 Likewise.
163 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
164 Likewise.
165 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
166 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
167 Likewise.
168 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
169 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
170 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
171 Likewise.
172 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
173 Likewise.
174 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
175 Likewise.
176 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
177 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
178 Likewise.
179 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
180 Likewise.
181 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
182 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
183 Likewise.
184 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
185 Likewise.
186 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
187 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
188 Likewise.
189 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
190 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
191 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
192 Likewise.
193 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
194 Likewise.
195 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
196 Likewise.
197 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
198 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
199 Likewise.
200 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
201 Likewise.
202
896216ff
JM
203 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
204 __MIPSEB instead of __BYTE_ORDER.
205 * sysdeps/mips/mips64/memset.S: Likewise.
206
4053d054
JM
2072012-04-27 Joseph Myers <joseph@codesourcery.com>
208
209 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
210 Change to 2.6.12.
211 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
212
d473fb89
JM
2132012-04-26 Joseph Myers <joseph@codesourcery.com>
214
215 * sysdeps/unix/mips/brk.S: Remove file.
216 * sysdeps/unix/mips/dl-brk.S: Likewise.
217 * sysdeps/unix/mips/sigreturn.S: Likewise.
218 * sysdeps/unix/mips/wait.S: Likewise.
219
8dc23639
JM
2202012-04-26 Joseph Myers <joseph@codesourcery.com>
221
8b2b1127
JM
222 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
223 instead of __BYTE_ORDER.
224 * sysdeps/mips/memset.S: Likewise.
225
8dc23639
JM
226 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
227 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
228
f2f7d65a
JM
2292012-04-24 Joseph Myers <joseph@codesourcery.com>
230
231 * sysdeps/unix/mips/fork.S: Remove file.
232
9f2b22d5
MF
2332012-04-24 Mike Frysinger <vapier@gentoo.org>
234
235 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
236 (ldd_rewrite_script): Change $dest to $dir.
237 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
238
25593dca
JM
2392012-04-21 Joseph Myers <joseph@codesourcery.com>
240
241 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
242 sysdeps/unix/sysv/linux/arm/readahead.c not
243 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
244
aa06d8e4
JM
2452012-03-28 Joseph Myers <joseph@codesourcery.com>
246
247 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
248 (MAP_HUGETLB): Likewise.
249
04e3cfbc
JM
2502012-03-27 Joseph Myers <joseph@codesourcery.com>
251
252 * sysdeps/mips/elf/start.S: Moved to ...
253 * sysdeps/mips/start.S: ...here.
254 * sysdeps/mips/elf/configure.in: Moved to ...
255 * sysdeps/mips/configure.in: ...here. Update comment.
256 * sysdeps/mips/configure: New generated file.
257
1422b9df
JM
2582012-03-20 Joseph Myers <joseph@codesourcery.com>
259
260 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
261 instead of <stdio-common/_itoa.h>.
262
e54793e8
PE
2632012-03-10 Paul Eggert <eggert@cs.ucla.edu>
264
265 [BZ #13673]
266 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
267 with URL.
268
ab84e3ff
PE
2692012-03-09 Paul Eggert <eggert@cs.ucla.edu>
270
271 [BZ #13673]
272 Replace FSF snail mail address with URLs, as per GNU coding standards.
273
23b8c9ac
JM
2742012-03-09 Joseph Myers <joseph@codesourcery.com>
275
276 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
277 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
278
bf8becc5
JM
2792012-02-27 Joseph Myers <joseph@codesourcery.com>
280
281 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
282 declare recvmmsg and sendmmsg.
283
7bb9ccad
JM
2842012-02-27 Joseph Myers <joseph@codesourcery.com>
285
286 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
287 Change union tag to pthread_attr_t. Only define typedef if not
288 already defined.
289 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
290 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
291 typedef if not already defined.
292
397c66b4
JM
2932012-02-26 Joseph Myers <joseph@codesourcery.com>
294
295 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
296 siginfo_t struct. Add forward declaration of pthread_attr_t and
297 use it in sigevent.
298 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
299 pthread_attr_t union.
300
8864c99f
JM
3012012-02-21 Joseph Myers <joseph@codesourcery.com>
302
303 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
304 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
305 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
306 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
307
d6353c0f
AS
3082012-02-20 Andreas Schwab <schwab@linux-m68k.org>
309
310 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
311 not defined.
312
22f7e902
AJ
3132012-02-17 Aurelien Jarno <aurelien@aurel32.net>
314
315 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
316 matching the array in dl-procinfo.c.
317
cec96a4f
AJ
3182012-02-17 Aurelien Jarno <aurelien@aurel32.net>
319
320 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
321 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
322 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
323
a31567f4
RM
3242012-02-15 Robert Millan <rmh@gnu.org>
325
326 [BZ #12301]
327 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
328 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
329
d2cc32ab
RM
3302012-02-15 Robert Millan <rmh@gnu.org>
331
332 [BZ #12298]
333 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
334 * sysdeps/mips/sys/tas.h: ... here.
335
d05f2edb
RM
3362012-02-15 Robert Millan <rmh@gnu.org>
337
338 [BZ #12297]
339 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
340 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
341 * sysdeps/unix/mips/entry.h: ... here.
342
87ae60cc
RM
3432012-02-15 Robert Millan <rmh@gnu.org>
344
7e7aa31b 345 [BZ #12193]
87ae60cc
RM
346 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
347 Define.
348 * sysdeps/mips/dl-procinfo.c: New file.
349 * sysdeps/mips/dl-procinfo.h: Likewise.
350
7504de5a
JM
3512012-02-15 Joseph Myers <joseph@codesourcery.com>
352
353 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
354 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
355
7865d19c
VV
3562012-02-15 Viju Vincent <vijuvince@gmail.com>
357
358 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
359 around calls to _dl_lookup_symbol_x.
360
c5430dd0
JM
3612012-02-13 Joseph Myers <joseph@codesourcery.com>
362
363 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
364 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
365
67939f7c
JM
3662012-02-13 Joseph Myers <joseph@codesourcery.com>
367
368 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
369 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
370
25a368f2
JM
3712012-02-10 Joseph Myers <joseph@codesourcery.com>
372
373 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
374 for sysdeps/generic/initfini.c.
375 * sysdeps/mips/mips32/crtn.S: Likewise.
376 * sysdeps/mips/mips64/n32/crti.S: Likewise.
377 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
378 * sysdeps/mips/mips64/n64/crti.S: Likewise.
379 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
380 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
381 (CFLAGS-pt-initfini.s): Likewise.
382 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
383 variables.
384
2aee8949
JM
3852012-01-26 Joseph Myers <joseph@codesourcery.com>
386
387 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
388 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
389 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
390 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
391
7b966fcb
JM
3922012-01-08 Joseph Myers <joseph@codesourcery.com>
393
394 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
395 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
396 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
397 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
398 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
399 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
400 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
401
3538f2fb
JM
4022012-01-07 Joseph Myers <joseph@codesourcery.com>
403
404 * sysdeps/mips/nptl/shlib-versions: New.
405
e3950b29
JM
4062012-01-07 Joseph Myers <joseph@codesourcery.com>
407
408 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
409
32a61531
TV
4102012-01-04 Tom de Vries <tom@codesourcery.com>
411
412 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
413 -fno-unwind-tables.
414
04d45026
TV
4152012-01-03 Tom de Vries <tom@codesourcery.com>
416
417 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
418 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
419
25bb26d0
JM
4202011-12-22 Joseph Myers <joseph@codesourcery.com>
421
422 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
423 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
424 Remove.
425 (syscall-list-variants, syscall-list-includes)
426 (syscall-list-o32-options, syscall-list-o32-condition)
427 (syscall-list-n32-options, syscall-list-n32-condition)
428 (syscall-list-n64-options, syscall-list-n64-condition): Define.
429 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
430 asm-unistd.h.
431 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
432 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
433
c2aeee16
JM
4342011-12-22 Joseph Myers <joseph@codesourcery.com>
435
436 [BZ #13538]
437 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
438 (EPOLLET): Initialize with unsigned values.
439
d92b0dd4
JM
4402011-12-19 Joseph Myers <joseph@codesourcery.com>
441
442 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
443 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
444
61b01ec6
JM
4452011-11-17 Joseph Myers <joseph@codesourcery.com>
446
447 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
448 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
449
a9ff8724
JM
4502011-11-11 Joseph Myers <joseph@codesourcery.com>
451
452 * sysdeps/mips/dl-lookup.c: Update from generic version.
453
c3beb302
JM
4542011-10-12 Joseph Myers <joseph@codesourcery.com>
455
456 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
457 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
458 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
459
9a7e1091
AS
4602011-10-05 Andreas Schwab <schwab@redhat.com>
461
462 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
463 (elf_machine_lazy_rel): Add parameter skip_ifunc.
464
560d4a58
JM
4652011-09-13 Joseph Myers <joseph@codesourcery.com>
466
467 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
468 return value to (struct cmsghdr *).
469
329c2e63
JM
4702011-09-13 Joseph Myers <joseph@codesourcery.com>
471
472 * sysdeps/mips/elf/configure.in: Always test for TLS support and
473 error out in case it is missing.
474 * sysdeps/mips/elf/configure: Regenerate.
475 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
476
b8ead09a
JM
4772011-09-11 Joseph Myers <joseph@codesourcery.com>
478
479 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
480 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
481
c26e391d
JM
4822011-09-06 Joseph Myers <joseph@codesourcery.com>
483
484 [BZ #13109]
485 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
486 (statfs): New.
487 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
488 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
489
e349dfdb
MT
4902011-08-02 Matt Turner <mattst88@gmail.com>
491
492 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
493
9dc88b5c
JM
4942011-07-25 Joseph Myers <joseph@codesourcery.com>
495
496 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
497 Define.
498
6cc02c7a
JM
4992011-06-20 Joseph Myers <joseph@codesourcery.com>
500
501 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
502 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
503
6b5adfe9
JM
5042011-06-20 Joseph Myers <joseph@codesourcery.com>
505
506 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
507 mention raise in the comment.
508
8969f4df
AJ
5092011-05-23 Aurelien Jarno <aurelien@aurel32.net>
510
511 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
512 Add.
513
f1d4d4be
JM
5142011-05-13 Joseph Myers <joseph@codesourcery.com>
515
516 * sysdeps/mips/dl-lookup.c: Update from generic version.
517
a32d0d80
JM
5182011-05-10 Joseph Myers <joseph@codesourcery.com>
519
520 * sysdeps/mips/dl-lookup.c: Update from generic version.
521
ed36e1de
JM
5222011-04-11 Joseph Myers <joseph@codesourcery.com>
523
524 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
525
e6893dba
JM
5262011-04-01 Joseph Myers <joseph@codesourcery.com>
527
528 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
529 to open_by_handle_at.
530
cea44847
JM
5312011-04-01 Joseph Myers <joseph@codesourcery.com>
532
533 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
534
01b5049d
JM
5352011-04-01 Joseph Myers <joseph@codesourcery.com>
536
537 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
538 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
539 open_by_handle. Augment a few comments.
540
0f53d140
JM
5412011-04-01 Joseph Myers <joseph@codesourcery.com>
542
543 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
544 cancelable.
545 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
546 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
547 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
548 sync_file_range as cancellation point.
549 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
550 sync_file_range as cancellation point.
551
6d9a4e55
JM
5522011-04-01 Joseph Myers <joseph@codesourcery.com>
553
554 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
555 sync_file_range.
556
8825867b
JM
5572011-03-22 Joseph Myers <joseph@codesourcery.com>
558
559 * sysdeps/mips/dl-lookup.c: Update from generic version.
560
91a59c6a
JM
5612011-01-25 Joseph Myers <joseph@codesourcery.com>
562
563 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
564 MADV_NOHUGEPAGE): Define.
565
eb76b06f
JM
5662011-01-25 Joseph Myers <joseph@codesourcery.com>
567
568 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
569 PF_CAIF, PF_ALG): Define.
570
4f464927
JM
5712010-12-30 Joseph Myers <joseph@codesourcery.com>
572
573 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
574 NO_CTORS_DTORS_SECTIONS is defined.
575 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
576
390651fd
JM
5772010-12-21 Joseph Myers <joseph@codesourcery.com>
578
579 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
580
83495648
MT
5812010-12-06 Matt Turner <mattst88@gmail.com>
582
583 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
584
604e89e4
JM
5852010-12-06 Joseph Myers <joseph@codesourcery.com>
586
587 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
588 Change to 2.4.1.
589 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
590
94a2483c
JM
5912010-10-21 Joseph Myers <joseph@codesourcery.com>
592
593 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
594 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
595 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
596 for fanotify_mark.
597
9431b159
JM
5982010-10-11 Joseph Myers <joseph@codesourcery.com>
599
600 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
601 libm_hidden_def.
602 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
603
5ccc178f
JM
6042010-08-13 Joseph Myers <joseph@codesourcery.com>
605
606 * sysdeps/unix/sysv/linux/mips/kernel-features.h
607 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
608
5237c94b
CC
6092010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
610
611 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
612 jump delay slot.
613 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
614
32b9acf3
JM
6152010-08-13 Joseph Myers <joseph@codesourcery.com>
616
617 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
618
09551806
JM
6192010-08-12 Joseph Myers <joseph@codesourcery.com>
620
621 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
622 struct statfs64): Add f_flags field.
623
9672c67a
JM
6242010-08-12 Joseph Myers <joseph@codesourcery.com>
625
626 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
627 Define.
628
c16fd246
JM
6292010-08-12 Joseph Myers <joseph@codesourcery.com>
630
631 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
632 and prlimit64.
633 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
634 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
635 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
636 prlimit64 syscall.
637
fdb3ec20
JM
6382010-06-14 Joseph Myers <joseph@codesourcery.com>
639
640 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
641 F_GETPIPE_SZ): Define.
642
6531684d
JM
6432010-05-21 Joseph Myers <joseph@codesourcery.com>
644
645 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
646 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
647
b1ab8c5f
JM
6482010-04-14 Joseph Myers <joseph@codesourcery.com>
649
650 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
651
1dbb4edc
JM
6522010-04-06 Joseph Myers <joseph@codesourcery.com>
653
654 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
655 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
656 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
657 Define.
658
e9823ee1
JM
6592010-03-30 Joseph Myers <joseph@codesourcery.com>
660
661 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
662 MSG_WAITFORONE.
663
cca1fbbc
JM
6642010-03-24 Joseph Myers <joseph@codesourcery.com>
665
666 * sysdeps/mips/dl-lookup.c: Update from generic version.
667
1eb07256
MJ
6682010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
669
670 [BZ #11291]
671 * sysdeps/mips/bits/atomic.h
672 (__arch_compare_and_exchange_xxx_32_int,
673 __arch_compare_and_exchange_xxx_64_int,
674 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
675 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
676 Specify *mem as asm output as well as input.
677
8256e69a
JM
6782010-02-10 Joseph Myers <joseph@codesourcery.com>
679
680 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
681
54b7103a
JM
6822010-01-28 Joseph Myers <joseph@codesourcery.com>
683
684 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
685 _dl_runtime_pltresolve): Calculate offset from start of function
686 to .cpload instead of hardcoding instruction size.
687
cbbf2c84
JM
6882010-01-11 Joseph Myers <joseph@codesourcery.com>
689
690 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
691 problem.
692
31afac47
JM
6932010-01-11 Joseph Myers <joseph@codesourcery.com>
694
695 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
696 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
697
60a0880e
JM
6982010-01-10 Joseph Myers <joseph@codesourcery.com>
699
700 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
701 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
702 XPG7.
703 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
704 fcntl.h.
705
8ef2c3b0
JM
7062009-12-16 Joseph Myers <joseph@codesourcery.com>
707
708 [BZ #11093]
709 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
710 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
711
872083bf
JM
7122009-12-16 Joseph Myers <joseph@codesourcery.com>
713
714 * sysdeps/mips/dl-lookup.c: Update from generic version.
715
93a0dfda
JM
7162009-12-15 Joseph Myers <joseph@codesourcery.com>
717
718 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
719 O_DSYNC to match 2.6.33+ kernels.
720
5d5cb5a2
JM
7212009-12-09 Joseph Myers <joseph@codesourcery.com>
722
723 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
724 declare recvmmsg.
725
2d68f6af
JM
7262009-12-01 Joseph Myers <joseph@codesourcery.com>
727
728 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
729 (posix_fadvise): Remove.
730 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
731 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
732 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
733
84f92668
JM
7342009-12-01 Joseph Myers <joseph@codesourcery.com>
735
736 * sysdeps/mips/dl-lookup.c: Update from generic version.
737
b00ec948
JM
7382009-11-23 Joseph Myers <joseph@codesourcery.com>
739
740 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
741 for timestamps also if __USE_XOPEN2K8.
742
78698bbb
JM
7432009-11-19 Joseph Myers <joseph@codesourcery.com>
744
745 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
746 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
747
983ee7f2
JM
7482009-11-18 Joseph Myers <joseph@codesourcery.com>
749
750 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
751 names of parameters of sync_file_range.
752
24bcda03
JM
7532009-11-17 Joseph Myers <joseph@codesourcery.com>
754
755 [BZ #10972]
756 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
757 constants from recent kernels.
758
87d2bea0
JM
7592009-11-17 Joseph Myers <joseph@codesourcery.com>
760
761 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
762 not already defined.
763
37a907cc
JM
7642009-11-14 Joseph Myers <joseph@codesourcery.com>
765
766 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
767 F_GETOWN_EX): Update values.
768
86ad0d12
JM
7692009-11-06 Joseph Myers <joseph@codesourcery.com>
770
771 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
772 of last two arguments when -D_FILE_OFFSET_BITS=64.
773
a896552e
JM
7742009-10-29 Joseph Myers <joseph@codesourcery.com>
775
776 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
777 f_owner_ex.
778
afd09ae8
JM
7792009-10-03 Joseph Myers <joseph@codesourcery.com>
780
781 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
782 and F_GETOWN_EX.
783
f1297d79
DJ
7842009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
785
786 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
787 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
788 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
789 (__SYSCALL_CLOBBERS): Likewise.
790 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
791 (__SYSCALL_CLOBBERS): Likewise.
792
c67273d5
JM
7932009-08-05 Joseph Myers <joseph@codesourcery.com>
794
795 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
796 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
797 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
798 variable for env. Use expansion of CHECK_SP macro for check.
799 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
800
9d84a81f
JM
8012009-08-03 Joseph Myers <joseph@codesourcery.com>
802
803 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
804 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
805
197aec25
AJ
8062009-07-20 Aurelien Jarno <aurelien@aurel32.net>
807
808 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
809 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
810
cda50f82
JM
8112009-07-17 Joseph Myers <joseph@codesourcery.com>
812
813 * sysdeps/mips/do-lookup.h: Remove.
814 * sysdeps/mips/dl-lookup.c: Update from generic version, with
815 non-PIC handling integrated.
816
8200e168
JM
8172009-06-18 Joseph Myers <joseph@codesourcery.com>
818
819 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
820 and AF_IEEE802154.
821
6a9f82ac
JM
8222009-05-16 Joseph Myers <joseph@codesourcery.com>
823
824 * sysdeps/mips/____longjmp_chk.c: New file.
825 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
826 undefine __longjmp.
827 * sysdeps/mips64/__longjmp.c: Likewise.
828
d9056ac6
JM
8292009-05-16 Joseph Myers <joseph@codesourcery.com>
830
831 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
832 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
833 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
834 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
835
c504ff3b
JM
8362009-05-16 Joseph Myers <joseph@codesourcery.com>
837
838 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
839 fallocate64@@GLIBC_2.11.
840
19afa982
JM
8412009-05-14 Joseph Myers <joseph@codesourcery.com>
842
843 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
844 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
845
ff347533
JM
8462009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
847
848 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
849 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
850 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
851 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
852 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
853 Update comment.
854 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
855 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
9a7e1091 856 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
ff347533
JM
857 Add ucontext_i.sym.
858
57d0274f
JM
8592009-04-18 Joseph Myers <joseph@codesourcery.com>
860
861 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
862 __ASSUME_PWRITEV): Don't define here.
863
6db53cd5
JM
8642009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
865
866 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
867
70fdbfd9
JM
8682009-04-09 Joseph Myers <joseph@codesourcery.com>
869
870 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
871 numbers.
872 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
873 Define.
874 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
875 preadv and pwritev.
876
d69fd0cb
JM
8772009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
878
879 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
880 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
881
0262d0c4
JM
8822009-03-18 Zhang Le <r0bertz@gentoo.org>
883
884 [BZ #7074]
885 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
886 Fix the condition used to annotate n32 objects.
887
4c8c1810
JM
8882009-03-17 Joseph Myers <joseph@codesourcery.com>
889
890 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
891 Change parameters and use next_line.
892
340f7976
JM
8932009-03-17 Joseph Myers <joseph@codesourcery.com>
894
895 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
896 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
897 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
898
ad32d65a
JM
8992009-03-15 Joseph Myers <joseph@codesourcery.com>
900
901 * sysdeps/mips/bits/link.h: Uglify function parameter names.
902 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
903 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
904 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
905 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
906
93311332
JM
9072009-03-03 Joseph Myers <joseph@codesourcery.com>
908
909 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
910 fallocate{,64}.
911
2e3804ef
JM
9122009-02-26 Joseph Myers <joseph@codesourcery.com>
913
914 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
915 UTIME_OMIT only with __USE_ATFILE.
916
1090d6bf
JM
9172009-02-13 Joseph Myers <joseph@codesourcery.com>
918
919 [BZ #7040]
920 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
921 inotify_rm_watch should have type int.
922
8085bd60
JM
9232009-02-02 Joseph Myers <joseph@codesourcery.com>
924
925 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
926
9290e553
DJ
9272009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
928 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
929
930 PR glibc/1048
931 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
932 variable page size for MIPS.
933 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
934 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
935 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
936
e27433a8
JM
9372009-01-12 Joseph Myers <joseph@codesourcery.com>
938
939 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
940 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
941 -D_GNU_SOURCE.
942
bb3b3056
JM
9432009-01-12 Joseph Myers <joseph@codesourcery.com>
944
945 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
946 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
947
01aa93bd
JM
9482008-12-19 Joseph Myers <joseph@codesourcery.com>
949
950 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
951 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
952 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
953 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
954
64762db4
JM
9552008-12-09 Joseph Myers <joseph@codesourcery.com>
956
957 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
958 Make available only for __USE_GNU.
959
9a9863b4
JM
9602008-12-03 Joseph Myers <joseph@codesourcery.com>
961
962 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
963 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
964
10d461b5
JM
9652008-11-25 Joseph Myers <joseph@codesourcery.com>
966
967 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
968 __THROW vs. __nonnull order for C++.
969
f6e40d38
DJ
9702008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
971
972 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
973 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
974 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
975
63fb881a
DJ
9762008-10-01 Mark Shinwell <shinwell@codesourcery.com>
977 Daniel Jacobowitz <dan@codesourcery.com>
978 Richard Sandiford <rdsandiford@googlemail.com>
979
980 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
981 * sysdeps/mips/dl-lookup.c: New.
982 * sysdeps/mips/do-lookup.h: New.
983 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
984 definition.
985 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
986 if needed.
987 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
988 (elf_machine_type_class): Likewise.
989 (ELF_MACHINE_PLT_REL): Define.
990 (elf_machine_fixup_plt): New.
991 (elf_machine_plt_value): New.
992 (elf_machine_reloc): Handle jump slot and copy relocations.
993 (elf_machine_lazy_rel): Point relocation place at PLT if
994 required.
995 (RESOLVE_GOTSYM): Take a relocation type argument.
996 (elf_machine_got_rel): Bind lazy stubs directly to their target if
997 !lazy. Skip lazy binding for PLT symbols.
998 (elf_machine_runtime_setup): Fill in .got.plt header.
999 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1000 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1001 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1002 (_dl_runtime_pltresolve): New.
1003 * sysdeps/mips/bits/linkmap.h: New file.
1004 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1005 64-bit versions.
1006
1007 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1008 Delete definition.
1009 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1010 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1011 (PSEUDO): Use them. Move outside __PIC__.
1012 (PSEUDO_JMP): New.
1013 (CENABLE, CDISABLE): Use it.
1014
a961a11e
JM
10152008-08-19 Joseph Myers <joseph@codesourcery.com>
1016
1017 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1018 to epoll_create1.
1019
72e2fdef
JM
10202008-08-19 Joseph Myers <joseph@codesourcery.com>
1021
1022 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1023 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1024 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1025 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1026 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1027 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1028 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1029
606c1b17
JM
10302008-08-19 Joseph Myers <joseph@codesourcery.com>
1031
1032 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1033 volatile.
1034
e2570f30
DJ
10352008-07-18 Joseph Myers <joseph@codesourcery.com>
1036
1037 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1038 type.
1039
83d53ff1
DJ
10402008-05-21 Joseph Myers <joseph@codesourcery.com>
1041
1042 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1043 (SOCK_DCCP): Define.
1044
098cab74
DJ
10452008-05-01 Joseph Myers <joseph@codesourcery.com>
1046
1047 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1048 RUSAGE_THREAD and RUSAGE_LWP.
1049
89e412f5
DJ
10502008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1051
1052 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1053 shmid_ds.
1054
93ae5119
DJ
10552008-04-21 Khem Raj <kraj@mvista.com>
1056
1057 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1058
7221ac03
DJ
10592008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1060
9a7e1091 1061 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
7221ac03
DJ
1062 truncate and ftruncate systems calls.
1063 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1064 empty file.
1065 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1066
560bab76
DJ
10672008-03-28 Joseph Myers <joseph@codesourcery.com>
1068
1069 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1070 ARG_MAX if <linux/limits.h> has defined it.
1071
10722008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
1073
1074 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1075 barriers to enforce strict ordering on weakly ordered systems.
1076
af7eda0f
DJ
10772008-03-26 David Stephenson <david.stephenson@sicortex.com>
1078 Daniel Jacobowitz <dan@codesourcery.com>
1079
1080 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1081 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1082 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1083
2af06d0d
AJ
10842008-03-09 Andreas Jaeger <aj@suse.de>
1085
1086 [BZ #5753]
1087 * sysdeps/mips/ieee754.h: Use protected namespace
1088 __BIG_ENDIAN/__LITTLE_ENDIAN.
1089 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1090
7812cbad
DJ
10912008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1092
1093 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1094 Reorganize to match other architectures. Replace _timer._timer1
1095 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1096 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1097 (si_timerid, si_overrun): Define.
1098 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1099 (__pthread_attr_s): Remove declaration.
1100 (struct sigevent): Remove XXX. Add _tid.
1101
7e0bd9eb
DJ
11022007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1103
1104 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1105
017cc633
DJ
11062007-09-25 Joseph Myers <joseph@codesourcery.com>
1107
1108 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1109 type and __THROW marker of splice, vmsplice, and tee.
1110
8c276674
DJ
11112007-09-12 Joseph Myers <joseph@codesourcery.com>
1112
1113 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1114 LLL_PRIVATE argument to lll_futex_wake.
1115 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1116 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1117 comment.
1118 (PF_IUCV, PF_RXRPC): Define.
1119 (PF_MAX): Update.
1120 (AF_IUCV, AF_RXRPC): Define.
1121 (MSG_CMSG_CLOEXEC): Define.
1122 (_EXTERN_INLINE): Define to __extern_inline.
1123 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1124 UTIME_OMIT): Define.
1125 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1126 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1127 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1128 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1129 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1130 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1131 LLL_LOCK_*. Include <kernel-features.h>.
1132 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1133 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1134 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1135 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1136 lll_futex_wait.
1137 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1138 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1139 private arguments.
1140 (__lll_robust_trylock): Convert to macro.
1141 (__lll_robust_lock_wait): Add private argument.
1142 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1143 (__lll_lock): Convert to macro. Take private argument.
1144 (__lll_cond_lock): Likewise.
1145 (lll_lock, lll_cond_lock): Take private arguments.
1146 (__lll_robust_lock): Take private argument. Convert to macro.
1147 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1148 lll_robust_cond_lock): Take private arguments.
1149 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1150 arguments.
1151 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1152 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1153 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1154 private arguments.
1155 (lll_unlock, lll_robust_unlock): Take private arguments.
1156 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1157 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1158 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1159 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1160 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1161 lll_cond_wake, lll_cond_broadcast): Remove.
1162 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1163 to __extern_inline.
1164
d45a6368
DJ
11652007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1166
1167 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1168 New macros for the (n)64 and n32 ABIs.
1169 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1170
391da201
DJ
11712007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1172
1173 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1174 Define __WORDSIZE_COMPAT32 as 1.
1175
2b4095f3
DJ
11762007-07-13 Joseph Myers <joseph@codesourcery.com>
1177
1178 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1179 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1180 PTHREAD_STACK_MIN.
1181
8323b1ab
DJ
11822007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1183
1184 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1185
1186 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1187 Delete.
1188
ffd39823
DJ
11892007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1190
1191 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1192 (internal_syscall1, internal_syscall2, internal_syscall3,
1193 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1194
30efab51
DJ
11952007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1196
1197 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1198 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1199 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1200 THREAD_GSCOPE_WAIT): Define.
1201 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1202 (FUTEX_PRIVATE_FLAG): Define.
1203 (lll_unlock_wake_cb): Delete prototype.
1204 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1205 <endian.h>.
1206 (pthread_rwlock_t): Shrink __flags and add __shared.
1207
92fa63ee
DJ
12082007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1209
1210 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1211 (posix_fadvise): Fix high word of len argument.
1212
7a30cb83
DJ
12132007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1214
1215 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1216 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1217 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1218 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1219 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1220 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1221
384fa30d
DJ
12222007-05-23 Joseph Myers <joseph@codesourcery.com>
1223
1224 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1225 * sysdeps/mips/mips64/n64/Implies: Likewise.
1226 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1227 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1228 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1229 <fpu_control.h>. Use hardware exception and rounding mode
1230 settings.
1231
388fc51b 12322007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
1233
1234 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1235 r_info argument to ElfW(Addr).
1236
f50c692c
DJ
12372007-02-01 Joseph Myers <joseph@codesourcery.com>
1238
1239 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1240
eb96755b
DJ
12412007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1242 Daniel Jacobowitz <dan@codesourcery.com>
1243
1244 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1245 shmctl, and semctl.
1246 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1247 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1248 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1249
908afa83
DJ
12502007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1251
1252 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1253 PTR_DEMANGLE): Define.
1254 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1255 PTR_DEMANGLE): Define.
1256 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1257 PTR_DEMANGLE): Define.
1258
e3097800
DJ
12592007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1260
1261 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1262 (cfi_same_value): Delete definition.
1263
cb5bcf74
DJ
12642007-01-08 Richard Sandiford <richard@codesourcery.com>
1265
1266 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1267 (elf_machine_reloc): New function, retaining the body of
1268 elf_machine_rel. Take the reloc's r_info field as an argument,
1269 not the reloc itself. Add extra r_addend and inplace_p arguments.
1270 When inplace_p is false, use r_addend as the addend, not the contents
1271 of the relocation field. Hoist the conversion of reloc_addr to
1272 "ELFW(Addr) *". Don't try to apply TLS relocations against
1273 undefined symbols. Add R_MIPS_GLOB_DAT support.
1274 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1275 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1276 to ElfW(Rela).
1277
2caa93e2
DJ
12782007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1279
1280 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1281 multiple inclusion guard.
1282 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1283
84f3ca6e
DJ
12842007-01-04 Thiemo Seufer <ths@networkno.de>
1285
1286 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1287 to match the kernel.
1288
3ed8d993
DJ
12892006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1290
1291 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1292 (RTLD_SINGLE_THREAD_P): Define.
1293 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1294
a7d03b91
DJ
12952006-10-31 Joseph Myers <joseph@codesourcery.com>
1296
1297 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1298 prototype.
1299
6ea63025
DJ
13002006-09-22 Richard Sandiford <richard@codesourcery.com>
1301
1302 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1303 code.
1304 (__xstat_conv): Use memset to clear padding arrays. Check for
1305 overflow.
1306 (__xstat64_conv): Use memset to clear padding arrays.
1307 (__xstat32_conv): New function.
1308 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1309 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1310
6b4d184d
DJ
13112006-09-21 Joseph Myers <joseph@codesourcery.com>
1312
1313 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1314 floating-point registers.
1315 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1316 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1317 Likewise.
1318
0ad4d3b0
DJ
13192006-08-04 Joseph Myers <joseph@codesourcery.com>
1320
1321 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1322 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1323
74321891
DJ
13242006-07-24 Joseph Myers <joseph@codesourcery.com>
1325
1326 * sysdeps/mips/mips64/n32/libm-test-ulps,
1327 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1328
bb600a60
DJ
13292006-07-24 Joseph Myers <joseph@codesourcery.com>
1330
1331 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1332 defined, include the named file.
1333
02678e17
DJ
13342006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1335
1336 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1337 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1338 Define.
1339
bd345106
DJ
13402006-06-02 Joseph Myers <joseph@codesourcery.com>
1341
1342 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1343 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1344 types.
1345
d7f9cd89
DJ
13462006-06-02 Joseph Myers <joseph@codesourcery.com>
1347
1348 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1349 Don't use struct timespec.
1350 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1351 __xstat64_conv): Copy individual timespec fields.
1352
c6e2897b
DJ
13532006-06-02 Richard Sandiford <richard@codesourcery.com>
1354
1355 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1356
37896d39
DJ
13572006-06-02 Joseph Myers <joseph@codesourcery.com>
1358
1359 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1360 * sysdeps/mips/fpu/fesetround.c: Likewise.
1361
42e36d16
DJ
13622006-05-10 Richard Sandiford <richard@codesourcery.com>
1363 Daniel Jacobowitz <dan@codesourcery.com>
1364
1365 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1366 dump sc_cause, sc_status or sc_badvaddr.
1367 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1368 structure definitions after DSP kernel changes.
1369 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1370 after the same DSP changes.
1371
dab75788
DJ
13722006-05-08 Richard Sandiford <richard@codesourcery.com>
1373
1374 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1375 st_atim, st_mtim and st_ctim interface.
1376 (struct stat64): Likewise.
1377 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1378 Replace st_atime and its padding field with st_atim. Likewise
1379 st_mtime/st_mtim and st_ctime/st_ctim.
1380 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1381 after above changes.
1382 (__xstat64_conv): Likewise.
1383
19723bdd
DJ
13842006-05-08 Richard Sandiford <richard@codesourcery.com>
1385
1386 * sysdeps/mips/ldsodefs.h: New file.
1387 * sysdeps/mips/tst-audit.h: New file.
1388
075f1edd
DJ
13892006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1390
1391 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1392 for consistency with other ports.
1393 (MADV_REMOVE): Correct value.
1394 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1395 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1396 POSIX_MADV_DONTNEED): Define.
1397
142b51e4
DJ
13982006-05-05 Lior Balkohen <balkohen@gmail.com>
1399
1400 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1401 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1402 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1403 and SYNC_FILE_RANGE_WAIT_AFTER.
1404 Declare sync_file_range, vmsplice, splice and tee.
1405
f3fb78ec
DJ
14062006-03-27 Lior Balkohen <balkohen@gmail.com>
1407
1408 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1409 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1410 prototype.
1411
bfc23f5a
DJ
14122006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1413
1414 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1415 Define.
1416
b415b963
DJ
14172006-03-27 Denis Barbier <barbier@linuxfr.org>
1418
1419 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1420 typo.
1421
712619d7
DJ
14222006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1423
1424 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1425 i386/fork.c.
1426
aea60744
DJ
14272006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1428
1429 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1430 libc_cv_localedir, libdir, arch_minimum_kernel, and
1431 libc_cv_gcc_unwind_find_fde.
1432 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1433 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1434 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1435
13d7881a
DJ
14362006-03-02 Lior Balkohen <balkohen@gmail.com>
1437
1438 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1439 (__pthread_list_t, __pthread_slist_t): New typedefs.
1440 (pthread_mutex_t): Replace __next and __prev fields with __list.
1441 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1442 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1443 (lll_futex_wake_unlock): Define.
1444 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1445 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1446 lll_robust_mutex_unlock): New macros.
9a7e1091 1447 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
13d7881a
DJ
1448 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1449 vfork.S.
1450 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1451
73204807
DJ
14522006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1453
1454 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1455 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1456
6428ce3c
DJ
14572006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1458
1459 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1460 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1461 (INTERNAL_SYSCALL_NCS): New.
1462 (internal_syscall0, internal_syscall1, internal_syscall2,
1463 internal_syscall3, internal_syscall4, internal_syscall5,
1464 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1465 Use them. Correct types for registers.
1466 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1467 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1468 (INTERNAL_SYSCALL_NCS): New.
1469 (internal_syscall0, internal_syscall1, internal_syscall2,
1470 internal_syscall3, internal_syscall4, internal_syscall5,
1471 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1472 Use them.
1473 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1474 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1475 points.
1476 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1477 Use Elf(Addr) for TLS relocation targets.
1478 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1479 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1480 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1481 futexp to long for n64.
1482 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1483
2575768d
RM
14842006-02-20 Roland McGrath <roland@redhat.com>
1485
1486 * sysdeps/mips/shlib-versions: New file.
1487 * sysdeps/mips/preconfigure: New file.
1488 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.