Delete dummy ==++== file headers (#67823)
authorJan Kotas <jkotas@microsoft.com>
Sun, 10 Apr 2022 19:04:55 +0000 (12:04 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Apr 2022 19:04:55 +0000 (12:04 -0700)
These file headers are leftovers from before open sourcing. We have missed cleaning them up in some files.

50 files changed:
src/coreclr/debug/di/amd64/FloatConversion.asm
src/coreclr/debug/di/arm/floatconversion.asm
src/coreclr/debug/di/arm64/floatconversion.asm
src/coreclr/debug/ee/controller.cpp
src/coreclr/debug/ee/i386/dbghelpers.asm
src/coreclr/inc/eexcp.h
src/coreclr/jit/jitstd/list.h
src/coreclr/jit/jitstd/vector.h
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm
src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S
src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S
src/coreclr/pal/src/arch/loongarch64/dispatchexceptionwrapper.S
src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp
src/coreclr/vm/amd64/AsmHelpers.asm
src/coreclr/vm/amd64/ComCallPreStub.asm
src/coreclr/vm/amd64/CrtHelpers.asm
src/coreclr/vm/amd64/GenericComCallStubs.asm
src/coreclr/vm/amd64/GenericComPlusCallStubs.asm
src/coreclr/vm/amd64/JitHelpers_Fast.asm
src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm
src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm
src/coreclr/vm/amd64/JitHelpers_Slow.asm
src/coreclr/vm/amd64/PInvokeStubs.asm
src/coreclr/vm/amd64/RedirectedHandledJITCase.asm
src/coreclr/vm/amd64/UMThunkStub.asm
src/coreclr/vm/amd64/getstate.asm
src/coreclr/vm/arm/CrtHelpers.asm
src/coreclr/vm/arm/PInvokeStubs.asm
src/coreclr/vm/arm/asmhelpers.S
src/coreclr/vm/arm/asmhelpers.asm
src/coreclr/vm/arm/asmmacros.h
src/coreclr/vm/arm/crthelpers.S
src/coreclr/vm/arm/ehhelpers.S
src/coreclr/vm/arm/ehhelpers.asm
src/coreclr/vm/arm/patchedcode.S
src/coreclr/vm/arm/patchedcode.asm
src/coreclr/vm/arm/pinvokestubs.S
src/coreclr/vm/arm64/CallDescrWorkerARM64.asm
src/coreclr/vm/arm64/PInvokeStubs.asm
src/coreclr/vm/arm64/asmhelpers.asm
src/coreclr/vm/arm64/asmmacros.h
src/coreclr/vm/arm64/crthelpers.asm
src/coreclr/vm/arm64/pinvokestubs.S
src/coreclr/vm/comtoclrcall.cpp
src/coreclr/vm/i386/RedirectedHandledJITCase.asm
src/coreclr/vm/i386/asmhelpers.asm
src/coreclr/vm/i386/gmsasm.asm
src/coreclr/vm/methodtablebuilder.h

index f47419a..a9f4fbc 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;// ==++==
-;//
-
-;//
-;// ==--==
-
 ;// @dbgtodo Microsoft inspection: remove the implementation from vm\amd64\getstate.asm when we remove the
 ;// ipc event to load the float state.
 
index 90f8e75..8669dba 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm.h"
 
 ;; Arguments
index 4c00b96..8ad73c8 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm64.h"
 
 ;; Arguments
index 639857c..783235e 100644 (file)
@@ -1,11 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
 // ****************************************************************************
 // File: controller.cpp
 //
index 94a1bc9..de7d21c 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-;
 ;  *** NOTE:  If you make changes to this file, propagate the changes to
 ;             dbghelpers.s in this directory
 
index d9cdf80..6fd5534 100644 (file)
@@ -1,16 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-//
-
-//
-// ==--==
-
-
 #ifndef __eexcp_h__
 #define __eexcp_h__
 
index b573a39..7341581 100644 (file)
@@ -1,14 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-
-//
-// ==--==
-
 /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XX                                                                           XX
index 9117aa5..6a547be 100644 (file)
@@ -1,14 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-
-//
-// ==--==
-
 /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XX                                                                           XX
index 919adef..878a23f 100644 (file)
@@ -1,10 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-// ==--==
 //
 // Implementation of the PAL_DispatchExceptionWrapper that is
 // interposed between a function that caused a hardware fault
index c798937..6c8ad38 100644 (file)
@@ -1,10 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-// ==--==
 //
 // Implementation of the PAL_DispatchExceptionWrapper that is
 // interposed between a function that caused a hardware fault
index bad79ee..0548f03 100644 (file)
@@ -1,10 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-// ==--==
 //
 // Implementation of the PAL_DispatchExceptionWrapper that is
 // interposed between a function that caused a hardware fault
index f7f22d3..a7ed449 100644 (file)
@@ -1,12 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
-
 #include "strike.h"
 #include "util.h"
 #include <stdio.h>
index 90b3dc6..c62adef 100644 (file)
@@ -1,18 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-;
-; FILE: asmhelpers.asm
-;
-
-;
-; ======================================================================================
-
 include AsmMacros.inc
 include asmconstants.inc
 
index b0d6dd6..8057d86 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 ifdef FEATURE_COMINTEROP
 
 include AsmMacros.inc
index 8e945d1..09f48fa 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 include AsmMacros.inc
 
 extern memset:proc
index 7946ff4..a49d2bb 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 ifdef FEATURE_COMINTEROP
 
 include AsmMacros.inc
index 452758d..2694b00 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 ifdef FEATURE_COMINTEROP
 
 include AsmMacros.inc
index 0060ff0..911ebcc 100644 (file)
@@ -1,13 +1,8 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ; ***********************************************************************
-; File: JitHelpers_Fast.asm, see jithelp.asm for history
+; File: JitHelpers_Fast.asm
 ;
 ; Notes: routinues which we believe to be on the hot path for managed
 ;        code in most scenarios.
index 63dd1fa..1bd47ca 100644 (file)
@@ -1,13 +1,8 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ; ***********************************************************************
-; File: JitHelpers_FastWriteBarriers.asm, see jithelp.asm for history
+; File: JitHelpers_FastWriteBarriers.asm
 ;
 ; Notes: these are the fast write barriers which are copied in to the
 ;        JIT_WriteBarrier buffer (found in JitHelpers_Fast.asm).
index 62f47c7..724e688 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ; ***********************************************************************
 ; File: JitHelpers_SingleAppDomain.asm
 ;
index 52e258f..2efd0b1 100644 (file)
@@ -1,13 +1,8 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ; ***********************************************************************
-; File: JitHelpers_Slow.asm, see history in jithelp.asm
+; File: JitHelpers_Slow.asm
 ;
 ; Notes: These are ASM routinues which we believe to be cold in normal
 ;        AMD64 scenarios, mainly because they have other versions which
index c7de7b7..4f19cb7 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 include AsmMacros.inc
 include AsmConstants.inc
 
index 0168ddd..fa04e36 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 include AsmMacros.inc
 include asmconstants.inc
 
index 20702b5..f0b238b 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 include <AsmMacros.inc>
 include AsmConstants.inc
 
index 864d288..4831b75 100644 (file)
@@ -1,12 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
-
 include AsmMacros.inc
 include AsmConstants.inc
 
index bbc0e1b..fd762e7 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ; ***********************************************************************
 ; File: CrtHelpers.asm
 ;
index 9dba414..60209b0 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm.h"
 
 #include "asmconstants.h"
index 84dc978..fbe856a 100644 (file)
@@ -1,11 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
 #include "unixasmmacros.inc"
 #include "asmconstants.h"
 
index d550137..c47d56d 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm.h"
 
 #include "asmconstants.h"
index 2c07bfb..9903803 100644 (file)
@@ -1,12 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
-
 ;-----------------------------------------------------------------------------
 ; Macro used to assign an alternate name to a symbol containing characters normally disallowed in a symbol
 ; name (e.g. C++ decorated names).
index 4cae82c..db0ed19 100644 (file)
@@ -1,11 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
 // ***********************************************************************
 // File: crthelpers.S
 //
index b16b317..df6892c 100644 (file)
@@ -1,12 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
-
 #include "unixasmmacros.inc"
 #include "asmconstants.h"
 
index 77ea8fd..def7259 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 #include "ksarm.h"
 
 #include "asmconstants.h"
index 1f224a5..95d53ae 100644 (file)
@@ -1,11 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
 #include "unixasmmacros.inc"
 #include "asmconstants.h"
 
index 7f043f6..3228829 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm.h"
 
 #include "asmconstants.h"
index cd49280..ffecb70 100644 (file)
@@ -1,11 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-//; ==++==
-//;
-
-//;
-//; ==--==
 #include "asmconstants.h"
 #include "unixasmmacros.inc"
 
index 389e98b..502d5a8 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm64.h"
 
 #include "asmconstants.h"
index f75b2b5..d7b4322 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm64.h"
 
 #include "asmconstants.h"
index 8c95239..3f80f9d 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
 #include "ksarm64.h"
 #include "asmconstants.h"
 #include "asmmacros.h"
index bd19b9e..65f9c42 100644 (file)
@@ -1,12 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-;; ==++==
-;;
-
-;;
-;; ==--==
-
 ;-----------------------------------------------------------------------------
 ; Macro used to assign an alternate name to a symbol containing characters normally disallowed in a symbol
 ; name (e.g. C++ decorated names).
index da28c2a..d4d1335 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 #include "ksarm64.h"
 #include "asmconstants.h"
 #include "asmmacros.h"
@@ -83,4 +78,4 @@ JIT_MemCpy_ret
     LEAF_END_MARKED JIT_MemCpy
 
 ; Must be at very end of file
-    END
\ No newline at end of file
+    END
index e10b811..e2eacde 100644 (file)
@@ -1,11 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
 #include "asmconstants.h"
 #include "unixasmmacros.inc"
 
index 4568d98..44c98f4 100644 (file)
@@ -1,20 +1,10 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-
-//
-// ==--==
-//
-// File: COMtoCLRCall.cpp
-//
-
 //
 // COM to CLR call support.
 //
 
-
 #include "common.h"
 
 #include "vars.hpp"
index 0895954..8b8319d 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ; ***********************************************************************
 ; File: RedirectedHandledJITCase.asm
 ;
index 20cfa31..56246ab 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ;
 ; FILE: asmhelpers.asm
 ;
index 79f1599..5870fb0 100644 (file)
@@ -1,11 +1,6 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
 
-; ==++==
-;
-
-;
-; ==--==
 ;
 ;  *** NOTE:  If you make changes to this file, propagate the changes to
 ;             gmsasm.s in this directory
index 7d47c55..cb93981 100644 (file)
@@ -1,22 +1,6 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 
-// ==++==
-//
-//
-
-//
-// ==--==
-//
-// File: METHODTABLEBUILDER.H
-//
-
-
-//
-
-//
-// ============================================================================
-
 #ifndef METHODTABLEBUILDER_H
 #define METHODTABLEBUILDER_H