]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/configure
sim: ppc: rename inline defines to match common code
authorMike Frysinger <vapier@gentoo.org>
Wed, 16 Jun 2021 02:37:38 +0000 (22:37 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 20 Jun 2021 02:41:05 +0000 (22:41 -0400)
commit54c47dfb68a5e2cfde5fec7224b0f92b12edc42c
treee447e1560ec9ace125b4e26dbe16efbd638d9ca8
parent36842f65be97ba702ef574af6290bd327df64886
sim: ppc: rename inline defines to match common code

Use the same basic names as the common sim inline logic so we can
merge the two.  We don't do that here, just prepare for it.

The common code seems to be based on the ppc version but with slightly
different names as it was cleaned up & generalized.  I *think* these
concepts are the same, so binding them together is OK, but maybe I'm
misreading them.  If so, can always tweak them later.
REVEAL_MODULE  ->  H_REVEALS_MODULE
INLINE_MODULE  ->  C_REVEALS_MODULE
sim/ppc/ChangeLog
sim/ppc/configure
sim/ppc/configure.ac
sim/ppc/inline.h
sim/ppc/options.c
sim/ppc/std-config.h