1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 08:59:28 +02:00

(libunwind_la_SOURCES_ia64): Move comments about

_ReadULEB()/_ReadSLEB() where they don't hurt.

(Logical change 1.217)
This commit is contained in:
hp.com!davidm 2004-04-28 04:43:25 +00:00
parent dfba455dcd
commit a8f38fc4dc

View file

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