mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
PPC: do not export dwarf_to_unw_regnum_map
dwarf_to_unw_regnum_map is internal to libunwind, and should not be exported.
This commit is contained in:
parent
80fc285599
commit
54a096a5af
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ HIDDEN int tdep_needs_initialization = 1;
|
|||
|
||||
/* The API register numbers are exactly the same as the .eh_frame
|
||||
registers, for now at least. */
|
||||
uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH] =
|
||||
HIDDEN uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH] =
|
||||
{
|
||||
[UNW_PPC32_R0]=UNW_PPC32_R0,
|
||||
[UNW_PPC32_R1]=UNW_PPC32_R1,
|
||||
|
|
|
@ -33,7 +33,7 @@ HIDDEN int tdep_needs_initialization = 1;
|
|||
|
||||
/* The API register numbers are exactly the same as the .eh_frame
|
||||
registers, for now at least. */
|
||||
uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH] =
|
||||
HIDDEN uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH] =
|
||||
{
|
||||
[UNW_PPC64_R0]=UNW_PPC64_R0,
|
||||
[UNW_PPC64_R1]=UNW_PPC64_R1,
|
||||
|
|
Loading…
Reference in a new issue