search for: endmacro

Displaying 16 results from an estimated 16 matches for "endmacro".

2018 Apr 11
2
[compiler-rt] r329776 - [XRay][compiler-rt] Fix osx-based builds
...> - ${CMAKE_DL_LIBS_INIT} -lrt) > + LINK_FLAGS ${TARGET_LINK_FLAGS} ${XRAY_UNITTEST_LINK_FLAGS} -lstdc++) > set_target_properties(XRayUnitTests > PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) > endforeach() > @@ -66,11 +69,19 @@ endmacro() > > if(COMPILER_RT_CAN_EXECUTE_TESTS) > foreach(arch ${XRAY_SUPPORTED_ARCH}) > - add_xray_lib("RTXRay.test.${arch}" > - $<TARGET_OBJECTS:RTXray.${arch}> > - $<TARGET_OBJECTS:RTXrayFDR.${arch}> > - $<TARGET_OBJECTS:RTSanitizerCommo...
2005 Mar 08
2
[Fwd: Re: etherboot 5.3.14 and pxelinux keyboard problem]
Tim Legge has passed the following message on to me: hpa wrote: > Quinn wrote: > > Now it seems I have found a bug in PXELINUX with regards to etherboot. > > Up until 2.07 pxelinux was responsive to the keyboard. From 2.08 and > > up the keyboard is locked at the boot prompt when pxelinux is loaded > > via etherboot 5.3.14. > > That would not be a PXELINUX bug,
2005 Sep 17
2
com16/com32 module for APM powerdown
...53 Temple Place Ste 330, ; Boston MA 02111-1307, USA; either version 2 of the License, or ; (at your option) any later version; incorporated herein by reference. ; ; **************************************************************************** %macro print 1 mov dx, %1 mov ah, 0x9 int 0x21 %endmacro %macro apm 3 mov ah, 0x53 mov al, %1 mov bx, %2 mov cx, %3 int 0x15 %endmacro section .text cpu 8086 org 0100h _start: ; echo (C) print msg_cpy ; check APM support apm 0, 0, 0 jnc apm_checkver ; APM not found noapm: print msg_noa...
2018 Apr 11
0
[compiler-rt] r329776 - [XRay][compiler-rt] Fix osx-based builds
...{CMAKE_DL_LIBS_INIT} -lrt) >> + LINK_FLAGS ${TARGET_LINK_FLAGS} ${XRAY_UNITTEST_LINK_FLAGS} -lstdc++) >> set_target_properties(XRayUnitTests >> PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) >> endforeach() >> @@ -66,11 +69,19 @@ endmacro() >> >> if(COMPILER_RT_CAN_EXECUTE_TESTS) >> foreach(arch ${XRAY_SUPPORTED_ARCH}) >> - add_xray_lib("RTXRay.test.${arch}" >> - $<TARGET_OBJECTS:RTXray.${arch}> >> - $<TARGET_OBJECTS:RTXrayFDR.${arch}> >> - $<TARG...
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...>> Feb >>>>>>> 25 05:06:15 2016 >>>>>>> @@ -223,3 +223,17 @@ macro(llvm_test_verify) >>>>>>> set(TESTSCRIPT "${TESTSCRIPT}VERIFY: ${JOINED_ARGUMENTS}\n") >>>>>>> endif() >>>>>>> endmacro() >>>>>>> + >>>>>>> +macro(llvm_test_metric) >>>>>>> + CMAKE_PARSE_ARGUMENTS(ARGS "" "RUN_TYPE;METRIC" "" ${ARGN}) >>>>>>> + if(NOT DEFINED TESTSCRIPT) >>>>>>> +...
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
...xor eax,edx + and eax,1<<21 + jz .skip_rdtsc + mov eax,1 + cpuid + and edx,1<<4 ; TSC + jz .skip_rdtsc + rdtsc + or [NextSocket],ax +.skip_rdtsc + pop ecx + pop edx + pop ebx +%endif +%macro udelay 0 + jmp short %%skip +%%skip: rep nop +%endmacro + xor eax,eax + cli ; disable interrupts + or al, 80h ; disable NMI? + out 70h,al ; write to indexport 70h + udelay + in al,71h ; read from dataport 71h + udelay + mov ah,al ; store in AH + xor al,al ; AL = 0 + out 70h,al ; enable NMI + udelay + sti ; enable interrupts + xor [NextSoc...
2010 Jun 18
1
[LLVMdev] export of CMake project
...104943) +++ CMakeLists.txt (working copy) @@ -85,6 +85,7 @@ set_target_properties(${name} PROPERTIES COMPILE_FLAGS ${cflag}) endif(MSVC) install(TARGETS ${name} + EXPORT LLVM LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX} ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX}) endmacro(add_clang_library)
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...;>>>>>> 25 05:06:15 2016 >>>>>>>> @@ -223,3 +223,17 @@ macro(llvm_test_verify) >>>>>>>> set(TESTSCRIPT "${TESTSCRIPT}VERIFY: ${JOINED_ARGUMENTS}\n") >>>>>>>> endif() >>>>>>>> endmacro() >>>>>>>> + >>>>>>>> +macro(llvm_test_metric) >>>>>>>> + CMAKE_PARSE_ARGUMENTS(ARGS "" "RUN_TYPE;METRIC" "" ${ARGN}) >>>>>>>> + if(NOT DEFINED TESTSCRIPT) >>>&gt...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...;>> 25 05:06:15 2016 >>>>>>>>> @@ -223,3 +223,17 @@ macro(llvm_test_verify) >>>>>>>>> set(TESTSCRIPT "${TESTSCRIPT}VERIFY: ${JOINED_ARGUMENTS}\n") >>>>>>>>> endif() >>>>>>>>> endmacro() >>>>>>>>> + >>>>>>>>> +macro(llvm_test_metric) >>>>>>>>> + CMAKE_PARSE_ARGUMENTS(ARGS "" "RUN_TYPE;METRIC" "" ${ARGN}) >>>>>>>>> + if(NOT DEFINED TESTSCRIPT)...
2013 Aug 03
1
nasm.h issues (sf.net bug #400)
...;end" and actually harmless (just annoying.) I suggest that .note.GNU-stack be limited to elf targets, like: diff --git a/src/libFLAC/ia32/nasm.h b/src/libFLAC/ia32/nasm.h index abd01c4..0ae887c 100644 --- a/src/libFLAC/ia32/nasm.h +++ b/src/libFLAC/ia32/nasm.h @@ -79,7 +79,7 @@ _%1: %1: %endmacro -%ifndef OBJ_FORMAT_aout +%ifdef OBJ_FORMAT_elf section .note.GNU-stack progbits noalloc noexec nowrite align=1 %endif And the thing is worse with OSX/x86 builds. Tried a linux-hosted cross- compile, got the following: nasm.h:83: panic: invalid section name .note.GNU-stack make[4]: *** [bitre...
2015 Dec 09
2
Include all the things
On Wed, Dec 9, 2015 at 7:58 AM David Blaikie <dblaikie at gmail.com> wrote: > On Wed, Dec 9, 2015 at 7:11 AM, Russell Wallace via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Rather than including llvm header files piecemeal on an ongoing basis, >> I'm looking for a way to include all such header files once and for all. >> > > That's
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
They are not needed since the section is defined in nasm.h. --- src/libFLAC/ia32/bitreader_asm.nasm | 4 ---- src/libFLAC/ia32/cpu_asm.nasm | 4 ---- src/libFLAC/ia32/fixed_asm.nasm | 4 ---- src/libFLAC/ia32/lpc_asm.nasm | 4 ---- src/libFLAC/ia32/stream_encoder_asm.nasm | 4 ---- 5 files changed, 20 deletions(-) diff --git
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com> Here are the patches that I've got queued up based on the very helpful feedback I received from people testing Syslinux 5.00-pre9. Unless anyone has any concerns these will make it into Syslinux 5.00-pre10. Matt Fleming (9): pxe: Don't call open_config() from the pxe core ldlinux: Print a warning if no config file is found
2017 May 29
0
[PATCH] Add CMake build script
...int array[foo]; + }; + " + VARARRAYS_SUPPORT) + set(${VARIABLE} ${VARARRAYS_SUPPORT} CACHE INTERNAL "C99 variable-size arrays support" FORCE) + if(${VARIABLE}) + set(RESULT_TEXT "success") + else() + set(RESULT_TEXT "failed") + endif() + endif() +endmacro(TEST_VARARRAYS VARIABLE) diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..cbf88b1 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,23 @@ +#cmakedefine WORDS_BIGENDIAN +#cmakedefine FLOATING_POINT +#cmakedefine FIXED_POINT +#cmakedefine FIXED_POINT_DEBUG +#cmakedefine DI...
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all, Gert Hulselmans requested a feature for MDISKCHK.COM that would function roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET command output for MEMDISK kernel arguments passed by previous boot-loaders. He also needed to support the case for MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments could be gathered together and output as a list
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a