]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: merge misc igen APIs
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Jan 2024 23:14:13 +0000 (18:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Jan 2024 23:16:38 +0000 (18:16 -0500)
commit1b89e2b72052e60fc7a6c0301a67070accc714e1
tree74599de2929676a7a8d1260d0b496f79fd0b7234
parent9ddac092a831d9eb4a53959764c2d13b12964a0c
sim: ppc: merge misc igen APIs

The common igen code provides the same misc APIs as the ppc version,
so delete the ppc code and pull in the common one.  There is one
minor difference: the ppc code has a unique dumpf function.  The
common code switched to lf_printf for the same functionality, but
since that requires changes throughout the igen codebase, delay that
cleanup for now so we can merge the rest.
sim/Makefile.in
sim/ppc/dumpf.c [new file with mode: 0644]
sim/ppc/dumpf.h [new file with mode: 0644]
sim/ppc/ld-cache.c
sim/ppc/ld-decode.c
sim/ppc/ld-insn.c
sim/ppc/local.mk
sim/ppc/misc.c [deleted file]
sim/ppc/misc.h [deleted file]
sim/ppc/table.c