]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/rx/ChangeLog
sim/rx: define sim_memory_map
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 25 Jan 2021 18:58:37 +0000 (18:58 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 8 Feb 2021 11:01:07 +0000 (11:01 +0000)
commit0309f9549d8ab359f60790427ca97579dd26eafb
tree0112757147e79ec77feae77dad70ae0538da9ad5
parentcd074e04155b8a9da4d420e3131b3e28efab2def
sim/rx: define sim_memory_map

The rx simulator doesn't define sim_memory_map and so fails to link
with GDB.  Define it now to return NULL, this can be extended later to
return an actual memory map if anyone wants this functionality.

sim/rx/ChangeLog:

* gdb-if.c (sim_memory_map): New function.
sim/rx/ChangeLog
sim/rx/gdb-if.c