Subject: Re: What to do about gdb mmalloc (two Ms)
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-toolchain
Date: 01/21/1998 15:09:20
I wrote:

>Me too.  I'd even like to see the `native' NetBSD compiler do a better
>job of supporting cross-compilers from one NetBSD arch to another: put
>the backend passes in /usr/libexec/gcc/$vers/$arch, put  the
>backend placebo library for missing functions there (rather than
                                     ^^^^^^^^^
Sorry, that's missing RTL _insns_: cmpdi2, , divdi3, and friends.

maybe we could even keep the GCC code to figure out which libgcc1
insns are necessary for a given arch from the machine description, and
compile only those.