From f0c4dc40b2e16a876b5b61986de5014a78f76a5c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 May 2021 00:07:21 -0400 Subject: sim: replace custom attributes with ansidecl.h A lot of this code predates the common attributes. We had already started migrating over piece by piece, so just do a pass across all the attributes and replace most of them. --- sim/igen/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/igen/ChangeLog') diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index a8eedda..84b9e67 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,3 +1,8 @@ +2021-05-02 Mike Frysinger + + * lf.h: Include ansidecl.h. + (lf_printf): Change __attribute__((printf)) to ATTRIBUTE_PRINTF. + 2021-04-02 Mike Frysinger * local.mk: New file. -- cgit v1.1