[PATCH 01/11] sim/rx: define sim_memory_map
Andrew Burgess
andrew.burgess@embecosm.com
Mon Feb 8 11:01:00 GMT 2021
* Mike Frysinger <vapier@gentoo.org> [2021-02-01 09:46:44 -0500]:
> On 01 Feb 2021 11:44, Andrew Burgess wrote:
> > The rx simulator doesn't build due to sim_memory_map not being
> > defined. Define it now to return NULL, this can be extended later to
> > return an actual memory map if anyone wants this functionality.
>
> i build every sim port, and rx was/is building fine for me. nothing in
> the sim refers to the sim_memory_map, so it failing to build is a bit
> surprising. do you mean gdb is failing to link instead ? i don't always
> try to build those for ports as not all have gdb ports.
You are correct of course.
I updated the wording of the commit message more inline with the patch
you submitted here:
https://sourceware.org/pipermail/gdb-patches/2021-February/175689.html
Thanks,
Andrew
More information about the Gdb-patches
mailing list