mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-15 20:58:13 +01:00
(libunwind_la_SOURCES_ia64): Move comments about
_ReadULEB()/_ReadSLEB() where they don't hurt. (Logical change 1.217)
This commit is contained in:
parent
dfba455dcd
commit
a8f38fc4dc
1 changed files with 1 additions and 1 deletions
|
@ -105,12 +105,12 @@ libunwind_la_SOURCES_ia64_common = $(libunwind_la_SOURCES_common) \
|
|||
ia64/regname-ia64.c
|
||||
|
||||
# The list of files that go into libunwind:
|
||||
# _ReadULEB()/_ReadSLEB() are needed for Intel C++ 8.0 compatibility
|
||||
libunwind_la_SOURCES_ia64 = $(libunwind_la_SOURCES_ia64_common) \
|
||||
$(libunwind_la_SOURCES_local) \
|
||||
\
|
||||
elf64.c elf64.h \
|
||||
\
|
||||
/* blech, needed for Intel C++ 8.0 compatibility */ \
|
||||
mi/_ReadULEB.c mi/_ReadSLEB.c \
|
||||
\
|
||||
ia64/dyn_info_list-ia64.S ia64/getcontext-ia64.S \
|
||||
|
|
Loading…
Reference in a new issue