1
0
Fork 0
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:
Tommi Rantala 2012-08-01 15:47:41 +03:00
parent 80fc285599
commit 54a096a5af
2 changed files with 2 additions and 2 deletions
src

View file

@ -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,

View file

@ -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,