forked from Imagelibrary/binutils-gdb
Fix -Wmissing-prototypes build.
* ppc-linux-nat.c (ppc_linux_get_hwcap): Make static. * remote-sim.c (gdbsim_has_all_memory): Likewise. (gdbsim_has_memory): Likewise.
This commit is contained in:
@@ -1351,7 +1351,8 @@ store_ppc_registers (const struct regcache *regcache, int tid)
|
||||
}
|
||||
|
||||
/* Fetch the AT_HWCAP entry from the aux vector. */
|
||||
unsigned long ppc_linux_get_hwcap (void)
|
||||
static unsigned long
|
||||
ppc_linux_get_hwcap (void)
|
||||
{
|
||||
CORE_ADDR field;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user