diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-02 00:07:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-02 10:58:20 -0400 |
commit | f0c4dc40b2e16a876b5b61986de5014a78f76a5c (patch) | |
tree | 081740977f36d35892d79c180e792104293acfe8 /sim/m32c/ChangeLog | |
parent | d89a87ba3c100bdbe82c7bd98ad7b8a2435e002f (diff) | |
download | binutils-f0c4dc40b2e16a876b5b61986de5014a78f76a5c.zip binutils-f0c4dc40b2e16a876b5b61986de5014a78f76a5c.tar.gz binutils-f0c4dc40b2e16a876b5b61986de5014a78f76a5c.tar.bz2 |
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.
Diffstat (limited to 'sim/m32c/ChangeLog')
-rw-r--r-- | sim/m32c/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index b2a02a6..e3393c9 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,11 @@ +2021-05-02 Mike Frysinger <vapier@gentoo.org> + + * m32c.opc: Include ansidecl.h. + (AU): Delete. + * opc2c.c (dump_lines): Change AU to ATTRIBUTE_UNUSED. + * r8c.opc: Include ansidecl.h. + (AU): Delete. + 2021-05-01 Mike Frysinger <vapier@gentoo.org> * config.in, configure: Regenerate. |