sim: common: sim-arange: fix extern inline handling
authorMike Frysinger <vapier@gentoo.org>
Sun, 29 Mar 2015 19:59:01 +0000 (15:59 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 29 Mar 2015 20:02:17 +0000 (16:02 -0400)
commit92fc6153a6fdf2a027d9780f5945712aafad4a9e
tree8bf945839a052c8f63cbb76818cdfb0bd8ba1bb6
parent6dae8a88bf814b8729ad883c92c7b75fdccc7be1
sim: common: sim-arange: fix extern inline handling

With newer versions of gcc (5.x), the extern inline we're using with the
sim-arange module no longer works.  Since this code really wants the gnu
inline semantics, use that attribute explicitly.

Reported-by: DJ Delorie <dj@redhat.com>
Reported-by: Joel Sherrill <joel.sherrill@oarcorp.com>
sim/common/ChangeLog
sim/common/sim-arange.h
sim/common/sim-inline.h
This page took 0.025075 seconds and 4 git commands to generate.