diff options
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/Make-common.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index cda7b95..a367939 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2021-06-19 Mike Frysinger <vapier@gentoo.org> + + * Make-common.in (SIM_INLINE): Delete. + 2021-06-19 Simon Marchi <simon.marchi@polymtl.ca> * sim-inline.h: Move UNUSED before TYPE. diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 63a0248..b8116d8 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -75,7 +75,6 @@ SIM_FLOAT = @sim_float@ SIM_HW_CFLAGS = @sim_hw_cflags@ SIM_HW_OBJS = @sim_hw_objs@ SIM_HW = @sim_hw@ -SIM_INLINE = @sim_inline@ SIM_RESERVED_BITS = @sim_reserved_bits@ SIM_SCACHE = @sim_scache@ SIM_WARN_CFLAGS = $(WARN_CFLAGS) |