Move arm_apcs_32 extern declaration to header
authorChristian Biesinger <cbiesinger@google.com>
Thu, 19 Sep 2019 04:33:35 +0000 (13:33 +0900)
committerChristian Biesinger <cbiesinger@google.com>
Fri, 20 Sep 2019 00:17:49 +0000 (09:17 +0900)
commitc7ae7675cf726c343a1db3e27e3e5665cb485271
tree5f0ff73706acb373dc2dbef03f9b4df43964343e
parente86f08d28f469b9400e91bbaf1b0a5e7f697732a
Move arm_apcs_32 extern declaration to header

Instead of having several extern declarations for arm_apcs_32
in a few .c files, declare it in arm-tdep.h. This file is already
included from these .c files.

gdb/ChangeLog:

2019-09-19  Christian Biesinger  <cbiesinger@google.com>

* arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
* arm-linux-tdep.c: Likewise.
* arm-nbsd-nat.c: Likewise.
* arm-tdep.h: Declare arm_apcs_32.
gdb/ChangeLog
gdb/arm-linux-nat.c
gdb/arm-linux-tdep.c
gdb/arm-nbsd-nat.c
gdb/arm-tdep.c
gdb/arm-tdep.h
This page took 0.025581 seconds and 4 git commands to generate.