]> sourceware.org Git - cgen.git/commit
cgen: remove use of PTR
authorAlan Modra <amodra@gmail.com>
Tue, 10 May 2022 00:01:32 +0000 (09:31 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 11 May 2022 00:09:22 +0000 (09:39 +0930)
commit094ca739da55c77cf0d097f5dc2de5939d3ec4d5
tree997728d8045e82d55b47acd80a9d8a7f0691477c
parent05985f8b46411f70df5256e8191be8dcb8c5b431
cgen: remove use of PTR

Nowadays binutils and sim both require at least C99 compilers,
negating the need for macros like PTR.

* desc-cpu.scm (gen-maybe-multi-ifld): Remove PTR casts.
(gen-multi-ifield-nodes, gen-operand-table): Likewise.
* desc.scm (gen-table-entry): Likewise.
* opc-itab.scm (gen-minsn-table-entry): Likewise.
(gen-minsn-opcode-entry): Likewise.
* opc-asmdis.scm (gen-print-switch): Emit void * in place of PTR.
desc-cpu.scm
desc.scm
opc-asmdis.scm
opc-itab.scm
This page took 0.024819 seconds and 5 git commands to generate.