search for: __elf__

Displaying 12 results from an estimated 12 matches for "__elf__".

2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
...mod-eabi.ll > which uses the triple armv7-apple-darwin-eabi. What format does that have? Certainly not ELF. :) But I didn't mean "has eabi on triple", but "is in none-eabi mode", which may have to check a few more Triple properties. For all the others (Linux, BSD), the __ELF__ is already being correctly emitted. cheers, --renato
2016 Apr 16
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 16 April 2016 at 01:44, Zhao, Weiming via cfe-dev <cfe-dev at lists.llvm.org> wrote: > I'm building libunwind for ARM baremetal using clang. > I notice that __ELF__ is used in libunwind and the macro is only defined for > Linux target on ARM. > Should we also predefine that for arm-none-eabi target? Do you mean in Clang's ARMTargetInfo::getTargetDefines() ? I think so. I'm actually surprised it doesn't. Copying Bradley and Silviu, as they...
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:18, Silviu Baranga <Silviu.Baranga at arm.com> wrote: > This doesn't look like something ACLE specific (I can't find it in the ACLE doc). Sorry, I didn't mean it was ACLE, only that you guys were fiddling with macros. :) > This seems to be a generic macro. I think it would make sense to define it > if we know we're emitting ELF. Since the
2006 Jun 26
0
[klibc 35/43] sparc support for klibc
...RWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +#ifndef _ASM_H_ +#define _ASM_H_ + +/* Pull in CCFSZ, CC64FSZ, and BIAS from frame.h */ +#ifndef _LOCORE +#define _LOCORE +#endif +#include <machine/frame.h> + +#ifdef __ELF__ +#define _C_LABEL(name) name +#else +#ifdef __STDC__ +#define _C_LABEL(name) _ ## name +#else +#define _C_LABEL(name) _/**/name +#endif +#endif +#define _ASM_LABEL(name) name + +#ifdef PIC +/* + * PIC_PROLOGUE() is akin to the compiler generated function prologue for + * PIC code. It leaves the...
2015 Aug 01
0
[ANNOUNCE] pixman 0.33.2 release candidate now available
..._PATH for NORMAL repeat Bill Spitzak (1): test: Added more demos and tests to .gitignore file Fernando Seiti Furusato (1): vmx: adjust macros when loading vectors on ppc64le Jakub Bogusz (1): Fix the SSSE3 CPUID detection. James Cowgill (1): MIPS: Drop #ifdef __ELF__ in definition of LEAF_MIPS32R2 Matt Turner (2): mmx: Add nearest over_8888_n_8888 mmx: Add nearest over_8888_8888 Nemanja Lukic (2): MIPS: Fix exported symbols in public API. MIPS: update author's e-mail address Oded Gabbay (16): vmx: fix splat_alpha...
2016 Jan 31
0
[ANNOUNCE] pixman major release 0.34.0 now available
...e 8e margin from COVER area Bill Spitzak (1): test: Added more demos and tests to .gitignore file Fernando Seiti Furusato (1): vmx: adjust macros when loading vectors on ppc64le Jakub Bogusz (1): Fix the SSSE3 CPUID detection. James Cowgill (1): MIPS: Drop #ifdef __ELF__ in definition of LEAF_MIPS32R2 Matt Turner (4): mmx: Add nearest over_8888_n_8888 mmx: Add nearest over_8888_8888 mmx: Use MMX2 intrinsics from xmmintrin.h directly. Revert "mmx: Use MMX2 intrinsics from xmmintrin.h directly." Nemanja Lukic (2): MIPS...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...define __DBL_MIN_EXP__ (-1021) #define __FLT_MIN__ 1.17549435e-38F #define __CHAR_BIT__ 8 #define __WCHAR_MAX__ 2147483647 #define __DBL_DENORM_MIN__ 4.9406564584124654e-324 #define __FLT_EVAL_METHOD__ 2 #define __unix__ 1 #define unix 1 #define __i386__ 1 #define __SIZE_TYPE__ unsigned int #define __ELF__ 1 #define __DBL_MIN_10_EXP__ (-307) #define __FINITE_MATH_ONLY__ 0 #define __GNUC_PATCHLEVEL__ 3 #define __FLT_RADIX__ 2 #define __LDBL_EPSILON__ 1.08420217248550443401e-19L #define __SHRT_MAX__ 32767 #define __LDBL_MAX__ 1.18973149535723176502e+4932L #define __linux 1 #define __unix 1 #define __LD...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...libdir_flag_spec='-R$libdir' - hardcode_direct=yes - ;; - newsos6) - hardcode_direct=yes - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - hardcode_libdir_separator=: - ;; - openbsd*) - hardcode_direct=yes - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - else - case "$host_os" in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) -...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2020 Apr 10
0
Wine release 5.6
...ipt re-initialization. msscript.ocx: Fix the idl output parameters. quartz: Cache IMediaSeeking for filters. quartz/tests: Add tests for when IMediaSeeking on a filter is released by the filter graph. Gerald Pfeifer (1): dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined. Gijs Vermeulen (4): riched20: Turn FIXME into a TRACE for ITextRange::SetRange. iphlpapi: Silence unused function warning for sockaddr_in6_to_WS_storage. iphlpapi: Fix unused function warning for get_ipv6_addr_scope_table & find_ipv6_addr_scope. iphlpapi: Fi...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at:
2003 Aug 22
3
PAE removal patch for testing
...dr; vm_paddr_t page; int i, entry, retval; diff -u -r /usr/src/sys.old/i386/include/asnames.h /usr/src/sys/i386/include/asnames.h --- /usr/src/sys.old/i386/include/asnames.h Thu Aug 21 18:35:36 2003 +++ /usr/src/sys/i386/include/asnames.h Fri Aug 22 02:07:23 2003 @@ -52,10 +52,11 @@ #ifdef __ELF__ +#define _APTD APTD +#define _APTDpde APTDpde +#define _APTmap APTmap #define _CONST_QNaN CONST_QNaN -#define _IdlePDPT IdlePDPT #define _IdlePTD IdlePTD -#define _KERNend KERNend #define _KPTphys KPTphys #define _MP_GDT MP_GDT #define _MPgetlock MPgetlock Only in /usr...