From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: parcelling up struct gdbarch Date: Wed, 18 Jul 2001 08:09:00 -0000 Message-id: <3B55A5D9.7000902@cygnus.com> References: <20010713001635.A19524@nevyn.them.org> X-SW-Source: 2001-07/msg00234.html Daniel, Somewhere in this really long thread you suggested moving the code that mapped: <-> gdb signal (aka enum target_signal ulgh!) out of target.[hc] and into its own file. Yes, this sounds like a good idea regardless. A layer (*-nat.c) in the target stack _uses_ the mapping. It isn't part of the mapping. One day GDB might learn to handle multiple mappings but for the moment just one hard-wired mapping is working pretty good. Andrew