]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog.mips
ia64: use hidden_def with internal pthread funcs
[thirdparty/glibc.git] / ChangeLog.mips
CommitLineData
cc824a2e
JM
12012-05-30 Joseph Myers <joseph@codesourcery.com>
2
fd5beba7
JM
3 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
4 settings out of conditional.
5
6863adc8
JM
6 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
7 __connect_internal alias.
8
6334191e
JM
9 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10 (FP_TRAPPING_EXCEPTIONS): Define.
11
d9ab3eff
JM
12 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
13 Rename to abi-variants.
14 (syscall-list-includes): Rename to abi-includes.
15 (syscall-list-o32-options): Rename to abi-o32-options.
16 (syscall-list-o32-condition): Rename to abi-o32-condition.
17 (syscall-list-n32-options): Rename to abi-n32-options.
18 (syscall-list-n32-condition): Rename to abi-n32-condition.
19 (syscall-list-n64-options): Rename to abi-n64-options.
20 (syscall-list-n64-condition): Rename to abi-n64-condition.
21 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
22 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
23 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
24
cc824a2e
JM
25 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
26 _internal alias by hidden_def.
27
0387d093
JM
282012-05-26 Joseph Myers <joseph@codesourcery.com>
29
30 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
31 file.
32 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
33 Likewise.
34 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
35 Likewise.
36 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
37 Likewise.
38 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
39 Likewise.
40 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
41 Likewise.
42 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
43 Likewise.
44 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
45 Likewise.
46
089d856f
JM
472012-05-25 Joseph Myers <joseph@codesourcery.com>
48
49 * sysdeps/unix/sysv/linux/mips/kernel-features.h
50 (__ASSUME_32BITUIDS): Remove.
51
46bd6380
SE
522012-05-23 Steve Ellcey <sellcey@mips.com>
53
54 * sysdeps/unix/sysv/linux/mips/Makefile
55 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
56 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
57 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
58
ec55b216
JM
592012-05-23 Joseph Myers <joseph@codesourcery.com>
60
61 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
62 Define.
63 (MADV_DODUMP): Likewise.
64
533a8b31
JM
652012-05-21 Joseph Myers <joseph@codesourcery.com>
66
df0f68a0
JM
67 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
68 __WORDSIZE_TIME64_COMPAT32.
69
533a8b31
JM
70 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
71 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
72 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
73
dc2a97c6
JM
742012-05-19 Joseph Myers <joseph@codesourcery.com>
75
76 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
77 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
78 (kernel-features.h): Don't include.
79 [__NR_ftruncate64]: Make code unconditional.
80 [!__NR_ftruncate64]: Remove conditional code.
81 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
82 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
83 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
84 (kernel-features.h): Don't include.
85 [__NR_truncate64]: Make code unconditional.
86 [!__NR_truncate64]: Remove conditional code.
87 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
88 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
89 Add syscall.
90 (truncate): Likewise.
91 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
92 (ftruncate): Remove syscall.
93 (truncate): Likewise.
94 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
95 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
96 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
97 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
98
dbeb7063
JM
992012-05-16 Joseph Myers <joseph@codesourcery.com>
100
101 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
102 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
103 type unsigned long and names st_atimensec, st_mtimensec and
104 st_ctimensec.
105 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
106
a7375c94
JM
1072012-05-14 Joseph Myers <joseph@codesourcery.com>
108
109 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
110 Remove conditional code.
111 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
112 * sysdeps/unix/sysv/linux/mips/pread64.c
113 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
114 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
115 * sysdeps/unix/sysv/linux/mips/pwrite.c
116 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
117 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
118 * sysdeps/unix/sysv/linux/mips/pwrite64.c
119 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
120 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
121 * sysdeps/unix/sysv/linux/mips/sigaction.c
122 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
123 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
124
332d091e
JM
1252012-05-11 Joseph Myers <joseph@codesourcery.com>
126
127 * sysdeps/mips/dl-lookup.c: Update from generic version.
128
567ce24c
JM
1292012-05-08 Joseph Myers <joseph@codesourcery.com>
130
131 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
132 * sysdeps/mips/mips32/libm-test-ulps: ... here.
133 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
134 * sysdeps/mips/mips64/libm-test-ulps: ... here.
135 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
136
360f4e68
JM
1372012-05-01 Joseph Myers <joseph@codesourcery.com>
138
139 [BZ #14044]
140 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
141 from libc version and add symbol versions.
142 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
143 (GLIBC_2.3.3): Add posix_fadvise64.
144
896216ff
JM
1452012-04-28 Joseph Myers <joseph@codesourcery.com>
146
8689e877
JM
147 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
148 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
149 Likewise.
150 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
151 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
152 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
153 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
154 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
155 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
156 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
157 Likewise.
158 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
159 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
160 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
161 Likewise.
162 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
163 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
164 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
165 Likewise.
166 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
167 Likewise.
168 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
169 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
170 Likewise.
171 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
172 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
173 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
174 Likewise.
175 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
176 Likewise.
177 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
178 Likewise.
179 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
180 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
181 Likewise.
182 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
183 Likewise.
184 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
185 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
186 Likewise.
187 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
188 Likewise.
189 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
190 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
191 Likewise.
192 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
193 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
194 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
195 Likewise.
196 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
197 Likewise.
198 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
199 Likewise.
200 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
201 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
202 Likewise.
203 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
204 Likewise.
205
896216ff
JM
206 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
207 __MIPSEB instead of __BYTE_ORDER.
208 * sysdeps/mips/mips64/memset.S: Likewise.
209
4053d054
JM
2102012-04-27 Joseph Myers <joseph@codesourcery.com>
211
212 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
213 Change to 2.6.12.
214 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
215
d473fb89
JM
2162012-04-26 Joseph Myers <joseph@codesourcery.com>
217
218 * sysdeps/unix/mips/brk.S: Remove file.
219 * sysdeps/unix/mips/dl-brk.S: Likewise.
220 * sysdeps/unix/mips/sigreturn.S: Likewise.
221 * sysdeps/unix/mips/wait.S: Likewise.
222
8dc23639
JM
2232012-04-26 Joseph Myers <joseph@codesourcery.com>
224
8b2b1127
JM
225 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
226 instead of __BYTE_ORDER.
227 * sysdeps/mips/memset.S: Likewise.
228
8dc23639
JM
229 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
230 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
231
f2f7d65a
JM
2322012-04-24 Joseph Myers <joseph@codesourcery.com>
233
234 * sysdeps/unix/mips/fork.S: Remove file.
235
9f2b22d5
MF
2362012-04-24 Mike Frysinger <vapier@gentoo.org>
237
238 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
239 (ldd_rewrite_script): Change $dest to $dir.
240 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
241
25593dca
JM
2422012-04-21 Joseph Myers <joseph@codesourcery.com>
243
244 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
245 sysdeps/unix/sysv/linux/arm/readahead.c not
246 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
247
aa06d8e4
JM
2482012-03-28 Joseph Myers <joseph@codesourcery.com>
249
250 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
251 (MAP_HUGETLB): Likewise.
252
04e3cfbc
JM
2532012-03-27 Joseph Myers <joseph@codesourcery.com>
254
255 * sysdeps/mips/elf/start.S: Moved to ...
256 * sysdeps/mips/start.S: ...here.
257 * sysdeps/mips/elf/configure.in: Moved to ...
258 * sysdeps/mips/configure.in: ...here. Update comment.
259 * sysdeps/mips/configure: New generated file.
260
1422b9df
JM
2612012-03-20 Joseph Myers <joseph@codesourcery.com>
262
263 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
264 instead of <stdio-common/_itoa.h>.
265
e54793e8
PE
2662012-03-10 Paul Eggert <eggert@cs.ucla.edu>
267
268 [BZ #13673]
269 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
270 with URL.
271
ab84e3ff
PE
2722012-03-09 Paul Eggert <eggert@cs.ucla.edu>
273
274 [BZ #13673]
275 Replace FSF snail mail address with URLs, as per GNU coding standards.
276
23b8c9ac
JM
2772012-03-09 Joseph Myers <joseph@codesourcery.com>
278
279 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
280 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
281
bf8becc5
JM
2822012-02-27 Joseph Myers <joseph@codesourcery.com>
283
284 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
285 declare recvmmsg and sendmmsg.
286
7bb9ccad
JM
2872012-02-27 Joseph Myers <joseph@codesourcery.com>
288
289 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
290 Change union tag to pthread_attr_t. Only define typedef if not
291 already defined.
292 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
293 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
294 typedef if not already defined.
295
397c66b4
JM
2962012-02-26 Joseph Myers <joseph@codesourcery.com>
297
298 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
299 siginfo_t struct. Add forward declaration of pthread_attr_t and
300 use it in sigevent.
301 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
302 pthread_attr_t union.
303
8864c99f
JM
3042012-02-21 Joseph Myers <joseph@codesourcery.com>
305
306 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
307 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
308 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
309 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
310
d6353c0f
AS
3112012-02-20 Andreas Schwab <schwab@linux-m68k.org>
312
313 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
314 not defined.
315
22f7e902
AJ
3162012-02-17 Aurelien Jarno <aurelien@aurel32.net>
317
318 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
319 matching the array in dl-procinfo.c.
320
cec96a4f
AJ
3212012-02-17 Aurelien Jarno <aurelien@aurel32.net>
322
323 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
324 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
325 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
326
a31567f4
RM
3272012-02-15 Robert Millan <rmh@gnu.org>
328
329 [BZ #12301]
330 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
331 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
332
d2cc32ab
RM
3332012-02-15 Robert Millan <rmh@gnu.org>
334
335 [BZ #12298]
336 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
337 * sysdeps/mips/sys/tas.h: ... here.
338
d05f2edb
RM
3392012-02-15 Robert Millan <rmh@gnu.org>
340
341 [BZ #12297]
342 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
343 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
344 * sysdeps/unix/mips/entry.h: ... here.
345
87ae60cc
RM
3462012-02-15 Robert Millan <rmh@gnu.org>
347
7e7aa31b 348 [BZ #12193]
87ae60cc
RM
349 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
350 Define.
351 * sysdeps/mips/dl-procinfo.c: New file.
352 * sysdeps/mips/dl-procinfo.h: Likewise.
353
7504de5a
JM
3542012-02-15 Joseph Myers <joseph@codesourcery.com>
355
356 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
357 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
358
7865d19c
VV
3592012-02-15 Viju Vincent <vijuvince@gmail.com>
360
361 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
362 around calls to _dl_lookup_symbol_x.
363
c5430dd0
JM
3642012-02-13 Joseph Myers <joseph@codesourcery.com>
365
366 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
367 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
368
67939f7c
JM
3692012-02-13 Joseph Myers <joseph@codesourcery.com>
370
371 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
372 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
373
25a368f2
JM
3742012-02-10 Joseph Myers <joseph@codesourcery.com>
375
376 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
377 for sysdeps/generic/initfini.c.
378 * sysdeps/mips/mips32/crtn.S: Likewise.
379 * sysdeps/mips/mips64/n32/crti.S: Likewise.
380 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
381 * sysdeps/mips/mips64/n64/crti.S: Likewise.
382 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
383 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
384 (CFLAGS-pt-initfini.s): Likewise.
385 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
386 variables.
387
2aee8949
JM
3882012-01-26 Joseph Myers <joseph@codesourcery.com>
389
390 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
391 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
392 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
393 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
394
7b966fcb
JM
3952012-01-08 Joseph Myers <joseph@codesourcery.com>
396
397 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
398 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
399 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
400 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
401 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
402 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
403 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
404
3538f2fb
JM
4052012-01-07 Joseph Myers <joseph@codesourcery.com>
406
407 * sysdeps/mips/nptl/shlib-versions: New.
408
e3950b29
JM
4092012-01-07 Joseph Myers <joseph@codesourcery.com>
410
411 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
412
32a61531
TV
4132012-01-04 Tom de Vries <tom@codesourcery.com>
414
415 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
416 -fno-unwind-tables.
417
04d45026
TV
4182012-01-03 Tom de Vries <tom@codesourcery.com>
419
420 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
421 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
422
25bb26d0
JM
4232011-12-22 Joseph Myers <joseph@codesourcery.com>
424
425 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
426 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
427 Remove.
428 (syscall-list-variants, syscall-list-includes)
429 (syscall-list-o32-options, syscall-list-o32-condition)
430 (syscall-list-n32-options, syscall-list-n32-condition)
431 (syscall-list-n64-options, syscall-list-n64-condition): Define.
432 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
433 asm-unistd.h.
434 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
435 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
436
c2aeee16
JM
4372011-12-22 Joseph Myers <joseph@codesourcery.com>
438
439 [BZ #13538]
440 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
441 (EPOLLET): Initialize with unsigned values.
442
d92b0dd4
JM
4432011-12-19 Joseph Myers <joseph@codesourcery.com>
444
445 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
446 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
447
61b01ec6
JM
4482011-11-17 Joseph Myers <joseph@codesourcery.com>
449
450 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
451 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
452
a9ff8724
JM
4532011-11-11 Joseph Myers <joseph@codesourcery.com>
454
455 * sysdeps/mips/dl-lookup.c: Update from generic version.
456
c3beb302
JM
4572011-10-12 Joseph Myers <joseph@codesourcery.com>
458
459 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
460 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
461 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
462
9a7e1091
AS
4632011-10-05 Andreas Schwab <schwab@redhat.com>
464
465 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
466 (elf_machine_lazy_rel): Add parameter skip_ifunc.
467
560d4a58
JM
4682011-09-13 Joseph Myers <joseph@codesourcery.com>
469
470 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
471 return value to (struct cmsghdr *).
472
329c2e63
JM
4732011-09-13 Joseph Myers <joseph@codesourcery.com>
474
475 * sysdeps/mips/elf/configure.in: Always test for TLS support and
476 error out in case it is missing.
477 * sysdeps/mips/elf/configure: Regenerate.
478 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
479
b8ead09a
JM
4802011-09-11 Joseph Myers <joseph@codesourcery.com>
481
482 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
483 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
484
c26e391d
JM
4852011-09-06 Joseph Myers <joseph@codesourcery.com>
486
487 [BZ #13109]
488 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
489 (statfs): New.
490 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
491 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
492
e349dfdb
MT
4932011-08-02 Matt Turner <mattst88@gmail.com>
494
495 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
496
9dc88b5c
JM
4972011-07-25 Joseph Myers <joseph@codesourcery.com>
498
499 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
500 Define.
501
6cc02c7a
JM
5022011-06-20 Joseph Myers <joseph@codesourcery.com>
503
504 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
505 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
506
6b5adfe9
JM
5072011-06-20 Joseph Myers <joseph@codesourcery.com>
508
509 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
510 mention raise in the comment.
511
8969f4df
AJ
5122011-05-23 Aurelien Jarno <aurelien@aurel32.net>
513
514 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
515 Add.
516
f1d4d4be
JM
5172011-05-13 Joseph Myers <joseph@codesourcery.com>
518
519 * sysdeps/mips/dl-lookup.c: Update from generic version.
520
a32d0d80
JM
5212011-05-10 Joseph Myers <joseph@codesourcery.com>
522
523 * sysdeps/mips/dl-lookup.c: Update from generic version.
524
ed36e1de
JM
5252011-04-11 Joseph Myers <joseph@codesourcery.com>
526
527 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
528
e6893dba
JM
5292011-04-01 Joseph Myers <joseph@codesourcery.com>
530
531 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
532 to open_by_handle_at.
533
cea44847
JM
5342011-04-01 Joseph Myers <joseph@codesourcery.com>
535
536 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
537
01b5049d
JM
5382011-04-01 Joseph Myers <joseph@codesourcery.com>
539
540 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
541 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
542 open_by_handle. Augment a few comments.
543
0f53d140
JM
5442011-04-01 Joseph Myers <joseph@codesourcery.com>
545
546 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
547 cancelable.
548 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
549 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
550 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
551 sync_file_range as cancellation point.
552 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
553 sync_file_range as cancellation point.
554
6d9a4e55
JM
5552011-04-01 Joseph Myers <joseph@codesourcery.com>
556
557 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
558 sync_file_range.
559
8825867b
JM
5602011-03-22 Joseph Myers <joseph@codesourcery.com>
561
562 * sysdeps/mips/dl-lookup.c: Update from generic version.
563
91a59c6a
JM
5642011-01-25 Joseph Myers <joseph@codesourcery.com>
565
566 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
567 MADV_NOHUGEPAGE): Define.
568
eb76b06f
JM
5692011-01-25 Joseph Myers <joseph@codesourcery.com>
570
571 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
572 PF_CAIF, PF_ALG): Define.
573
4f464927
JM
5742010-12-30 Joseph Myers <joseph@codesourcery.com>
575
576 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
577 NO_CTORS_DTORS_SECTIONS is defined.
578 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
579
390651fd
JM
5802010-12-21 Joseph Myers <joseph@codesourcery.com>
581
582 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
583
83495648
MT
5842010-12-06 Matt Turner <mattst88@gmail.com>
585
586 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
587
604e89e4
JM
5882010-12-06 Joseph Myers <joseph@codesourcery.com>
589
590 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
591 Change to 2.4.1.
592 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
593
94a2483c
JM
5942010-10-21 Joseph Myers <joseph@codesourcery.com>
595
596 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
597 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
598 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
599 for fanotify_mark.
600
9431b159
JM
6012010-10-11 Joseph Myers <joseph@codesourcery.com>
602
603 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
604 libm_hidden_def.
605 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
606
5ccc178f
JM
6072010-08-13 Joseph Myers <joseph@codesourcery.com>
608
609 * sysdeps/unix/sysv/linux/mips/kernel-features.h
610 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
611
5237c94b
CC
6122010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
613
614 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
615 jump delay slot.
616 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
617
32b9acf3
JM
6182010-08-13 Joseph Myers <joseph@codesourcery.com>
619
620 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
621
09551806
JM
6222010-08-12 Joseph Myers <joseph@codesourcery.com>
623
624 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
625 struct statfs64): Add f_flags field.
626
9672c67a
JM
6272010-08-12 Joseph Myers <joseph@codesourcery.com>
628
629 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
630 Define.
631
c16fd246
JM
6322010-08-12 Joseph Myers <joseph@codesourcery.com>
633
634 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
635 and prlimit64.
636 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
637 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
638 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
639 prlimit64 syscall.
640
fdb3ec20
JM
6412010-06-14 Joseph Myers <joseph@codesourcery.com>
642
643 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
644 F_GETPIPE_SZ): Define.
645
6531684d
JM
6462010-05-21 Joseph Myers <joseph@codesourcery.com>
647
648 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
649 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
650
b1ab8c5f
JM
6512010-04-14 Joseph Myers <joseph@codesourcery.com>
652
653 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
654
1dbb4edc
JM
6552010-04-06 Joseph Myers <joseph@codesourcery.com>
656
657 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
658 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
659 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
660 Define.
661
e9823ee1
JM
6622010-03-30 Joseph Myers <joseph@codesourcery.com>
663
664 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
665 MSG_WAITFORONE.
666
cca1fbbc
JM
6672010-03-24 Joseph Myers <joseph@codesourcery.com>
668
669 * sysdeps/mips/dl-lookup.c: Update from generic version.
670
1eb07256
MJ
6712010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
672
673 [BZ #11291]
674 * sysdeps/mips/bits/atomic.h
675 (__arch_compare_and_exchange_xxx_32_int,
676 __arch_compare_and_exchange_xxx_64_int,
677 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
678 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
679 Specify *mem as asm output as well as input.
680
8256e69a
JM
6812010-02-10 Joseph Myers <joseph@codesourcery.com>
682
683 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
684
54b7103a
JM
6852010-01-28 Joseph Myers <joseph@codesourcery.com>
686
687 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
688 _dl_runtime_pltresolve): Calculate offset from start of function
689 to .cpload instead of hardcoding instruction size.
690
cbbf2c84
JM
6912010-01-11 Joseph Myers <joseph@codesourcery.com>
692
693 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
694 problem.
695
31afac47
JM
6962010-01-11 Joseph Myers <joseph@codesourcery.com>
697
698 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
699 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
700
60a0880e
JM
7012010-01-10 Joseph Myers <joseph@codesourcery.com>
702
703 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
704 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
705 XPG7.
706 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
707 fcntl.h.
708
8ef2c3b0
JM
7092009-12-16 Joseph Myers <joseph@codesourcery.com>
710
711 [BZ #11093]
712 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
713 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
714
872083bf
JM
7152009-12-16 Joseph Myers <joseph@codesourcery.com>
716
717 * sysdeps/mips/dl-lookup.c: Update from generic version.
718
93a0dfda
JM
7192009-12-15 Joseph Myers <joseph@codesourcery.com>
720
721 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
722 O_DSYNC to match 2.6.33+ kernels.
723
5d5cb5a2
JM
7242009-12-09 Joseph Myers <joseph@codesourcery.com>
725
726 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
727 declare recvmmsg.
728
2d68f6af
JM
7292009-12-01 Joseph Myers <joseph@codesourcery.com>
730
731 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
732 (posix_fadvise): Remove.
733 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
734 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
735 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
736
84f92668
JM
7372009-12-01 Joseph Myers <joseph@codesourcery.com>
738
739 * sysdeps/mips/dl-lookup.c: Update from generic version.
740
b00ec948
JM
7412009-11-23 Joseph Myers <joseph@codesourcery.com>
742
743 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
744 for timestamps also if __USE_XOPEN2K8.
745
78698bbb
JM
7462009-11-19 Joseph Myers <joseph@codesourcery.com>
747
748 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
749 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
750
983ee7f2
JM
7512009-11-18 Joseph Myers <joseph@codesourcery.com>
752
753 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
754 names of parameters of sync_file_range.
755
24bcda03
JM
7562009-11-17 Joseph Myers <joseph@codesourcery.com>
757
758 [BZ #10972]
759 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
760 constants from recent kernels.
761
87d2bea0
JM
7622009-11-17 Joseph Myers <joseph@codesourcery.com>
763
764 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
765 not already defined.
766
37a907cc
JM
7672009-11-14 Joseph Myers <joseph@codesourcery.com>
768
769 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
770 F_GETOWN_EX): Update values.
771
86ad0d12
JM
7722009-11-06 Joseph Myers <joseph@codesourcery.com>
773
774 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
775 of last two arguments when -D_FILE_OFFSET_BITS=64.
776
a896552e
JM
7772009-10-29 Joseph Myers <joseph@codesourcery.com>
778
779 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
780 f_owner_ex.
781
afd09ae8
JM
7822009-10-03 Joseph Myers <joseph@codesourcery.com>
783
784 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
785 and F_GETOWN_EX.
786
f1297d79
DJ
7872009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
788
789 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
790 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
791 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
792 (__SYSCALL_CLOBBERS): Likewise.
793 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
794 (__SYSCALL_CLOBBERS): Likewise.
795
c67273d5
JM
7962009-08-05 Joseph Myers <joseph@codesourcery.com>
797
798 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
799 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
800 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
801 variable for env. Use expansion of CHECK_SP macro for check.
802 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
803
9d84a81f
JM
8042009-08-03 Joseph Myers <joseph@codesourcery.com>
805
806 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
807 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
808
197aec25
AJ
8092009-07-20 Aurelien Jarno <aurelien@aurel32.net>
810
811 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
812 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
813
cda50f82
JM
8142009-07-17 Joseph Myers <joseph@codesourcery.com>
815
816 * sysdeps/mips/do-lookup.h: Remove.
817 * sysdeps/mips/dl-lookup.c: Update from generic version, with
818 non-PIC handling integrated.
819
8200e168
JM
8202009-06-18 Joseph Myers <joseph@codesourcery.com>
821
822 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
823 and AF_IEEE802154.
824
6a9f82ac
JM
8252009-05-16 Joseph Myers <joseph@codesourcery.com>
826
827 * sysdeps/mips/____longjmp_chk.c: New file.
828 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
829 undefine __longjmp.
830 * sysdeps/mips64/__longjmp.c: Likewise.
831
d9056ac6
JM
8322009-05-16 Joseph Myers <joseph@codesourcery.com>
833
834 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
835 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
836 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
837 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
838
c504ff3b
JM
8392009-05-16 Joseph Myers <joseph@codesourcery.com>
840
841 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
842 fallocate64@@GLIBC_2.11.
843
19afa982
JM
8442009-05-14 Joseph Myers <joseph@codesourcery.com>
845
846 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
847 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
848
ff347533
JM
8492009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
850
851 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
852 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
853 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
854 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
855 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
856 Update comment.
857 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
858 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
9a7e1091 859 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
ff347533
JM
860 Add ucontext_i.sym.
861
57d0274f
JM
8622009-04-18 Joseph Myers <joseph@codesourcery.com>
863
864 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
865 __ASSUME_PWRITEV): Don't define here.
866
6db53cd5
JM
8672009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
868
869 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
870
70fdbfd9
JM
8712009-04-09 Joseph Myers <joseph@codesourcery.com>
872
873 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
874 numbers.
875 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
876 Define.
877 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
878 preadv and pwritev.
879
d69fd0cb
JM
8802009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
881
882 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
883 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
884
0262d0c4
JM
8852009-03-18 Zhang Le <r0bertz@gentoo.org>
886
887 [BZ #7074]
888 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
889 Fix the condition used to annotate n32 objects.
890
4c8c1810
JM
8912009-03-17 Joseph Myers <joseph@codesourcery.com>
892
893 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
894 Change parameters and use next_line.
895
340f7976
JM
8962009-03-17 Joseph Myers <joseph@codesourcery.com>
897
898 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
899 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
900 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
901
ad32d65a
JM
9022009-03-15 Joseph Myers <joseph@codesourcery.com>
903
904 * sysdeps/mips/bits/link.h: Uglify function parameter names.
905 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
906 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
907 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
908 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
909
93311332
JM
9102009-03-03 Joseph Myers <joseph@codesourcery.com>
911
912 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
913 fallocate{,64}.
914
2e3804ef
JM
9152009-02-26 Joseph Myers <joseph@codesourcery.com>
916
917 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
918 UTIME_OMIT only with __USE_ATFILE.
919
1090d6bf
JM
9202009-02-13 Joseph Myers <joseph@codesourcery.com>
921
922 [BZ #7040]
923 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
924 inotify_rm_watch should have type int.
925
8085bd60
JM
9262009-02-02 Joseph Myers <joseph@codesourcery.com>
927
928 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
929
9290e553
DJ
9302009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
931 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
932
933 PR glibc/1048
934 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
935 variable page size for MIPS.
936 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
937 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
938 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
939
e27433a8
JM
9402009-01-12 Joseph Myers <joseph@codesourcery.com>
941
942 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
943 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
944 -D_GNU_SOURCE.
945
bb3b3056
JM
9462009-01-12 Joseph Myers <joseph@codesourcery.com>
947
948 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
949 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
950
01aa93bd
JM
9512008-12-19 Joseph Myers <joseph@codesourcery.com>
952
953 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
954 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
955 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
956 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
957
64762db4
JM
9582008-12-09 Joseph Myers <joseph@codesourcery.com>
959
960 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
961 Make available only for __USE_GNU.
962
9a9863b4
JM
9632008-12-03 Joseph Myers <joseph@codesourcery.com>
964
965 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
966 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
967
10d461b5
JM
9682008-11-25 Joseph Myers <joseph@codesourcery.com>
969
970 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
971 __THROW vs. __nonnull order for C++.
972
f6e40d38
DJ
9732008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
974
975 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
976 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
977 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
978
63fb881a
DJ
9792008-10-01 Mark Shinwell <shinwell@codesourcery.com>
980 Daniel Jacobowitz <dan@codesourcery.com>
981 Richard Sandiford <rdsandiford@googlemail.com>
982
983 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
984 * sysdeps/mips/dl-lookup.c: New.
985 * sysdeps/mips/do-lookup.h: New.
986 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
987 definition.
988 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
989 if needed.
990 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
991 (elf_machine_type_class): Likewise.
992 (ELF_MACHINE_PLT_REL): Define.
993 (elf_machine_fixup_plt): New.
994 (elf_machine_plt_value): New.
995 (elf_machine_reloc): Handle jump slot and copy relocations.
996 (elf_machine_lazy_rel): Point relocation place at PLT if
997 required.
998 (RESOLVE_GOTSYM): Take a relocation type argument.
999 (elf_machine_got_rel): Bind lazy stubs directly to their target if
1000 !lazy. Skip lazy binding for PLT symbols.
1001 (elf_machine_runtime_setup): Fill in .got.plt header.
1002 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1003 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1004 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1005 (_dl_runtime_pltresolve): New.
1006 * sysdeps/mips/bits/linkmap.h: New file.
1007 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1008 64-bit versions.
1009
1010 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1011 Delete definition.
1012 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1013 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1014 (PSEUDO): Use them. Move outside __PIC__.
1015 (PSEUDO_JMP): New.
1016 (CENABLE, CDISABLE): Use it.
1017
a961a11e
JM
10182008-08-19 Joseph Myers <joseph@codesourcery.com>
1019
1020 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1021 to epoll_create1.
1022
72e2fdef
JM
10232008-08-19 Joseph Myers <joseph@codesourcery.com>
1024
1025 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1026 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1027 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1028 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1029 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1030 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1031 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1032
606c1b17
JM
10332008-08-19 Joseph Myers <joseph@codesourcery.com>
1034
1035 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1036 volatile.
1037
e2570f30
DJ
10382008-07-18 Joseph Myers <joseph@codesourcery.com>
1039
1040 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1041 type.
1042
83d53ff1
DJ
10432008-05-21 Joseph Myers <joseph@codesourcery.com>
1044
1045 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1046 (SOCK_DCCP): Define.
1047
098cab74
DJ
10482008-05-01 Joseph Myers <joseph@codesourcery.com>
1049
1050 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1051 RUSAGE_THREAD and RUSAGE_LWP.
1052
89e412f5
DJ
10532008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1054
1055 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1056 shmid_ds.
1057
93ae5119
DJ
10582008-04-21 Khem Raj <kraj@mvista.com>
1059
1060 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1061
7221ac03
DJ
10622008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1063
9a7e1091 1064 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
7221ac03
DJ
1065 truncate and ftruncate systems calls.
1066 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1067 empty file.
1068 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1069
560bab76
DJ
10702008-03-28 Joseph Myers <joseph@codesourcery.com>
1071
1072 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1073 ARG_MAX if <linux/limits.h> has defined it.
1074
10752008-03-28 Robin Randhawa <robin@mips.com>
625680f9
DJ
1076
1077 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1078 barriers to enforce strict ordering on weakly ordered systems.
1079
af7eda0f
DJ
10802008-03-26 David Stephenson <david.stephenson@sicortex.com>
1081 Daniel Jacobowitz <dan@codesourcery.com>
1082
1083 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1084 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1085 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1086
2af06d0d
AJ
10872008-03-09 Andreas Jaeger <aj@suse.de>
1088
1089 [BZ #5753]
1090 * sysdeps/mips/ieee754.h: Use protected namespace
1091 __BIG_ENDIAN/__LITTLE_ENDIAN.
1092 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1093
7812cbad
DJ
10942008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1095
1096 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1097 Reorganize to match other architectures. Replace _timer._timer1
1098 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1099 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1100 (si_timerid, si_overrun): Define.
1101 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1102 (__pthread_attr_s): Remove declaration.
1103 (struct sigevent): Remove XXX. Add _tid.
1104
7e0bd9eb
DJ
11052007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1106
1107 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1108
017cc633
DJ
11092007-09-25 Joseph Myers <joseph@codesourcery.com>
1110
1111 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1112 type and __THROW marker of splice, vmsplice, and tee.
1113
8c276674
DJ
11142007-09-12 Joseph Myers <joseph@codesourcery.com>
1115
1116 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1117 LLL_PRIVATE argument to lll_futex_wake.
1118 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1119 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1120 comment.
1121 (PF_IUCV, PF_RXRPC): Define.
1122 (PF_MAX): Update.
1123 (AF_IUCV, AF_RXRPC): Define.
1124 (MSG_CMSG_CLOEXEC): Define.
1125 (_EXTERN_INLINE): Define to __extern_inline.
1126 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1127 UTIME_OMIT): Define.
1128 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1129 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1130 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1131 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1132 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1133 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1134 LLL_LOCK_*. Include <kernel-features.h>.
1135 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1136 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1137 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1138 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1139 lll_futex_wait.
1140 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1141 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1142 private arguments.
1143 (__lll_robust_trylock): Convert to macro.
1144 (__lll_robust_lock_wait): Add private argument.
1145 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1146 (__lll_lock): Convert to macro. Take private argument.
1147 (__lll_cond_lock): Likewise.
1148 (lll_lock, lll_cond_lock): Take private arguments.
1149 (__lll_robust_lock): Take private argument. Convert to macro.
1150 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1151 lll_robust_cond_lock): Take private arguments.
1152 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1153 arguments.
1154 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1155 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1156 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1157 private arguments.
1158 (lll_unlock, lll_robust_unlock): Take private arguments.
1159 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1160 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1161 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1162 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1163 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1164 lll_cond_wake, lll_cond_broadcast): Remove.
1165 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1166 to __extern_inline.
1167
d45a6368
DJ
11682007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1169
1170 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1171 New macros for the (n)64 and n32 ABIs.
1172 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1173
391da201
DJ
11742007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1175
1176 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1177 Define __WORDSIZE_COMPAT32 as 1.
1178
2b4095f3
DJ
11792007-07-13 Joseph Myers <joseph@codesourcery.com>
1180
1181 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1182 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1183 PTHREAD_STACK_MIN.
1184
8323b1ab
DJ
11852007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1186
1187 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1188
1189 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1190 Delete.
1191
ffd39823
DJ
11922007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1193
1194 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1195 (internal_syscall1, internal_syscall2, internal_syscall3,
1196 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1197
30efab51
DJ
11982007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1199
1200 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1201 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1202 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1203 THREAD_GSCOPE_WAIT): Define.
1204 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1205 (FUTEX_PRIVATE_FLAG): Define.
1206 (lll_unlock_wake_cb): Delete prototype.
1207 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1208 <endian.h>.
1209 (pthread_rwlock_t): Shrink __flags and add __shared.
1210
92fa63ee
DJ
12112007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1212
1213 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1214 (posix_fadvise): Fix high word of len argument.
1215
7a30cb83
DJ
12162007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1217
1218 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1219 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1220 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1221 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1222 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1223 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1224
384fa30d
DJ
12252007-05-23 Joseph Myers <joseph@codesourcery.com>
1226
1227 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1228 * sysdeps/mips/mips64/n64/Implies: Likewise.
1229 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1230 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1231 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1232 <fpu_control.h>. Use hardware exception and rounding mode
1233 settings.
1234
388fc51b 12352007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
9077d4dc
DJ
1236
1237 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1238 r_info argument to ElfW(Addr).
1239
f50c692c
DJ
12402007-02-01 Joseph Myers <joseph@codesourcery.com>
1241
1242 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1243
eb96755b
DJ
12442007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1245 Daniel Jacobowitz <dan@codesourcery.com>
1246
1247 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1248 shmctl, and semctl.
1249 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1250 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1251 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1252
908afa83
DJ
12532007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1254
1255 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1256 PTR_DEMANGLE): Define.
1257 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1258 PTR_DEMANGLE): Define.
1259 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1260 PTR_DEMANGLE): Define.
1261
e3097800
DJ
12622007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1263
1264 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1265 (cfi_same_value): Delete definition.
1266
cb5bcf74
DJ
12672007-01-08 Richard Sandiford <richard@codesourcery.com>
1268
1269 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1270 (elf_machine_reloc): New function, retaining the body of
1271 elf_machine_rel. Take the reloc's r_info field as an argument,
1272 not the reloc itself. Add extra r_addend and inplace_p arguments.
1273 When inplace_p is false, use r_addend as the addend, not the contents
1274 of the relocation field. Hoist the conversion of reloc_addr to
1275 "ELFW(Addr) *". Don't try to apply TLS relocations against
1276 undefined symbols. Add R_MIPS_GLOB_DAT support.
1277 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1278 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1279 to ElfW(Rela).
1280
2caa93e2
DJ
12812007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1282
1283 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1284 multiple inclusion guard.
1285 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1286
84f3ca6e
DJ
12872007-01-04 Thiemo Seufer <ths@networkno.de>
1288
1289 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1290 to match the kernel.
1291
3ed8d993
DJ
12922006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1293
1294 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1295 (RTLD_SINGLE_THREAD_P): Define.
1296 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1297
a7d03b91
DJ
12982006-10-31 Joseph Myers <joseph@codesourcery.com>
1299
1300 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1301 prototype.
1302
6ea63025
DJ
13032006-09-22 Richard Sandiford <richard@codesourcery.com>
1304
1305 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1306 code.
1307 (__xstat_conv): Use memset to clear padding arrays. Check for
1308 overflow.
1309 (__xstat64_conv): Use memset to clear padding arrays.
1310 (__xstat32_conv): New function.
1311 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1312 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1313
6b4d184d
DJ
13142006-09-21 Joseph Myers <joseph@codesourcery.com>
1315
1316 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1317 floating-point registers.
1318 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1319 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1320 Likewise.
1321
0ad4d3b0
DJ
13222006-08-04 Joseph Myers <joseph@codesourcery.com>
1323
1324 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1325 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1326
74321891
DJ
13272006-07-24 Joseph Myers <joseph@codesourcery.com>
1328
1329 * sysdeps/mips/mips64/n32/libm-test-ulps,
1330 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1331
bb600a60
DJ
13322006-07-24 Joseph Myers <joseph@codesourcery.com>
1333
1334 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1335 defined, include the named file.
1336
02678e17
DJ
13372006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1338
1339 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1340 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1341 Define.
1342
bd345106
DJ
13432006-06-02 Joseph Myers <joseph@codesourcery.com>
1344
1345 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1346 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1347 types.
1348
d7f9cd89
DJ
13492006-06-02 Joseph Myers <joseph@codesourcery.com>
1350
1351 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1352 Don't use struct timespec.
1353 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1354 __xstat64_conv): Copy individual timespec fields.
1355
c6e2897b
DJ
13562006-06-02 Richard Sandiford <richard@codesourcery.com>
1357
1358 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1359
37896d39
DJ
13602006-06-02 Joseph Myers <joseph@codesourcery.com>
1361
1362 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1363 * sysdeps/mips/fpu/fesetround.c: Likewise.
1364
42e36d16
DJ
13652006-05-10 Richard Sandiford <richard@codesourcery.com>
1366 Daniel Jacobowitz <dan@codesourcery.com>
1367
1368 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1369 dump sc_cause, sc_status or sc_badvaddr.
1370 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1371 structure definitions after DSP kernel changes.
1372 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1373 after the same DSP changes.
1374
dab75788
DJ
13752006-05-08 Richard Sandiford <richard@codesourcery.com>
1376
1377 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1378 st_atim, st_mtim and st_ctim interface.
1379 (struct stat64): Likewise.
1380 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1381 Replace st_atime and its padding field with st_atim. Likewise
1382 st_mtime/st_mtim and st_ctime/st_ctim.
1383 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1384 after above changes.
1385 (__xstat64_conv): Likewise.
1386
19723bdd
DJ
13872006-05-08 Richard Sandiford <richard@codesourcery.com>
1388
1389 * sysdeps/mips/ldsodefs.h: New file.
1390 * sysdeps/mips/tst-audit.h: New file.
1391
075f1edd
DJ
13922006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1393
1394 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1395 for consistency with other ports.
1396 (MADV_REMOVE): Correct value.
1397 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1398 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1399 POSIX_MADV_DONTNEED): Define.
1400
142b51e4
DJ
14012006-05-05 Lior Balkohen <balkohen@gmail.com>
1402
1403 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1404 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1405 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1406 and SYNC_FILE_RANGE_WAIT_AFTER.
1407 Declare sync_file_range, vmsplice, splice and tee.
1408
f3fb78ec
DJ
14092006-03-27 Lior Balkohen <balkohen@gmail.com>
1410
1411 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1412 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1413 prototype.
1414
bfc23f5a
DJ
14152006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1416
1417 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1418 Define.
1419
b415b963
DJ
14202006-03-27 Denis Barbier <barbier@linuxfr.org>
1421
1422 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1423 typo.
1424
712619d7
DJ
14252006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1426
1427 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1428 i386/fork.c.
1429
aea60744
DJ
14302006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1431
1432 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1433 libc_cv_localedir, libdir, arch_minimum_kernel, and
1434 libc_cv_gcc_unwind_find_fde.
1435 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1436 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1437 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1438
13d7881a
DJ
14392006-03-02 Lior Balkohen <balkohen@gmail.com>
1440
1441 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1442 (__pthread_list_t, __pthread_slist_t): New typedefs.
1443 (pthread_mutex_t): Replace __next and __prev fields with __list.
1444 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1445 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1446 (lll_futex_wake_unlock): Define.
1447 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1448 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1449 lll_robust_mutex_unlock): New macros.
9a7e1091 1450 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
13d7881a
DJ
1451 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1452 vfork.S.
1453 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1454
73204807
DJ
14552006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1456
1457 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1458 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1459
6428ce3c
DJ
14602006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1461
1462 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1463 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1464 (INTERNAL_SYSCALL_NCS): New.
1465 (internal_syscall0, internal_syscall1, internal_syscall2,
1466 internal_syscall3, internal_syscall4, internal_syscall5,
1467 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1468 Use them. Correct types for registers.
1469 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1470 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1471 (INTERNAL_SYSCALL_NCS): New.
1472 (internal_syscall0, internal_syscall1, internal_syscall2,
1473 internal_syscall3, internal_syscall4, internal_syscall5,
1474 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1475 Use them.
1476 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1477 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1478 points.
1479 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1480 Use Elf(Addr) for TLS relocation targets.
1481 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1482 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1483 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1484 futexp to long for n64.
1485 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1486
2575768d
RM
14872006-02-20 Roland McGrath <roland@redhat.com>
1488
1489 * sysdeps/mips/shlib-versions: New file.
1490 * sysdeps/mips/preconfigure: New file.
1491 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.