Subject: Re: platid directory change.
To: UCHIYAMA Yasushi <uch@nop.or.jp>
From: TAKEMURA Shin <takemura@netbsd.org>
List: port-hpcmips
Date: 02/04/2001 18:37:53
----- Original Message ----- 
From: "UCHIYAMA Yasushi" <uch@nop.or.jp>
To: <takemura@netbsd.org>
Cc: <port-hpcmips@netbsd.org>; <uch@nop.or.jp>
Sent: Tuesday, January 30, 2001 12:32 AM
Subject: Re: platid directory change.


> | >  because unneeded data are linked in kernel and bootloader. for MIPS
>  | > kernel, SH3 machine name strings and id-table are not required. and
>  | > vice versa.  to merge them into one platid.def, it is required that
>  | > platid_gen generates appropriate #ifdefs.
>  | 
>  | Is there any problem? If no, I will make platid_gen to generate 
>  | appropriate #ifdefs this weekend.

I've changed platid_gen a little bit to copy #ifdef and #endif 
(and any lines which begin with '#') in platid.def into output files.
And I've marged two platid.def into hpc/conf/platid.def. Now these
files are available in the cvs,
  hpc/conf/platid.def
  hpc/hpc/platid_name.c
  hpc/hpc/platid_mask.c
  hpc/include/platid_generated
  hpc/include/platid_mask.h

And I've already removed platid.def, platid_name.c and platid_mask.c 
from hpcmips directory. You could removed them from hpcsh 
directory too.

Takemura