]> sourceware.org Git - glibc.git/blob - ChangeLog.m68k
Update MIPS bits/fcntl.h for XPG7 and allow bits/stat.h inclusion from fcntl.h.
[glibc.git] / ChangeLog.m68k
1 2009-12-16 Joseph Myers <joseph@codesourcery.com>
2
3 [BZ #11093]
4 * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Define POLLRDNORM,
5 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
6
7 2009-12-16 Joseph Myers <joseph@codesourcery.com>
8
9 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Redefine O_SYNC and
10 O_DSYNC to match 2.6.33+ kernels.
11
12 2009-11-23 Andreas Schwab <schwab@linux-m68k.org>
13
14 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Use struct timespec
15 for timestamps also if __USE_XOPEN2K8.
16
17 2009-11-19 Joseph Myers <joseph@codesourcery.com>
18
19 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Introduce new symbol
20 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
21
22 2009-11-18 Joseph Myers <joseph@codesourcery.com>
23
24 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Change misleading
25 names of parameters of sync_file_range.
26
27 2009-11-17 Joseph Myers <joseph@codesourcery.com>
28
29 [BZ #10972]
30 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add new MADV_*
31 constants from recent kernels.
32
33 2009-11-15 Andreas Schwab <schwab@linux-m68k.org>
34
35 * sysdeps/m68k/libgcc_s.h: New file.
36
37 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
38
39 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN_EX)
40 (F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_GID, f_owner_ex):
41 Define.
42
43 2009-11-07 Joseph Myers <joseph@codesourcery.com>
44
45 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (fallocate): Fix types
46 of last two arguments when -D_FILE_OFFSET_BITS=64.
47
48 2009-10-30 Joseph Myers <joseph@codesourcery.com>
49
50 [BZ #10609]
51 * sysdeps/unix/sysv/linux/m68k/fchownat.c (fchownat): Fix handling
52 of empty parameters for file names.
53
54 2009-09-06 Andreas Schwab <schwab@linux-m68k.org>
55
56 * sysdeps/unix/sysv/linux/m68k/____longjmp_chk.c: New file.
57
58 * sysdeps/m68k/__longjmp.c (__longjmp): Call CHECK_SP if defined.
59
60 2009-05-16 Joseph Myers <joseph@codesourcery.com>
61
62 * sysdeps/unix/sysv/linux/m68k/Versions (libc): Add
63 fallocate64@@GLIBC_2.11.
64
65 2009-04-25 Andreas Schwab <schwab@linux-m68k.org>
66
67 * sysdeps/unix/sysv/linux/m68k/kernel-features.h: Revert last
68 change, the syscalls have been added to 2.6.30-rc4.
69
70 2009-04-18 Joseph Myers <joseph@codesourcery.com>
71
72 * sysdeps/unix/sysv/linux/m68k/kernel-features.h (__ASSUME_PREADV,
73 __ASSUME_PWRITEV): Undefine.
74
75 2009-03-17 Joseph Myers <joseph@codesourcery.com>
76
77 * sysdeps/unix/sysv/linux/m68k/getsysstats.c (GET_NPROCS_PARSER):
78 Change parameters and use next_line.
79
80 2009-03-15 Joseph Myers <joseph@codesourcery.com>
81
82 * sysdeps/m68k/bits/link.h: Uglify function parameter names.
83
84 2009-03-04 Joseph Myers <joseph@codesourcery.com>
85
86 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Declare
87 fallocate{,64}.
88
89 2009-02-26 Joseph Myers <joseph@codesourcery.com>
90
91 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Protect UTIME_NOW and
92 UTIME_OMIT only with __USE_ATFILE.
93
94 2008-08-10 Joseph Myers <joseph@codesourcery.com>
95
96 * sysdeps/m68k/bits/byteswap.h: Allow inclusion from <endian.h>.
97 (__bswap_constant_16): Define.
98 (__bswap_16): Allow arguments with side effects.
99 (__bswap_constant_32): Ensure result is unsigned.
100 (__bswap_32): Define as inline function in fallback case.
101 (__bswap_constant_64): Define.
102 (__bswap_64): Use it for constant arguments.
103 * sysdeps/m68k/bits/setjmp.h (__jmp_buf): Give name to structure
104 type.
105 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Only allow inclusion
106 from <math.h>. Do not use extern inline directly.
107 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Include <bits/uio.h>.
108 (O_CLOEXEC, SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE,
109 SYNC_FILE_RANGE_WAIT_AFTER, SPLICE_F_MOVE, SPLICE_F_NONBLOCK,
110 SPLICE_F_MORE, SPLICE_F_GIFT): Define.
111 (sync_file_range, vmsplice, splice, tee): Declare.
112 * sysdeps/unix/sysv/linux/m68k/bits/mman.h (MADV_REMOVE): Define.
113 * sysdeps/unix/sysv/linux/m68k/bits/poll.h (POLLMSG, POLLREMOVE,
114 POLLRDHUP): Define.
115 * sysdeps/unix/sysv/linux/m68k/bits/stat.h (UTIME_NOW,
116 UTIME_OMIT): Define.
117 * sysdeps/unix/sysv/linux/m68k/kernel-features.h: New.
118 * sysdeps/unix/sysv/linux/m68k/sys/user.h: New.
119
120 2008-03-28 Maxim Kuvyrkov <maxim@codesourcery.com>
121
122 Explicitly get address of _DYNAMIC.
123 * sysdeps/m68k/dl-machine.h (elf_machine_dynamic): Retrieve _DYNAMIC
124 from GOT instead of assuming value at GOT pointer.
125
126 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
127
128 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
129
130 2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
131
132 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Comment fix.
133
134 2006-11-28 Andreas Schwab <schwab@suse.de>
135
136 * sysdeps/unix/sysv/linux/m68k/sysdep.h (DOARGS_6, _DOARGS_6)
137 (UNDOARGS_6): Define for 6-argument syscall stubs.
138
139 2006-10-03 Andreas Schwab <schwab@suse.de>
140
141 * sysdeps/m68k/setjmp.c: Use __builtin_return_address and
142 __builtin_frame_address. Don't call __sigjmp_save in ld.so.
143
144 * sysdeps/unix/sysv/linux/m68k/mremap.S: Accept fifth parameter.
145
146 2006-10-03 Richard Sandiford <richard@codesourcery.com>
147
148 * sysdeps/m68k/bits/mathdef.h: Moved from sysdeps/m68k to
149 sysdeps/m68k/m680x0.
150 * sysdeps/m68k/m68020/submul_1.S: Likewise.
151 * sysdeps/m68k/m68020/Makefile: Likewise.
152 * sysdeps/m68k/m68020/mul_1.S: Likewise.
153 * sysdeps/m68k/m68020/wordcopy.S: Likewise.
154 * sysdeps/m68k/m68020/addmul_1.S: Likewise.
155 * sysdeps/m68k/m68020/bits/string.h: Likewise.
156 * sysdeps/m68k/m68020/bits/atomic.h: Likewise.
157 * sysdeps/m68k/sub_n.S: Likewise.
158 * sysdeps/m68k/add_n.S: Likewise.
159 * sysdeps/m68k/s_isnanl.c: Likewise.
160 * sysdeps/m68k/fpu/s_log1p.c: Likewise.
161 * sysdeps/m68k/fpu/e_asinf.c: Likewise.
162 * sysdeps/m68k/fpu/s_cosl.c: Likewise.
163 * sysdeps/m68k/fpu/s_isinff.c: Likewise.
164 * sysdeps/m68k/fpu/k_rem_pio2.c: Likewise.
165 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
166 * sysdeps/m68k/fpu/s_expm1.c: Likewise.
167 * sysdeps/m68k/fpu/slowexp.c: Likewise.
168 * sysdeps/m68k/fpu/k_rem_pio2l.c: Likewise.
169 * sysdeps/m68k/fpu/s_ccoshf.c: Likewise.
170 * sysdeps/m68k/fpu/s_ilogbl.c: Likewise.
171 * sysdeps/m68k/fpu/Makefile: Likewise.
172 * sysdeps/m68k/fpu/s_expm1f.c: Likewise.
173 * sysdeps/m68k/fpu/s_significandf.c: Likewise.
174 * sysdeps/m68k/fpu/e_pow.c: Likewise.
175 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
176 * sysdeps/m68k/fpu/e_exp.c: Likewise.
177 * sysdeps/m68k/fpu/s_remquof.c: Likewise.
178 * sysdeps/m68k/fpu/s_ilogbf.c: Likewise.
179 * sysdeps/m68k/fpu/s_truncl.c: Likewise.
180 * sysdeps/m68k/fpu/s_frexpf.c: Likewise.
181 * sysdeps/m68k/fpu/s_cos.c: Likewise.
182 * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
183 * sysdeps/m68k/fpu/branred.c: Likewise.
184 * sysdeps/m68k/fpu/s_frexpl.c: Likewise.
185 * sysdeps/m68k/fpu/s_atan.c: Likewise.
186 * sysdeps/m68k/fpu/e_rem_pio2f.c: Likewise.
187 * sysdeps/m68k/fpu/e_scalbl.c: Likewise.
188 * sysdeps/m68k/fpu/e_exp2.c: Likewise.
189 * sysdeps/m68k/fpu/s_cexpf.c: Likewise.
190 * sysdeps/m68k/fpu/mplog.c: Likewise.
191 * sysdeps/m68k/fpu/s_rintf.c: Likewise.
192 * sysdeps/m68k/fpu/s_tanh.c: Likewise.
193 * sysdeps/m68k/fpu/e_scalbf.c: Likewise.
194 * sysdeps/m68k/fpu/s_csinhl.c: Likewise.
195 * sysdeps/m68k/fpu/s_floorl.c: Likewise.
196 * sysdeps/m68k/fpu/k_tanf.c: Likewise.
197 * sysdeps/m68k/fpu/k_tanl.c: Likewise.
198 * sysdeps/m68k/fpu/e_fmodf.c: Likewise.
199 * sysdeps/m68k/fpu/e_atanhf.c: Likewise.
200 * sysdeps/m68k/fpu/s_isnanf.c: Likewise.
201 * sysdeps/m68k/fpu/s_fpclassifyl.c: Likewise.
202 * sysdeps/m68k/fpu/s_modf.c: Likewise.
203 * sysdeps/m68k/fpu/e_log2.c: Likewise.
204 * sysdeps/m68k/fpu/e_acosf.c: Likewise.
205 * sysdeps/m68k/fpu/s_log1pl.c: Likewise.
206 * sysdeps/m68k/fpu/e_log2f.c: Likewise.
207 * sysdeps/m68k/fpu/mpa.c: Likewise.
208 * sysdeps/m68k/fpu/t_exp.c: Likewise.
209 * sysdeps/m68k/fpu/e_acos.c: Likewise.
210 * sysdeps/m68k/fpu/s_expm1l.c: Likewise.
211 * sysdeps/m68k/fpu/s_ccoshl.c: Likewise.
212 * sysdeps/m68k/fpu/s_sinf.c: Likewise.
213 * sysdeps/m68k/fpu/k_tan.c: Likewise.
214 * sysdeps/m68k/fpu/k_cosl.c: Likewise.
215 * sysdeps/m68k/fpu/e_remainder.c: Likewise.
216 * sysdeps/m68k/fpu/s_trunc.c: Likewise.
217 * sysdeps/m68k/fpu/s_sincos.c: Likewise.
218 * sysdeps/m68k/fpu/s_scalbnl.c: Likewise.
219 * sysdeps/m68k/fpu/s_finitef.c: Likewise.
220 * sysdeps/m68k/fpu/s_tanhl.c: Likewise.
221 * sysdeps/m68k/fpu/s_lrintl.c: Likewise.
222 * sysdeps/m68k/fpu/slowpow.c: Likewise.
223 * sysdeps/m68k/fpu/mpexp.c: Likewise.
224 * sysdeps/m68k/fpu/s_isnanl.c: Likewise.
225 * sysdeps/m68k/fpu/e_expf.c: Likewise.
226 * sysdeps/m68k/fpu/s_significand.c: Likewise.
227 * sysdeps/m68k/fpu/e_sinhf.c: Likewise.
228 * sysdeps/m68k/fpu/s_tanl.c: Likewise.
229 * sysdeps/m68k/fpu/s_tanhf.c: Likewise.
230 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
231 * sysdeps/m68k/fpu/e_sqrtf.c: Likewise.
232 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
233 * sysdeps/m68k/fpu/s_nearbyint.c: Likewise.
234 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
235 * sysdeps/m68k/fpu/sincos32.c: Likewise.
236 * sysdeps/m68k/fpu/e_sqrtl.c: Likewise.
237 * sysdeps/m68k/fpu/s_sincosl.c: Likewise.
238 * sysdeps/m68k/fpu/e_atan2f.c: Likewise.
239 * sysdeps/m68k/fpu/s_nearbyintf.c: Likewise.
240 * sysdeps/m68k/fpu/e_fmodl.c: Likewise.
241 * sysdeps/m68k/fpu/e_coshf.c: Likewise.
242 * sysdeps/m68k/fpu/s_csinf.c: Likewise.
243 * sysdeps/m68k/fpu/s_ccosl.c: Likewise.
244 * sysdeps/m68k/fpu/e_sqrt.c: Likewise.
245 * sysdeps/m68k/fpu/s_sin.c: Likewise.
246 * sysdeps/m68k/fpu/e_asin.c: Likewise.
247 * sysdeps/m68k/fpu/mptan.c: Likewise.
248 * sysdeps/m68k/fpu/e_exp10f.c: Likewise.
249 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
250 * sysdeps/m68k/fpu/s_finitel.c: Likewise.
251 * sysdeps/m68k/fpu/e_log10.c: Likewise.
252 * sysdeps/m68k/fpu/k_sinl.c: Likewise.
253 * sysdeps/m68k/fpu/e_remainderl.c: Likewise.
254 * sysdeps/m68k/fpu/s_remquol.c: Likewise.
255 * sysdeps/m68k/fpu/s_scalblnf.c: Likewise.
256 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
257 * sysdeps/m68k/fpu/e_rem_pio2.c: Likewise.
258 * sysdeps/m68k/fpu/e_asinl.c: Likewise.
259 * sysdeps/m68k/fpu/e_logl.c: Likewise.
260 * sysdeps/m68k/fpu/s_cosf.c: Likewise.
261 * sysdeps/m68k/fpu/s_rint.c: Likewise.
262 * sysdeps/m68k/fpu/s_ceill.c: Likewise.
263 * sysdeps/m68k/fpu/s_modfl.c: Likewise.
264 * sysdeps/m68k/fpu/s_csinl.c: Likewise.
265 * sysdeps/m68k/fpu/s_tan.c: Likewise.
266 * sysdeps/m68k/fpu/s_sincosf.c: Likewise.
267 * sysdeps/m68k/fpu/dosincos.c: Likewise.
268 * sysdeps/m68k/fpu/e_powl.c: Likewise.
269 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
270 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
271 * sysdeps/m68k/fpu/e_expl.c: Likewise.
272 * sysdeps/m68k/fpu/libm-test-ulps: Likewise.
273 * sysdeps/m68k/fpu/s_tanf.c: Likewise.
274 * sysdeps/m68k/fpu/mpsqrt.c: Likewise.
275 * sysdeps/m68k/fpu/s_sinl.c: Likewise.
276 * sysdeps/m68k/fpu/mathimpl.h: Likewise.
277 * sysdeps/m68k/fpu/e_acosl.c: Likewise.
278 * sysdeps/m68k/fpu/e_cosh.c: Likewise.
279 * sysdeps/m68k/fpu/s_cexpl.c: Likewise.
280 * sysdeps/m68k/fpu/s_fabsl.c: Likewise.
281 * sysdeps/m68k/fpu/halfulp.c: Likewise.
282 * sysdeps/m68k/fpu/s_modff.c: Likewise.
283 * sysdeps/m68k/fpu/s_isnan.c: Likewise.
284 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
285 * sysdeps/m68k/fpu/s_fabs.c: Likewise.
286 * sysdeps/m68k/fpu/e_log10f.c: Likewise.
287 * sysdeps/m68k/fpu/k_cosf.c: Likewise.
288 * sysdeps/m68k/fpu/e_sinh.c: Likewise.
289 * sysdeps/m68k/fpu/s_truncf.c: Likewise.
290 * sysdeps/m68k/fpu/s_ceil.c: Likewise.
291 * sysdeps/m68k/fpu/s_log1pf.c: Likewise.
292 * sysdeps/m68k/fpu/e_logf.c: Likewise.
293 * sysdeps/m68k/fpu/mpatan.c: Likewise.
294 * sysdeps/m68k/fpu/s_csin.c: Likewise.
295 * sysdeps/m68k/fpu/e_exp2l.c: Likewise.
296 * sysdeps/m68k/fpu/e_sinhl.c: Likewise.
297 * sysdeps/m68k/fpu/e_atan2l.c: Likewise.
298 * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
299 * sysdeps/m68k/fpu/s_floorf.c: Likewise.
300 * sysdeps/m68k/fpu/e_log2l.c: Likewise.
301 * sysdeps/m68k/fpu/s_atanl.c: Likewise.
302 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
303 * sysdeps/m68k/fpu/k_sinf.c: Likewise.
304 * sysdeps/m68k/fpu/s_csinhf.c: Likewise.
305 * sysdeps/m68k/fpu/s_frexp.c: Likewise.
306 * sysdeps/m68k/fpu/s_atanf.c: Likewise.
307 * sysdeps/m68k/fpu/s_floor.c: Likewise.
308 * sysdeps/m68k/fpu/e_exp10l.c: Likewise.
309 * sysdeps/m68k/fpu/doasin.c: Likewise.
310 * sysdeps/m68k/fpu/s_rintl.c: Likewise.
311 * sysdeps/m68k/fpu/e_atanhl.c: Likewise.
312 * sysdeps/m68k/fpu/e_remainderf.c: Likewise.
313 * sysdeps/m68k/fpu/s_scalbln.c: Likewise.
314 * sysdeps/m68k/fpu/e_rem_pio2l.c: Likewise.
315 * sysdeps/m68k/fpu/e_exp10.c: Likewise.
316 * sysdeps/m68k/fpu/s_lrintf.c: Likewise.
317 * sysdeps/m68k/fpu/k_cos.c: Likewise.
318 * sysdeps/m68k/fpu/s_lrint.c: Likewise.
319 * sysdeps/m68k/fpu/s_ccosf.c: Likewise.
320 * sysdeps/m68k/fpu/s_scalblnl.c: Likewise.
321 * sysdeps/m68k/fpu/switch/Makefile: Likewise.
322 * sysdeps/m68k/fpu/switch/switch.c: Likewise.
323 * sysdeps/m68k/fpu/switch/68881-sw.h: Likewise.
324 * sysdeps/m68k/fpu/switch/bits/mathinline.h: Likewise.
325 * sysdeps/m68k/fpu/e_log.c: Likewise.
326 * sysdeps/m68k/fpu/s_nextafterl.c: Likewise.
327 * sysdeps/m68k/fpu/s_nearbyintl.c: Likewise.
328 * sysdeps/m68k/fpu/mpatan2.c: Likewise.
329 * sysdeps/m68k/fpu/k_sin.c: Likewise.
330 * sysdeps/m68k/fpu/e_atanh.c: Likewise.
331 * sysdeps/m68k/fpu/s_remquo.c: Likewise.
332 * sysdeps/m68k/fpu/e_log10l.c: Likewise.
333 * sysdeps/m68k/fpu/s_ceilf.c: Likewise.
334 * sysdeps/m68k/fpu/s_fabsf.c: Likewise.
335 * sysdeps/m68k/fpu/s_significandl.c: Likewise.
336 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
337 * sysdeps/m68k/fpu/e_coshl.c: Likewise.
338 * sysdeps/m68k/fpu/s_scalbnf.c: Likewise.
339 * sysdeps/m68k/fpu/s_finite.c: Likewise.
340 * sysdeps/m68k/fpu/e_exp2f.c: Likewise.
341 * sysdeps/m68k/fpu/k_rem_pio2f.c: Likewise.
342 * sysdeps/m68k/fpu/s_isinfl.c: Likewise.
343 * sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
344 * sysdeps/m68k/fpu/e_powf.c: Likewise.
345 * sysdeps/m68k/rshift.S: Likewise.
346 * sysdeps/m68k/lshift.S: Likewise.
347 * sysdeps/m68k/strtold_l.c: Likewise.
348 * sysdeps/m68k/printf_fphex.c: Likewise.
349 * sysdeps/m68k/s_isinfl.c: Likewise.
350 * sysdeps/m68k/bits/huge_vall.h: Likewise.
351
352 * sysdeps/m68k/asm-syntax.h (andw, andl, subqw, tstw, tstl): New.
353 * sysdeps/m68k/bits/byteswap.h (__bswap32): Don't define for
354 Coldfire targets.
355 * sysdeps/m68k/bits/setjmp.h (__jmp_buf): Add a 64-byte
356 __fpregs field for Coldfire FPUs.
357 * sysdeps/m68k/dl-machine.h: Include sysdep.h.
358 (elf_machine_load_address): Use PCREL_OP.
359 (_dl_start_user): Likewise.
360 * sysdeps/m68k/dl-trampoline.S (_dl_runtime_resolve): Avoid jmp (%dN)
361 on Coldfire; push the target address and use rts instead.
362 (_dl_runtime_profile): Likewise. Round up the frame size to longword
363 rather than word alignment. Avoid dbra on Coldfire. Avoid using
364 jsr (%d0) on Coldfire; push the return address and target address
365 and use rts instead. Use fmovem.l rather than fmovem.x on Coldfire.
366 Add missing initialization of lrv_a0 and restore a0 from it after
367 calling _dl_call_pltexit. Adjust the stack offsets of later data
368 accordingly, fixing a previously incorrect offset for the inregs
369 parameter.
370 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Save the control
371 registers individually on Coldfire targets.
372 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
373 Add missing libm_hidden_def.
374 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Save and restore the
375 control registers individually on Coldfire targets.
376 * sysdeps/m68k/fpu/fesetround.c (fesetround): Add missing
377 libm_hidden_def.
378 * sysdeps/m68k/fpu_control.h: Add the Coldfire bit assignments to
379 the main comment.
380 (_FPU_DOUBLE): Define to 0 for Coldfire.
381 (_FPU_EXTENDED): Don't define for Coldfire.
382 (_FPU_RESERVED): Include bit 15 for Coldfire.
383 * sysdeps/m68k/Implies: Remove ieee754/ldbl-96.
384 * sysdeps/m68k/m680x0/Implies: Add it to this new file instead.
385 * sysdeps/m68k/ldsodefs.h: New file.
386 * sysdeps/m68k/__longjmp.c (__longjmp): Restore the floating-point
387 registers when using a Coldfire FPU.
388 * sysdeps/m68k/Makefile (long-double-fcts): Delete.
389 * sysdeps/m68k/m680x0/Makefile: Add it to this new file instead.
390 * sysdeps/m68k/memchr.S (__memchr): Add Coldfire code. Avoid
391 unnecessary moves.
392 * sysdeps/m68k/preconfigure (m680?0): Add "m680x0" to $machine.
393 (m68k): Use the compiler to decide whether $machine should be
394 set to m68k/coldfire or m68k/m680x0/m68020.
395 * sysdeps/m68k/rawmemchr.S (__rawmemchr): Add Coldfire code. Avoid
396 unnecessary moves.
397 * sysdeps/m68k/setjmp.c (__sigsetjmp): Save the floating-point
398 registers when using a Coldfire FPU. Use libc_hidden_def rather
399 than hidden_def.
400 * sysdeps/m68k/strchrnul.S (__strchrnul): Add Coldfire code. Avoid
401 unnecessary moves.
402 * sysdeps/m68k/strchr.S (strchr): Likewise.
403 * sysdeps/m68k/sysdep.h (PCREL_OP): Define.
404 * sysdeps/m68k/tst-audit.h: New file.
405 * sysdeps/m68k/wcpcpy.c: Likewise.
406 * sysdeps/m68k/wcpcpy_chk.c: Likewise.
407 * sysdeps/unix/sysv/linux/m68k/configure.in: New file.
408 * sysdeps/unix/sysv/linux/m68k/configure: Likewise.
409 * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Add Coldfire code.
410 * sysdeps/unix/sysv/linux/m68k/register-dump.h (real_catch_segfault):
411 Do not define on Coldfire.
412 (catch_segfault): Likewise.
413 (register_dump): Use the Coldfire-specific sigcontext fields to
414 display call-saved data and address registers (rather than the
415 data stored in sc_fpstate by real_catch_segfault). Display 8-byte
416 floating-point registers on Coldfire.
417 * sysdeps/unix/sysv/linux/m68k/socket.S (__socket): Pass a temporary
418 register to SINGLE_THREAD_P.
419 * sysdeps/unix/sysv/linux/m68k/sys/reg.h (PT_FP0): Redefine for
420 Coldfire.
421 (PT_FP1, PT_FP2, PT_FP3, PT_FP4, PT_FP5, PT_FP6, PT_FP7): Likewise.
422 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (fpregset): Sync field
423 order with linux. Make f_fpregs an 8*2 array on Coldfire.
424 (ucontext): Sync field order with linux.
425 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Guard against multiple
426 inclusion.
427 (SYSCALL_ERROR_HANDLER): Use PCREL_OP.
428 * sysdeps/unix/sysv/linux/m68k/syscalls.list (oldgetrlimit): Delete.
429 (oldsetrlimit): Likewise.
430 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list: New file.
431 List oldgetrlimit and oldsetrlimit here instead.
432 * sysdeps/unix/sysv/linux/m68k/bits/sigcontext.h: New file.
433 * sysdeps/unix/sysv/linux/m68k/bits/siginfo.h: Likewise.
434 * sysdeps/m68k/coldfire/bits/atomic.h: Likewise.
435 * sysdeps/m68k/coldfire/fpu/e_sqrt.c: Likewise.
436 * sysdeps/m68k/coldfire/fpu/e_sqrtf.c: Likewise.
437 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c: Likewise.
438 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
439 * sysdeps/m68k/coldfire/fpu/s_fabs.c: Likewise.
440 * sysdeps/m68k/coldfire/fpu/s_fabsf.c: Likewise.
441 * sysdeps/m68k/coldfire/fpu/s_lrint.c: Likewise.
442 * sysdeps/m68k/coldfire/fpu/s_lrintf.c: Likewise.
443 * sysdeps/m68k/coldfire/fpu/s_rint.c: Likewise.
444 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Likewise.
445 * sysdeps/m68k/coldfire/shlib-versions: Likewise.
446
447 2006-02-28 Roland McGrath <roland@redhat.com>
448
449 * sysdeps/m68k/preconfigure: New file.
This page took 0.054007 seconds and 5 git commands to generate.