common: cgen-mem/cgen-ops: fix extern inline handling
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Mar 2015 05:58:01 +0000 (01:58 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 31 Mar 2015 05:58:01 +0000 (01:58 -0400)
commit5a394431deb3745c04a74d2a109aca075f79afd6
tree703db77ffdddfa292d7bc4b9a6dd5880a07ba316
parent2b6ca06237301286016acc4b7bbf5338a27fd5fc
common: cgen-mem/cgen-ops: fix extern inline handling

With newer versions of gcc (5.x), the extern inline we're using with the
cgen-{mem,ops} modules no longer work.  Since this code really wants the
gnu inline semantics, use that attribute explicitly.
sim/common/ChangeLog
sim/common/cgen-mem.h
sim/common/cgen-ops.h
This page took 0.033888 seconds and 4 git commands to generate.