ODR warnings for "struct insn_info"
authorTom Tromey <tromey@adacore.com>
Wed, 18 May 2022 16:08:43 +0000 (10:08 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 Jun 2022 15:04:45 +0000 (09:04 -0600)
commit131430937d0eac8a7143306b8d1afa1bc5762877
tree68fd19b86a389b0045e375e664a995361ee72294
parentc8e41b5f14d38c4317b2d1b82974a48828f014f7
ODR warnings for "struct insn_info"

"struct insn_info" is defined in multiple .c files, causing ODR
warnings.  This patch renames the type in z80-tdep.c, leaving the
other one alone.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22395
gdb/z80-tdep.c