This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libiberty patch for gdb cross-debugging support
> > I meant "let's not try to split host and target filesystem info".
>
> Actually that is the whole point : to do that to some extent.
Right, but for now, replacing the *existing* macros with *one* set of
new functionality is enough to get us to the next step. If we split
the macros into host/target macro pairs, a lot of other code needs to
be (needlessly) touched. It's more an API issue than a functionality
issue.
gdb can toggle the set_*() back and forth as needed for now, until we
have a handle on how to properly split them up and manage them, and
time to worry about it. One step at a time ;-)