pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/55107: Only earmv6hf/earmv7hf,libffi.so.7.1.0 contains __aeabi_unwind_cpp_pr0



The following reply was made to PR pkg/55107; it has been noted by GNATS.

From: Jun Ebihara <jun%soum.co.jp@localhost>
To: gnats-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost
Cc: 
Subject: Re: pkg/55107: Only earmv6hf/earmv7hf,libffi.so.7.1.0 contains
 __aeabi_unwind_cpp_pr0
Date: Sat, 04 Apr 2020 19:52:43 +0900 (JST)

 From: gnats-admin%netbsd.org@localhost
 Subject: Re: pkg/55107: Only earmv6hf/earmv7hf,libffi.so.7.1.0 contains __aeabi_unwind_cpp_pr0
 Date: Wed, 25 Mar 2020 20:20:00 +0000 (UTC)
 
 On pkgsrc/devel/libffi/src/arm/sysv.S
 
  # define UNWIND(...)   __VA_ARGS__
 
 nm /usr/pkg/lib/libffi.so.7
 000130e0 d __JCR_LIST__^M
          U __aeabi_unwind_cpp_pr0^M
          U __clear_cache@@GCC_3.0^M
 
 to 
  # define UNWIND(...)
 
 nm /usr/pkg/lib/libffi.so.7
 00013078 d __JCR_LIST__
          U __clear_cache@@GCC_3.0
 
 --- src/arm/sysv.S.orig 2019-10-31 23:49:54.000000000 +0900
 +++ src/arm/sysv.S      2020-04-04 18:58:49.023656813 +0900
 @@ -53,11 +53,15 @@
  #endif
  
  /* Conditionally compile unwinder directives.  */
 +/*
  #ifdef __ARM_EABI__
  # define UNWIND(...)   __VA_ARGS__
  #else
 + */
  # define UNWIND(...)
 + /*
  #endif
 + */
  
  #if defined(HAVE_AS_CFI_PSEUDO_OP) && defined(__ARM_EABI__)
         .cfi_sections   .debug_frame
 


Home | Main Index | Thread Index | Old Index