mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-05 21:32:17 +02: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
|
/* The API register numbers are exactly the same as the .eh_frame
|
||||||
registers, for now at least. */
|
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_R0]=UNW_PPC32_R0,
|
||||||
[UNW_PPC32_R1]=UNW_PPC32_R1,
|
[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
|
/* The API register numbers are exactly the same as the .eh_frame
|
||||||
registers, for now at least. */
|
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_R0]=UNW_PPC64_R0,
|
||||||
[UNW_PPC64_R1]=UNW_PPC64_R1,
|
[UNW_PPC64_R1]=UNW_PPC64_R1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue