]> sourceware.org Git - glibc.git/blame - ChangeLog.mips
Update ARM for removal of m68k chown.c.
[glibc.git] / ChangeLog.mips
CommitLineData
089d856f
JM
12012-05-25 Joseph Myers <joseph@codesourcery.com>
2
3 * sysdeps/unix/sysv/linux/mips/kernel-features.h
4 (__ASSUME_32BITUIDS): Remove.
5
46bd6380
SE
62012-05-23 Steve Ellcey <sellcey@mips.com>
7
8 * sysdeps/unix/sysv/linux/mips/Makefile
9 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
10 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
11 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
12
ec55b216
JM
132012-05-23 Joseph Myers <joseph@codesourcery.com>
14
15 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
16 Define.
17 (MADV_DODUMP): Likewise.
18
533a8b31
JM
192012-05-21 Joseph Myers <joseph@codesourcery.com>
20
df0f68a0
JM
21 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
22 __WORDSIZE_TIME64_COMPAT32.
23
533a8b31
JM
24 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
25 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
26 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
27
dc2a97c6
JM
282012-05-19 Joseph Myers <joseph@codesourcery.com>
29
30 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
31 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
32 (kernel-features.h): Don't include.
33 [__NR_ftruncate64]: Make code unconditional.
34 [!__NR_ftruncate64]: Remove conditional code.
35 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
36 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
37 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
38 (kernel-features.h): Don't include.
39 [__NR_truncate64]: Make code unconditional.
40 [!__NR_truncate64]: Remove conditional code.
41 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
43 Add syscall.
44 (truncate): Likewise.
45 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
46 (ftruncate): Remove syscall.
47 (truncate): Likewise.
48 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
49 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
50 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
51 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
52
dbeb7063
JM
532012-05-16 Joseph Myers <joseph@codesourcery.com>
54
55 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
56 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
57 type unsigned long and names st_atimensec, st_mtimensec and
58 st_ctimensec.
59 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
60
a7375c94
JM
612012-05-14 Joseph Myers <joseph@codesourcery.com>
62
63 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
64 Remove conditional code.
65 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
66 * sysdeps/unix/sysv/linux/mips/pread64.c
67 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
68 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
69 * sysdeps/unix/sysv/linux/mips/pwrite.c
70 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
71 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
72 * sysdeps/unix/sysv/linux/mips/pwrite64.c
73 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
74 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
75 * sysdeps/unix/sysv/linux/mips/sigaction.c
76 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
77 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
78
332d091e
JM
792012-05-11 Joseph Myers <joseph@codesourcery.com>
80
81 * sysdeps/mips/dl-lookup.c: Update from generic version.
82
567ce24c
JM
832012-05-08 Joseph Myers <joseph@codesourcery.com>
84
85 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
86 * sysdeps/mips/mips32/libm-test-ulps: ... here.
87 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
88 * sysdeps/mips/mips64/libm-test-ulps: ... here.
89 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
90
360f4e68
JM
912012-05-01 Joseph Myers <joseph@codesourcery.com>
92
93 [BZ #14044]
94 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
95 from libc version and add symbol versions.
96 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
97 (GLIBC_2.3.3): Add posix_fadvise64.
98
896216ff
JM
992012-04-28 Joseph Myers <joseph@codesourcery.com>
100
8689e877
JM
101 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
102 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
103 Likewise.
104 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
105 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
106 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
107 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
108 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
109 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
110 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
111 Likewise.
112 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
113 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
114 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
115 Likewise.
116 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
117 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
118 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
119 Likewise.
120 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
121 Likewise.
122 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
123 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
124 Likewise.
125 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
126 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
127 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
128 Likewise.
129 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
130 Likewise.
131 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
132 Likewise.
133 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
134 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
135 Likewise.
136 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
137 Likewise.
138 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
139 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
140 Likewise.
141 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
142 Likewise.
143 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
144 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
145 Likewise.
146 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
147 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
148 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
149 Likewise.
150 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
151 Likewise.
152 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
153 Likewise.
154 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
155 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
156 Likewise.
157 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
158 Likewise.
159
896216ff
JM
160 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
161 __MIPSEB instead of __BYTE_ORDER.
162 * sysdeps/mips/mips64/memset.S: Likewise.
163
4053d054
JM
1642012-04-27 Joseph Myers <joseph@codesourcery.com>
165
166 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
167 Change to 2.6.12.
168 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
169
d473fb89
JM
1702012-04-26 Joseph Myers <joseph@codesourcery.com>
171
172 * sysdeps/unix/mips/brk.S: Remove file.
173 * sysdeps/unix/mips/dl-brk.S: Likewise.
174 * sysdeps/unix/mips/sigreturn.S: Likewise.
175 * sysdeps/unix/mips/wait.S: Likewise.
176
8dc23639
JM
1772012-04-26 Joseph Myers <joseph@codesourcery.com>
178
8b2b1127
JM
179 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
180 instead of __BYTE_ORDER.
181 * sysdeps/mips/memset.S: Likewise.
182
8dc23639
JM
183 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
184 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
185
f2f7d65a
JM
1862012-04-24 Joseph Myers <joseph@codesourcery.com>
187
188 * sysdeps/unix/mips/fork.S: Remove file.
189
9f2b22d5
MF
1902012-04-24 Mike Frysinger <vapier@gentoo.org>
191
192 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
193 (ldd_rewrite_script): Change $dest to $dir.
194 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
195
25593dca
JM
1962012-04-21 Joseph Myers <joseph@codesourcery.com>
197
198 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
199 sysdeps/unix/sysv/linux/arm/readahead.c not
200 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
201
aa06d8e4
JM
2022012-03-28 Joseph Myers <joseph@codesourcery.com>
203
204 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
205 (MAP_HUGETLB): Likewise.
206
04e3cfbc
JM
2072012-03-27 Joseph Myers <joseph@codesourcery.com>
208
209 * sysdeps/mips/elf/start.S: Moved to ...
210 * sysdeps/mips/start.S: ...here.
211 * sysdeps/mips/elf/configure.in: Moved to ...
212 * sysdeps/mips/configure.in: ...here. Update comment.
213 * sysdeps/mips/configure: New generated file.
214
1422b9df
JM
2152012-03-20 Joseph Myers <joseph@codesourcery.com>
216
217 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
218 instead of <stdio-common/_itoa.h>.
219
e54793e8
PE
2202012-03-10 Paul Eggert <eggert@cs.ucla.edu>
221
222 [BZ #13673]
223 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
224 with URL.
225
ab84e3ff
PE
2262012-03-09 Paul Eggert <eggert@cs.ucla.edu>
227
228 [BZ #13673]
229 Replace FSF snail mail address with URLs, as per GNU coding standards.
230
23b8c9ac
JM
2312012-03-09 Joseph Myers <joseph@codesourcery.com>
232
233 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
234 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
235
bf8becc5
JM
2362012-02-27 Joseph Myers <joseph@codesourcery.com>
237
238 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
239 declare recvmmsg and sendmmsg.
240
7bb9ccad
JM
2412012-02-27 Joseph Myers <joseph@codesourcery.com>
242
243 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
244 Change union tag to pthread_attr_t. Only define typedef if not
245 already defined.
246 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
247 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
248 typedef if not already defined.
249
397c66b4
JM
2502012-02-26 Joseph Myers <joseph@codesourcery.com>
251
252 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
253 siginfo_t struct. Add forward declaration of pthread_attr_t and
254 use it in sigevent.
255 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
256 pthread_attr_t union.
257
8864c99f
JM
2582012-02-21 Joseph Myers <joseph@codesourcery.com>
259
260 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
261 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
262 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
263 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
264
d6353c0f
AS
2652012-02-20 Andreas Schwab <schwab@linux-m68k.org>
266
267 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
268 not defined.
269
22f7e902
AJ
2702012-02-17 Aurelien Jarno <aurelien@aurel32.net>
271
272 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
273 matching the array in dl-procinfo.c.
274
cec96a4f
AJ
2752012-02-17 Aurelien Jarno <aurelien@aurel32.net>
276
277 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
278 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
279 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
280
a31567f4
RM
2812012-02-15 Robert Millan <rmh@gnu.org>
282
283 [BZ #12301]
284 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
285 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
286
d2cc32ab
RM
2872012-02-15 Robert Millan <rmh@gnu.org>
288
289 [BZ #12298]
290 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
291 * sysdeps/mips/sys/tas.h: ... here.
292
d05f2edb
RM
2932012-02-15 Robert Millan <rmh@gnu.org>
294
295 [BZ #12297]
296 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
297 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
298 * sysdeps/unix/mips/entry.h: ... here.
299
87ae60cc
RM
3002012-02-15 Robert Millan <rmh@gnu.org>
301
7e7aa31b 302 [BZ #12193]
87ae60cc
RM
303 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
304 Define.
305 * sysdeps/mips/dl-procinfo.c: New file.
306 * sysdeps/mips/dl-procinfo.h: Likewise.
307
7504de5a
JM
3082012-02-15 Joseph Myers <joseph@codesourcery.com>
309
310 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
311 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
312
7865d19c
VV
3132012-02-15 Viju Vincent <vijuvince@gmail.com>
314
315 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
316 around calls to _dl_lookup_symbol_x.
317
c5430dd0
JM
3182012-02-13 Joseph Myers <joseph@codesourcery.com>
319
320 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
321 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
322
67939f7c
JM
3232012-02-13 Joseph Myers <joseph@codesourcery.com>
324
325 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
326 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
327
25a368f2
JM
3282012-02-10 Joseph Myers <joseph@codesourcery.com>
329
330 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
331 for sysdeps/generic/initfini.c.
332 * sysdeps/mips/mips32/crtn.S: Likewise.
333 * sysdeps/mips/mips64/n32/crti.S: Likewise.
334 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
335 * sysdeps/mips/mips64/n64/crti.S: Likewise.
336 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
337 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
338 (CFLAGS-pt-initfini.s): Likewise.
339 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
340 variables.
341
2aee8949
JM
3422012-01-26 Joseph Myers <joseph@codesourcery.com>
343
344 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
345 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
346 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
347 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
348
7b966fcb
JM
3492012-01-08 Joseph Myers <joseph@codesourcery.com>
350
351 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
352 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
353 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
354 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
355 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
356 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
357 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
358
3538f2fb
JM
3592012-01-07 Joseph Myers <joseph@codesourcery.com>
360
361 * sysdeps/mips/nptl/shlib-versions: New.
362
e3950b29
JM
3632012-01-07 Joseph Myers <joseph@codesourcery.com>
364
365 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
366
32a61531
TV
3672012-01-04 Tom de Vries <tom@codesourcery.com>
368
369 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
370 -fno-unwind-tables.
371
04d45026
TV
3722012-01-03 Tom de Vries <tom@codesourcery.com>
373
374 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
375 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
376
25bb26d0
JM
3772011-12-22 Joseph Myers <joseph@codesourcery.com>
378
379 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
380 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
381 Remove.
382 (syscall-list-variants, syscall-list-includes)
383 (syscall-list-o32-options, syscall-list-o32-condition)
384 (syscall-list-n32-options, syscall-list-n32-condition)
385 (syscall-list-n64-options, syscall-list-n64-condition): Define.
386 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
387 asm-unistd.h.
388 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
389 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
390
c2aeee16
JM
3912011-12-22 Joseph Myers <joseph@codesourcery.com>
392
393 [BZ #13538]
394 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
395 (EPOLLET): Initialize with unsigned values.
396
d92b0dd4
JM
3972011-12-19 Joseph Myers <joseph@codesourcery.com>
398
399 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
400 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
401
61b01ec6
JM
4022011-11-17 Joseph Myers <joseph@codesourcery.com>
403
404 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
405 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
406
a9ff8724
JM
4072011-11-11 Joseph Myers <joseph@codesourcery.com>
408
409 * sysdeps/mips/dl-lookup.c: Update from generic version.
410
c3beb302
JM
4112011-10-12 Joseph Myers <joseph@codesourcery.com>
412
413 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
414 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
415 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
416
9a7e1091
AS
4172011-10-05 Andreas Schwab <schwab@redhat.com>
418
419 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
420 (elf_machine_lazy_rel): Add parameter skip_ifunc.
421
560d4a58
JM
4222011-09-13 Joseph Myers <joseph@codesourcery.com>
423
424 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
425 return value to (struct cmsghdr *).
426
329c2e63
JM
4272011-09-13 Joseph Myers <joseph@codesourcery.com>
428
429 * sysdeps/mips/elf/configure.in: Always test for TLS support and
430 error out in case it is missing.
431 * sysdeps/mips/elf/configure: Regenerate.
432 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
433
b8ead09a
JM
4342011-09-11 Joseph Myers <joseph@codesourcery.com>
435
436 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
437 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
438
c26e391d
JM
4392011-09-06 Joseph Myers <joseph@codesourcery.com>
440
441 [BZ #13109]
442 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
443 (statfs): New.
444 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
445 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
446
e349dfdb
MT
4472011-08-02 Matt Turner <mattst88@gmail.com>
448
449 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
450
9dc88b5c
JM
4512011-07-25 Joseph Myers <joseph@codesourcery.com>
452
453 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
454 Define.
455
6cc02c7a
JM
4562011-06-20 Joseph Myers <joseph@codesourcery.com>
457
458 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
459 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
460
6b5adfe9
JM
4612011-06-20 Joseph Myers <joseph@codesourcery.com>
462
463 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
464 mention raise in the comment.
465
8969f4df
AJ
4662011-05-23 Aurelien Jarno <aurelien@aurel32.net>
467
468 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
469 Add.
470
f1d4d4be
JM
4712011-05-13 Joseph Myers <joseph@codesourcery.com>
472
473 * sysdeps/mips/dl-lookup.c: Update from generic version.
474
a32d0d80
JM
4752011-05-10 Joseph Myers <joseph@codesourcery.com>
476
477 * sysdeps/mips/dl-lookup.c: Update from generic version.
478
ed36e1de
JM
4792011-04-11 Joseph Myers <joseph@codesourcery.com>
480
481 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
482
e6893dba
JM
4832011-04-01 Joseph Myers <joseph@codesourcery.com>
484
485 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
486 to open_by_handle_at.
487
cea44847
JM
4882011-04-01 Joseph Myers <joseph@codesourcery.com>
489
490 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
491
01b5049d
JM
4922011-04-01 Joseph Myers <joseph@codesourcery.com>
493
494 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
495 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
496 open_by_handle. Augment a few comments.
497
0f53d140
JM
4982011-04-01 Joseph Myers <joseph@codesourcery.com>
499
500 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
501 cancelable.
502 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
503 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
504 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
505 sync_file_range as cancellation point.
506 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
507 sync_file_range as cancellation point.
508
6d9a4e55
JM
5092011-04-01 Joseph Myers <joseph@codesourcery.com>
510
511 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
512 sync_file_range.
513
8825867b
JM
5142011-03-22 Joseph Myers <joseph@codesourcery.com>
515
516 * sysdeps/mips/dl-lookup.c: Update from generic version.
517
91a59c6a
JM
5182011-01-25 Joseph Myers <joseph@codesourcery.com>
519
520 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
521 MADV_NOHUGEPAGE): Define.
522
eb76b06f
JM
5232011-01-25 Joseph Myers <joseph@codesourcery.com>
524
525 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
526 PF_CAIF, PF_ALG): Define.
527
4f464927
JM
5282010-12-30 Joseph Myers <joseph@codesourcery.com>
529
530 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
531 NO_CTORS_DTORS_SECTIONS is defined.
532 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
533
390651fd
JM
5342010-12-21 Joseph Myers <joseph@codesourcery.com>
535
536 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
537
83495648
MT
5382010-12-06 Matt Turner <mattst88@gmail.com>
539
540 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
541
604e89e4
JM
5422010-12-06 Joseph Myers <joseph@codesourcery.com>
543
544 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
545 Change to 2.4.1.
546 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
547
94a2483c
JM
5482010-10-21 Joseph Myers <joseph@codesourcery.com>
549
550 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
551 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
552 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
553 for fanotify_mark.
554
9431b159
JM
5552010-10-11 Joseph Myers <joseph@codesourcery.com>
556
557 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
558 libm_hidden_def.
559 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
560
5ccc178f
JM
5612010-08-13 Joseph Myers <joseph@codesourcery.com>
562
563 * sysdeps/unix/sysv/linux/mips/kernel-features.h
564 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
565
5237c94b
CC
5662010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
567
568 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
569 jump delay slot.
570 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
571
32b9acf3
JM
5722010-08-13 Joseph Myers <joseph@codesourcery.com>
573
574 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
575
09551806
JM
5762010-08-12 Joseph Myers <joseph@codesourcery.com>
577
578 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
579 struct statfs64): Add f_flags field.
580
9672c67a
JM
5812010-08-12 Joseph Myers <joseph@codesourcery.com>
582
583 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
584 Define.
585
c16fd246
JM
5862010-08-12 Joseph Myers <joseph@codesourcery.com>
587
588 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
589 and prlimit64.
590 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
591 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
592 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
593 prlimit64 syscall.
594
fdb3ec20
JM
5952010-06-14 Joseph Myers <joseph@codesourcery.com>
596
597 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
598 F_GETPIPE_SZ): Define.
599
6531684d
JM
6002010-05-21 Joseph Myers <joseph@codesourcery.com>
601
602 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
603 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
604
b1ab8c5f
JM
6052010-04-14 Joseph Myers <joseph@codesourcery.com>
606
607 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
608
1dbb4edc
JM
6092010-04-06 Joseph Myers <joseph@codesourcery.com>
610
611 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
612 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
613 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
614 Define.
615
e9823ee1
JM
6162010-03-30 Joseph Myers <joseph@codesourcery.com>
617
618 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
619 MSG_WAITFORONE.
620
cca1fbbc
JM
6212010-03-24 Joseph Myers <joseph@codesourcery.com>
622
623 * sysdeps/mips/dl-lookup.c: Update from generic version.
624
1eb07256
MJ
6252010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
626
627 [BZ #11291]
628 * sysdeps/mips/bits/atomic.h
629 (__arch_compare_and_exchange_xxx_32_int,
630 __arch_compare_and_exchange_xxx_64_int,
631 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
632 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
633 Specify *mem as asm output as well as input.
634
8256e69a
JM
6352010-02-10 Joseph Myers <joseph@codesourcery.com>
636
637 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
638
54b7103a
JM
6392010-01-28 Joseph Myers <joseph@codesourcery.com>
640
641 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
642 _dl_runtime_pltresolve): Calculate offset from start of function
643 to .cpload instead of hardcoding instruction size.
644
cbbf2c84
JM
6452010-01-11 Joseph Myers <joseph@codesourcery.com>
646
647 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
648 problem.
649
31afac47
JM
6502010-01-11 Joseph Myers <joseph@codesourcery.com>
651
652 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
653 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
654
60a0880e
JM
6552010-01-10 Joseph Myers <joseph@codesourcery.com>
656
657 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
658 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
659 XPG7.
660 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
661 fcntl.h.
662
8ef2c3b0
JM
6632009-12-16 Joseph Myers <joseph@codesourcery.com>
664
665 [BZ #11093]
666 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
667 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
668
872083bf
JM
6692009-12-16 Joseph Myers <joseph@codesourcery.com>
670
671 * sysdeps/mips/dl-lookup.c: Update from generic version.
672
93a0dfda
JM
6732009-12-15 Joseph Myers <joseph@codesourcery.com>
674
675 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
676 O_DSYNC to match 2.6.33+ kernels.
677
5d5cb5a2
JM
6782009-12-09 Joseph Myers <joseph@codesourcery.com>
679
680 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
681 declare recvmmsg.
682
2d68f6af
JM
6832009-12-01 Joseph Myers <joseph@codesourcery.com>
684
685 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
686 (posix_fadvise): Remove.
687 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
688 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
689 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
690
84f92668
JM
6912009-12-01 Joseph Myers <joseph@codesourcery.com>
692
693 * sysdeps/mips/dl-lookup.c: Update from generic version.
694
b00ec948
JM
6952009-11-23 Joseph Myers <joseph@codesourcery.com>
696
697 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
698 for timestamps also if __USE_XOPEN2K8.
699
78698bbb
JM
7002009-11-19 Joseph Myers <joseph@codesourcery.com>
701
702 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
703 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
704
983ee7f2
JM
7052009-11-18 Joseph Myers <joseph@codesourcery.com>
706
707 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
708 names of parameters of sync_file_range.
709
24bcda03
JM
7102009-11-17 Joseph Myers <joseph@codesourcery.com>
711
712 [BZ #10972]
713 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
714 constants from recent kernels.
715
87d2bea0
JM
7162009-11-17 Joseph Myers <joseph@codesourcery.com>
717
718 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
719 not already defined.
720
37a907cc
JM
7212009-11-14 Joseph Myers <joseph@codesourcery.com>
722
723 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
724 F_GETOWN_EX): Update values.
725
86ad0d12
JM
7262009-11-06 Joseph Myers <joseph@codesourcery.com>
727
728 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
729 of last two arguments when -D_FILE_OFFSET_BITS=64.
730
a896552e
JM
7312009-10-29 Joseph Myers <joseph@codesourcery.com>
732
733 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
734 f_owner_ex.
735
afd09ae8
JM
7362009-10-03 Joseph Myers <joseph@codesourcery.com>
737
738 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
739 and F_GETOWN_EX.
740
f1297d79
DJ
7412009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
742
743 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
744 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
745 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
746 (__SYSCALL_CLOBBERS): Likewise.
747 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
748 (__SYSCALL_CLOBBERS): Likewise.
749
c67273d5
JM
7502009-08-05 Joseph Myers <joseph@codesourcery.com>
751
752 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
753 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
754 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
755 variable for env. Use expansion of CHECK_SP macro for check.
756 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
757
9d84a81f
JM
7582009-08-03 Joseph Myers <joseph@codesourcery.com>
759
760 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
761 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
762
197aec25
AJ
7632009-07-20 Aurelien Jarno <aurelien@aurel32.net>
764
765 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
766 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
767
cda50f82
JM
7682009-07-17 Joseph Myers <joseph@codesourcery.com>
769
770 * sysdeps/mips/do-lookup.h: Remove.
771 * sysdeps/mips/dl-lookup.c: Update from generic version, with
772 non-PIC handling integrated.
773
8200e168
JM
7742009-06-18 Joseph Myers <joseph@codesourcery.com>
775
776 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
777 and AF_IEEE802154.
778
6a9f82ac
JM
7792009-05-16 Joseph Myers <joseph@codesourcery.com>
780
781 * sysdeps/mips/____longjmp_chk.c: New file.
782 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
783 undefine __longjmp.
784 * sysdeps/mips64/__longjmp.c: Likewise.
785
d9056ac6
JM
7862009-05-16 Joseph Myers <joseph@codesourcery.com>
787
788 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
789 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
790 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
791 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
792
c504ff3b
JM
7932009-05-16 Joseph Myers <joseph@codesourcery.com>
794
795 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
796 fallocate64@@GLIBC_2.11.
797
19afa982
JM
7982009-05-14 Joseph Myers <joseph@codesourcery.com>
799
800 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
801 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
802
ff347533
JM
8032009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
804
805 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
806 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
807 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
808 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
809 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
810 Update comment.
811 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
812 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
9a7e1091 813 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
ff347533
JM
814 Add ucontext_i.sym.
815
57d0274f
JM
8162009-04-18 Joseph Myers <joseph@codesourcery.com>
817
818 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
819 __ASSUME_PWRITEV): Don't define here.
820
6db53cd5
JM
8212009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
822
823 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
824
70fdbfd9
JM
8252009-04-09 Joseph Myers <joseph@codesourcery.com>
826
827 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
828 numbers.
829 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
830 Define.
831 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
832 preadv and pwritev.
833
d69fd0cb
JM
8342009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
835
836 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
837 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
838
0262d0c4
JM
8392009-03-18 Zhang Le <r0bertz@gentoo.org>
840
841 [BZ #7074]
842 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
843 Fix the condition used to annotate n32 objects.
844
4c8c1810
JM
8452009-03-17 Joseph Myers <joseph@codesourcery.com>
846
847 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
848 Change parameters and use next_line.
849
340f7976
JM
8502009-03-17 Joseph Myers <joseph@codesourcery.com>
851
852 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
853 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
854 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
855
ad32d65a
JM
8562009-03-15 Joseph Myers <joseph@codesourcery.com>
857
858 * sysdeps/mips/bits/link.h: Uglify function parameter names.
859 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
860 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
861 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
862 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
863
93311332
JM
8642009-03-03 Joseph Myers <joseph@codesourcery.com>
865
866 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
867 fallocate{,64}.
868
2e3804ef
JM
8692009-02-26 Joseph Myers <joseph@codesourcery.com>
870
871 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
872 UTIME_OMIT only with __USE_ATFILE.
873
1090d6bf
JM
8742009-02-13 Joseph Myers <joseph@codesourcery.com>
875
876 [BZ #7040]
877 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
878 inotify_rm_watch should have type int.
879
8085bd60
JM
8802009-02-02 Joseph Myers <joseph@codesourcery.com>
881
882 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
883
9290e553
DJ
8842009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
885 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
886
887 PR glibc/1048
888 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
889 variable page size for MIPS.
890 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
891 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
892 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
893
e27433a8
JM
8942009-01-12 Joseph Myers <joseph@codesourcery.com>
895
896 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
897 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
898 -D_GNU_SOURCE.
899
bb3b3056
JM
9002009-01-12 Joseph Myers <joseph@codesourcery.com>
901
902 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
903 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
904
01aa93bd
JM
9052008-12-19 Joseph Myers <joseph@codesourcery.com>
906
907 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
908 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
909 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
910 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
911
64762db4
JM
9122008-12-09 Joseph Myers <joseph@codesourcery.com>
913
914 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
915 Make available only for __USE_GNU.
916
9a9863b4
JM
9172008-12-03 Joseph Myers <joseph@codesourcery.com>
918
919 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
920 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
921
10d461b5
JM
9222008-11-25 Joseph Myers <joseph@codesourcery.com>
923
924 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
925 __THROW vs. __nonnull order for C++.
926
f6e40d38
DJ
9272008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
928
929 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
930 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
931 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
932
63fb881a
DJ
9332008-10-01 Mark Shinwell <shinwell@codesourcery.com>
934 Daniel Jacobowitz <dan@codesourcery.com>
935 Richard Sandiford <rdsandiford@googlemail.com>
936
937 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
938 * sysdeps/mips/dl-lookup.c: New.
939 * sysdeps/mips/do-lookup.h: New.
940 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
941 definition.
942 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
943 if needed.
944 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
945 (elf_machine_type_class): Likewise.
946 (ELF_MACHINE_PLT_REL): Define.
947 (elf_machine_fixup_plt): New.
948 (elf_machine_plt_value): New.
949 (elf_machine_reloc): Handle jump slot and copy relocations.
950 (elf_machine_lazy_rel): Point relocation place at PLT if
951 required.
952 (RESOLVE_GOTSYM): Take a relocation type argument.
953 (elf_machine_got_rel): Bind lazy stubs directly to their target if
954 !lazy. Skip lazy binding for PLT symbols.
955 (elf_machine_runtime_setup): Fill in .got.plt header.
956 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
957 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
958 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
959 (_dl_runtime_pltresolve): New.
960 * sysdeps/mips/bits/linkmap.h: New file.
961 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
962 64-bit versions.
963
964 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
965 Delete definition.
966 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
967 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
968 (PSEUDO): Use them. Move outside __PIC__.
969 (PSEUDO_JMP): New.
970 (CENABLE, CDISABLE): Use it.
971
a961a11e
JM
9722008-08-19 Joseph Myers <joseph@codesourcery.com>
973
974 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
975 to epoll_create1.
976
72e2fdef
JM
9772008-08-19 Joseph Myers <joseph@codesourcery.com>
978
979 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
980 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
981 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
982 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
983 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
984 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
985 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
986
606c1b17
JM
9872008-08-19 Joseph Myers <joseph@codesourcery.com>
988
989 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
990 volatile.
991
e2570f30
DJ
9922008-07-18 Joseph Myers <joseph@codesourcery.com>
993
994 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
995 type.
996
83d53ff1
DJ
9972008-05-21 Joseph Myers <joseph@codesourcery.com>
998
999 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1000 (SOCK_DCCP): Define.
1001
098cab74
DJ
10022008-05-01 Joseph Myers <joseph@codesourcery.com>
1003
1004 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1005 RUSAGE_THREAD and RUSAGE_LWP.
1006
89e412f5
DJ
10072008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1008
1009 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1010 shmid_ds.
1011
93ae5119
DJ
10122008-04-21 Khem Raj <kraj@mvista.com>
1013
1014 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1015
7221ac03
DJ
10162008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1017
9a7e1091 1018 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
7221ac03
DJ
1019 truncate and ftruncate systems calls.
1020 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1021 empty file.
1022 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1023
560bab76
DJ
10242008-03-28 Joseph Myers <joseph@codesourcery.com>
1025
1026 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1027 ARG_MAX if <linux/limits.h> has defined it.
1028
10292008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
1030
1031 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1032 barriers to enforce strict ordering on weakly ordered systems.
1033
af7eda0f
DJ
10342008-03-26 David Stephenson <david.stephenson@sicortex.com>
1035 Daniel Jacobowitz <dan@codesourcery.com>
1036
1037 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1038 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1039 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1040
2af06d0d
AJ
10412008-03-09 Andreas Jaeger <aj@suse.de>
1042
1043 [BZ #5753]
1044 * sysdeps/mips/ieee754.h: Use protected namespace
1045 __BIG_ENDIAN/__LITTLE_ENDIAN.
1046 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1047
7812cbad
DJ
10482008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1049
1050 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1051 Reorganize to match other architectures. Replace _timer._timer1
1052 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1053 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1054 (si_timerid, si_overrun): Define.
1055 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1056 (__pthread_attr_s): Remove declaration.
1057 (struct sigevent): Remove XXX. Add _tid.
1058
7e0bd9eb
DJ
10592007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1060
1061 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1062
017cc633
DJ
10632007-09-25 Joseph Myers <joseph@codesourcery.com>
1064
1065 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1066 type and __THROW marker of splice, vmsplice, and tee.
1067
8c276674
DJ
10682007-09-12 Joseph Myers <joseph@codesourcery.com>
1069
1070 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1071 LLL_PRIVATE argument to lll_futex_wake.
1072 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1073 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1074 comment.
1075 (PF_IUCV, PF_RXRPC): Define.
1076 (PF_MAX): Update.
1077 (AF_IUCV, AF_RXRPC): Define.
1078 (MSG_CMSG_CLOEXEC): Define.
1079 (_EXTERN_INLINE): Define to __extern_inline.
1080 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1081 UTIME_OMIT): Define.
1082 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1083 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1084 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1085 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1086 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1087 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1088 LLL_LOCK_*. Include <kernel-features.h>.
1089 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1090 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1091 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1092 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1093 lll_futex_wait.
1094 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1095 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1096 private arguments.
1097 (__lll_robust_trylock): Convert to macro.
1098 (__lll_robust_lock_wait): Add private argument.
1099 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1100 (__lll_lock): Convert to macro. Take private argument.
1101 (__lll_cond_lock): Likewise.
1102 (lll_lock, lll_cond_lock): Take private arguments.
1103 (__lll_robust_lock): Take private argument. Convert to macro.
1104 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1105 lll_robust_cond_lock): Take private arguments.
1106 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1107 arguments.
1108 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1109 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1110 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1111 private arguments.
1112 (lll_unlock, lll_robust_unlock): Take private arguments.
1113 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1114 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1115 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1116 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1117 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1118 lll_cond_wake, lll_cond_broadcast): Remove.
1119 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1120 to __extern_inline.
1121
d45a6368
DJ
11222007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1123
1124 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1125 New macros for the (n)64 and n32 ABIs.
1126 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1127
391da201
DJ
11282007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1129
1130 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1131 Define __WORDSIZE_COMPAT32 as 1.
1132
2b4095f3
DJ
11332007-07-13 Joseph Myers <joseph@codesourcery.com>
1134
1135 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1136 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1137 PTHREAD_STACK_MIN.
1138
8323b1ab
DJ
11392007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1140
1141 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1142
1143 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1144 Delete.
1145
ffd39823
DJ
11462007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1147
1148 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1149 (internal_syscall1, internal_syscall2, internal_syscall3,
1150 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1151
30efab51
DJ
11522007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1153
1154 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1155 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1156 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1157 THREAD_GSCOPE_WAIT): Define.
1158 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1159 (FUTEX_PRIVATE_FLAG): Define.
1160 (lll_unlock_wake_cb): Delete prototype.
1161 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1162 <endian.h>.
1163 (pthread_rwlock_t): Shrink __flags and add __shared.
1164
92fa63ee
DJ
11652007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1166
1167 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1168 (posix_fadvise): Fix high word of len argument.
1169
7a30cb83
DJ
11702007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1171
1172 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1173 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1174 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1175 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1176 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1177 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1178
384fa30d
DJ
11792007-05-23 Joseph Myers <joseph@codesourcery.com>
1180
1181 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1182 * sysdeps/mips/mips64/n64/Implies: Likewise.
1183 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1184 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1185 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1186 <fpu_control.h>. Use hardware exception and rounding mode
1187 settings.
1188
388fc51b 11892007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
1190
1191 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1192 r_info argument to ElfW(Addr).
1193
f50c692c
DJ
11942007-02-01 Joseph Myers <joseph@codesourcery.com>
1195
1196 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1197
eb96755b
DJ
11982007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1199 Daniel Jacobowitz <dan@codesourcery.com>
1200
1201 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1202 shmctl, and semctl.
1203 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1204 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1205 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1206
908afa83
DJ
12072007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1208
1209 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1210 PTR_DEMANGLE): Define.
1211 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1212 PTR_DEMANGLE): Define.
1213 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1214 PTR_DEMANGLE): Define.
1215
e3097800
DJ
12162007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1217
1218 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1219 (cfi_same_value): Delete definition.
1220
cb5bcf74
DJ
12212007-01-08 Richard Sandiford <richard@codesourcery.com>
1222
1223 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1224 (elf_machine_reloc): New function, retaining the body of
1225 elf_machine_rel. Take the reloc's r_info field as an argument,
1226 not the reloc itself. Add extra r_addend and inplace_p arguments.
1227 When inplace_p is false, use r_addend as the addend, not the contents
1228 of the relocation field. Hoist the conversion of reloc_addr to
1229 "ELFW(Addr) *". Don't try to apply TLS relocations against
1230 undefined symbols. Add R_MIPS_GLOB_DAT support.
1231 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1232 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1233 to ElfW(Rela).
1234
2caa93e2
DJ
12352007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1236
1237 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1238 multiple inclusion guard.
1239 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1240
84f3ca6e
DJ
12412007-01-04 Thiemo Seufer <ths@networkno.de>
1242
1243 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1244 to match the kernel.
1245
3ed8d993
DJ
12462006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1247
1248 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1249 (RTLD_SINGLE_THREAD_P): Define.
1250 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1251
a7d03b91
DJ
12522006-10-31 Joseph Myers <joseph@codesourcery.com>
1253
1254 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1255 prototype.
1256
6ea63025
DJ
12572006-09-22 Richard Sandiford <richard@codesourcery.com>
1258
1259 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1260 code.
1261 (__xstat_conv): Use memset to clear padding arrays. Check for
1262 overflow.
1263 (__xstat64_conv): Use memset to clear padding arrays.
1264 (__xstat32_conv): New function.
1265 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1266 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1267
6b4d184d
DJ
12682006-09-21 Joseph Myers <joseph@codesourcery.com>
1269
1270 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1271 floating-point registers.
1272 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1273 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1274 Likewise.
1275
0ad4d3b0
DJ
12762006-08-04 Joseph Myers <joseph@codesourcery.com>
1277
1278 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1279 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1280
74321891
DJ
12812006-07-24 Joseph Myers <joseph@codesourcery.com>
1282
1283 * sysdeps/mips/mips64/n32/libm-test-ulps,
1284 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1285
bb600a60
DJ
12862006-07-24 Joseph Myers <joseph@codesourcery.com>
1287
1288 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1289 defined, include the named file.
1290
02678e17
DJ
12912006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1292
1293 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1294 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1295 Define.
1296
bd345106
DJ
12972006-06-02 Joseph Myers <joseph@codesourcery.com>
1298
1299 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1300 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1301 types.
1302
d7f9cd89
DJ
13032006-06-02 Joseph Myers <joseph@codesourcery.com>
1304
1305 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1306 Don't use struct timespec.
1307 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1308 __xstat64_conv): Copy individual timespec fields.
1309
c6e2897b
DJ
13102006-06-02 Richard Sandiford <richard@codesourcery.com>
1311
1312 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1313
37896d39
DJ
13142006-06-02 Joseph Myers <joseph@codesourcery.com>
1315
1316 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1317 * sysdeps/mips/fpu/fesetround.c: Likewise.
1318
42e36d16
DJ
13192006-05-10 Richard Sandiford <richard@codesourcery.com>
1320 Daniel Jacobowitz <dan@codesourcery.com>
1321
1322 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1323 dump sc_cause, sc_status or sc_badvaddr.
1324 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1325 structure definitions after DSP kernel changes.
1326 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1327 after the same DSP changes.
1328
dab75788
DJ
13292006-05-08 Richard Sandiford <richard@codesourcery.com>
1330
1331 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1332 st_atim, st_mtim and st_ctim interface.
1333 (struct stat64): Likewise.
1334 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1335 Replace st_atime and its padding field with st_atim. Likewise
1336 st_mtime/st_mtim and st_ctime/st_ctim.
1337 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1338 after above changes.
1339 (__xstat64_conv): Likewise.
1340
19723bdd
DJ
13412006-05-08 Richard Sandiford <richard@codesourcery.com>
1342
1343 * sysdeps/mips/ldsodefs.h: New file.
1344 * sysdeps/mips/tst-audit.h: New file.
1345
075f1edd
DJ
13462006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1347
1348 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1349 for consistency with other ports.
1350 (MADV_REMOVE): Correct value.
1351 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1352 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1353 POSIX_MADV_DONTNEED): Define.
1354
142b51e4
DJ
13552006-05-05 Lior Balkohen <balkohen@gmail.com>
1356
1357 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1358 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1359 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1360 and SYNC_FILE_RANGE_WAIT_AFTER.
1361 Declare sync_file_range, vmsplice, splice and tee.
1362
f3fb78ec
DJ
13632006-03-27 Lior Balkohen <balkohen@gmail.com>
1364
1365 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1366 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1367 prototype.
1368
bfc23f5a
DJ
13692006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1370
1371 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1372 Define.
1373
b415b963
DJ
13742006-03-27 Denis Barbier <barbier@linuxfr.org>
1375
1376 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1377 typo.
1378
712619d7
DJ
13792006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1380
1381 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1382 i386/fork.c.
1383
aea60744
DJ
13842006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1385
1386 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1387 libc_cv_localedir, libdir, arch_minimum_kernel, and
1388 libc_cv_gcc_unwind_find_fde.
1389 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1390 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1391 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1392
13d7881a
DJ
13932006-03-02 Lior Balkohen <balkohen@gmail.com>
1394
1395 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1396 (__pthread_list_t, __pthread_slist_t): New typedefs.
1397 (pthread_mutex_t): Replace __next and __prev fields with __list.
1398 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1399 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1400 (lll_futex_wake_unlock): Define.
1401 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1402 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1403 lll_robust_mutex_unlock): New macros.
9a7e1091 1404 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
13d7881a
DJ
1405 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1406 vfork.S.
1407 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1408
73204807
DJ
14092006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1410
1411 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1412 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1413
6428ce3c
DJ
14142006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1415
1416 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1417 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1418 (INTERNAL_SYSCALL_NCS): New.
1419 (internal_syscall0, internal_syscall1, internal_syscall2,
1420 internal_syscall3, internal_syscall4, internal_syscall5,
1421 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1422 Use them. Correct types for registers.
1423 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1424 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1425 (INTERNAL_SYSCALL_NCS): New.
1426 (internal_syscall0, internal_syscall1, internal_syscall2,
1427 internal_syscall3, internal_syscall4, internal_syscall5,
1428 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1429 Use them.
1430 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1431 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1432 points.
1433 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1434 Use Elf(Addr) for TLS relocation targets.
1435 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1436 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1437 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1438 futexp to long for n64.
1439 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1440
2575768d
RM
14412006-02-20 Roland McGrath <roland@redhat.com>
1442
1443 * sysdeps/mips/shlib-versions: New file.
1444 * sysdeps/mips/preconfigure: New file.
1445 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.
This page took 0.178953 seconds and 5 git commands to generate.