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