]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
binutils: Make some functions static in dwarf.c
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 18 Nov 2019 12:13:24 +0000 (12:13 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 28 Nov 2019 00:03:04 +0000 (00:03 +0000)
commit99f6fdd9eb60f5b8b9b172b1b2cfa627be566a9d
treec9322be919eb06c2ccab26845108b66fd0f9572d
parent229a22cfd2fd3c82a1b57d4af104f361cb0b0a33
binutils: Make some functions static in dwarf.c

The architecture specific register name initialisation routines no
longer need to be externally visible, so make them static.

binutils/ChangeLog:

* dwarf.c (init_dwarf_regnames_i386): Make static.
(init_dwarf_regnames_iamcu): Make static.
(init_dwarf_regnames_x86_64): Make static.
(init_dwarf_regnames_aarch64): Make static.
(init_dwarf_regnames_s390): Make static.
(init_dwarf_regnames_riscv): Make static.
* dwarf.h (init_dwarf_regnames_i386): Delete declaration.
(init_dwarf_regnames_iamcu): Delete declaration.
(init_dwarf_regnames_x86_64): Delete declaration.
(init_dwarf_regnames_aarch64): Delete declaration.
(init_dwarf_regnames_s390): Delete declaration.
(init_dwarf_regnames_riscv): Delete declaration.

Change-Id: I9e350f76f98f46e9e3dd88d502f2a2a83e44cb36
binutils/ChangeLog
binutils/dwarf.c
binutils/dwarf.h