Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



Izumi Tsutsui <tsutsui%netbsd.org@localhost> writes:

> Log Message:
> Disable asm statement which defines bpendtsleep symbol as "handy breakpoint"
> on all m68k ports since it may cause a multiple symble definition error
> by code duplication of gcc4 optimizer. Also note about this in comment.

Why not either disable it for everyone, or figure out how to forbid
GCC from duplicating the statement?

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))




Home | Main Index | Thread Index | Old Index