Subject: Re: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 08/31/2006 20:52:42
Izumi Tsutsui <tsutsui@netbsd.org> 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)))))