search for: noprefix

Displaying 9 results from an estimated 9 matches for "noprefix".

2012 Jul 29
1
Mesa build issue... is it just me?
...DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -fvisibility=hidden -DGALLIUM_RBUG -DGALLIUM_TRACE target.c -o target.o /bin/sh ../../../../bin/mklib -o nouveau_dri.so.tmp -noprefix -linker 'g++' -ldflags '' \ target.o ../../../../src/mesa/drivers/dri/common/utils.o ../../../../src/mesa/drivers/dri/common/dri_util.o ../../../../src/mesa/drivers/dri/common/xmlconfig.o ../../../../src/gallium/state_trackers/dri/drm/libdridrm.a ....
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...h.c" // Copyright (C) 2020 Stefan Kanthak <stefan.kanthak at nexgo.de> long dummy; __attribute__((naked)) long function(void) { __asm__(".data\n" "dummy:\n" ".quad\t0\n" ".text\n" ".intel_syntax noprefix\n" "\tmov\trax, dummy\n" "\tret\n"); } --- EOF --- --- crash-74a40f.sh --- # Crash reproducer for clang version 10.0.0 # Driver args: "-c" "-m64" "crash.c" # Original command: "C:\\Program Files\\LLVM\\bin\\clang.ex...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...t; long dummy; >> >> __attribute__((naked)) >> long function(void) >> { >> __asm__(".data\n" >> "dummy:\n" >> ".quad\t0\n" >> ".text\n" >> ".intel_syntax noprefix\n" >> "\tmov\trax, dummy\n" >> "\tret\n"); >> } >> --- EOF --- >> >> --- crash-74a40f.sh --- >> # Crash reproducer for clang version 10.0.0 >> # Driver args: "-c" "-m64" "crash.c&...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...; >> long function(void) >> >> { >> >> __asm__(".data\n" >> >> "dummy:\n" >> >> ".quad\t0\n" >> >> ".text\n" >> >> ".intel_syntax noprefix\n" >> >> "\tmov\trax, dummy\n" >> >> "\tret\n"); >> >> } >> >> --- EOF --- >> >> >> >> --- crash-74a40f.sh --- >> >> # Crash reproducer for clang version 10.0.0 >&gt...
2012 Jan 31
1
[Bug 45454] New: Compilation failure: nouveau_dri.so.tmp: undefined reference to `st_gl_api_create'
...AssignedTo: nouveau at lists.freedesktop.org ReportedBy: jojo170387 at gmail.com Mesa compilation fails if configured with: ./configure --with-dri-drivers=,swrast,nouveau --with-gallium-drivers=,swrast,nouveau Error message: /bin/sh ../../../../bin/mklib -o nouveau_dri.so.tmp -noprefix -linker 'g++' -ldflags ' -L/usr/lib64/llvm -lpthread -lffi -ldl -lm ' \ target.o ../../../../src/mesa/drivers/dri/common/utils.o ../../../../src/mesa/drivers/dri/common/dri_util.o ../../../../src/mesa/drivers/dri/common/xmlconfig.o ../../../../src/gallium/state_trackers/d...
2017 Nov 21
2
question about xray tls data initialization
..., which I don't understand is the weak symbol for __start_xray_instr_map[] __stop_xray_instr_map[] __start_xray_fn_idx[] __stop_xray_fn_idx[] I replace them with __declspec(selectany) , but I'm not sure they have same meanings. some random generated code: .text .intel_syntax noprefix .def call; .scl 2; .type 32; .endef .globl call # -- Begin function call .p2align 4, 0x90 call: # @call .seh_proc call # BB#0: # %entry .p2align 1, 0x90 .Lxray_sled_0:...
2017 Nov 16
2
question about xray tls data initialization
I'm learning the xray library and try if it can be built on windows, in xray_fdr_logging_impl.h line 152 , comment written as // Using pthread_once(...) to initialize the thread-local data structures but at line 175, 183, code written as thread_local pthread_key_t key; // Ensure that we only actually ever do the pthread initialization once. thread_local bool UNUSED Unused = [] {
2017 Jul 01
2
KNL Assembly Code for Matrix Multiplication
...t;>> >>>>> } >>>>> >>>>> } >>>>> } >>>>> >>>>> here .s file: * the code that i want to ask is in red color.* >>>>> >>>>> .text >>>>> .intel_syntax noprefix >>>>> .file "matn_o3.ll" >>>>> .section .rodata,"a", at progbits >>>>> .p2align 6 >>>>> .LCPI0_0: >>>>> .quad 8 # 0x8 >>>>> .quad 9 # 0x9 >&gt...
2009 Jul 27
1
[PATCH] mboot using module path
...APIKeyWait db 0 diff -u -r -X nodiff syslinux-3.82-orig/core/pxelinux.asm syslinux-3.82/core/pxelinux.asm --- syslinux-3.82-orig/core/pxelinux.asm 2009-06-09 10:19:25.000000000 -0700 +++ syslinux-3.82/core/pxelinux.asm 2009-07-27 10:13:37.000000000 -0700 @@ -977,7 +977,8 @@ jnz .noprefix ; No prefix, and we have the server push si ; Add common prefix - mov si,PathPrefix +; mov si,PathPrefix + mov si,CurrentDirName call strcpy dec di pop si ---end --- from: Damien Nozay [PATCH 02/04] add DIRNAME_MAX defini...