Subject: Re: call for approval to the changes to interface.
To: None <port-mips@netbsd.org>
From: Noriyuki Soda <soda@sra.co.jp>
List: port-mips
Date: 03/30/1999 23:34:21
FYI, I did the following changes, because there is no objection.

Wed, 24 Mar 1999 22:06:00 +0900 (JST), I wrote:
> BTW, current <mips/asm.h> seems to have some minor problems.
> I'll fix the following problems, if there is no objection.
> 	a. ALIAS() macro is not part of standard and not needed.
> 	  XLEAF() or XNESTED() should be used instead.
> 	b. XLEAF() and XNESTED() should use AENT() instead of .aent
> 	c. _END_LABEL() macro is not needed (it is only used by
> 	  VECTOR_END), and wrong. (doubley defined
> 	  if !defined(__NO_LEADING_UNDERSCORES__) && !defined(__STDC__),
> 	  and wrongly defined if defined(__NO_LEADING_UNDERSCORES__))
> 	d. ALEAF(), NLEAF(), NON_LEAF(), NNON_LEAF() should be defined
> 	  by XLEAF(), LEAF_NONPROFILE(), NESTED(), NESTED_NONPROFILE().
--
soda