mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
Fixup trailing whitespace
Signed-off-by: Arun Sharma <asharma@fb.com>
This commit is contained in:
parent
57695518b3
commit
0613d4c680
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2008 CodeSourcery
|
||||
Copyright 2011 Linaro Limited
|
||||
Copyright 2011 Linaro Limited
|
||||
|
||||
This file is part of libunwind.
|
||||
|
||||
|
|
|
@ -29,10 +29,10 @@ if ARCH_IA64
|
|||
ia64-test-setjmp ia64-test-sig
|
||||
else
|
||||
if ARCH_PPC64
|
||||
if USE_ALTIVEC
|
||||
if USE_ALTIVEC
|
||||
noinst_PROGRAMS_arch_altivec = ppc64-test-altivec ppc64-test-wchar
|
||||
endif #USE_ALTIVEC
|
||||
noinst_PROGRAMS_arch = $(noinst_PROGRAMS_arch_altivec) ppc64-test-wchar
|
||||
noinst_PROGRAMS_arch = $(noinst_PROGRAMS_arch_altivec) ppc64-test-wchar
|
||||
endif #ARCH_PPC64
|
||||
endif #ARCH_IA64
|
||||
check_SCRIPTS_cdep = run-ptrace-mapper run-ptrace-misc
|
||||
|
@ -108,7 +108,7 @@ Ltest_bt_SOURCES = Ltest-bt.c ident.c
|
|||
test_ptrace_misc_SOURCES = test-ptrace-misc.c ident.c
|
||||
Ltest_nomalloc_SOURCES = Ltest-nomalloc.c
|
||||
|
||||
LIBUNWIND = $(top_builddir)/src/libunwind-$(arch).la $(LIBUNWIND_local)
|
||||
LIBUNWIND = $(top_builddir)/src/libunwind-$(arch).la $(LIBUNWIND_local)
|
||||
LIBUNWIND_ptrace = $(top_builddir)/src/libunwind-ptrace.a
|
||||
|
||||
if USE_ELF32
|
||||
|
|
|
@ -13,7 +13,7 @@ the following conditions:
|
|||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
|
|
Loading…
Reference in a new issue