]> sourceware.org Git - binutils-gdb.git/commit
arc: Rename "arc_gdbarch_features" struct
authorShahab Vahedi <shahab@synopsys.com>
Mon, 5 Oct 2020 15:10:47 +0000 (17:10 +0200)
committerShahab Vahedi <shahab@synopsys.com>
Wed, 7 Oct 2020 15:46:23 +0000 (17:46 +0200)
commite4bd363f994cf12017cb17dddeb2bc35698ee349
tree31f7e68d86ce6f061c86920360298ff9363d8032
parent4849105512548d9f362b7111e50ff22c3184326a
arc: Rename "arc_gdbarch_features" struct

"arc_gdbarch_features" is a data structure containing information
about the ARC architecture: ISA version, register size, etc.
This name is misleading, because although it carries the phrase
"gdbarch", it has nothing to do with the type/interface in GDB.
Traditionaly, "gdbarch" structures are only used for that purpose.
To rectify this, this patch changes the name to "arc_arch_features".

gdb/ChangeLog:

* arch/arc.h: Rename "arc_gdbarch_features" to
"arc_arch_features".
* arc-tdep.h: Likewise.
* arc-tdep.c: Likewise.
gdb/ChangeLog
gdb/arc-tdep.c
gdb/arch/arc.c
gdb/arch/arc.h
This page took 0.037949 seconds and 5 git commands to generate.