From 656e69166d9bb51932e731e163dcc33b28e1871e Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sun, 10 Apr 2022 08:47:21 -0700 Subject: [PATCH] Delete dummy ==++== file headers These file headers are leftovers from before open sourcing. We have missed cleaning them up in some files. --- src/coreclr/debug/di/amd64/FloatConversion.asm | 6 ------ src/coreclr/debug/di/arm/floatconversion.asm | 5 ----- src/coreclr/debug/di/arm64/floatconversion.asm | 5 ----- src/coreclr/debug/ee/controller.cpp | 5 ----- src/coreclr/debug/ee/i386/dbghelpers.asm | 6 ------ src/coreclr/inc/eexcp.h | 10 ---------- src/coreclr/jit/jitstd/list.h | 8 -------- src/coreclr/jit/jitstd/vector.h | 8 -------- .../ReferenceSource/arm/asmhelpers.asm | 5 ----- .../arm64/CallDescrWorkerARM64.asm | 5 ----- .../ReferenceSource/i386/asmhelpers.asm | 5 ----- .../src/arch/amd64/dispatchexceptionwrapper.S | 4 ---- .../src/arch/arm64/dispatchexceptionwrapper.S | 4 ---- .../arch/loongarch64/dispatchexceptionwrapper.S | 4 ---- .../tools/StressLogAnalyzer/StressLogDump.cpp | 6 ------ src/coreclr/vm/amd64/AsmHelpers.asm | 12 ------------ src/coreclr/vm/amd64/ComCallPreStub.asm | 6 ------ src/coreclr/vm/amd64/CrtHelpers.asm | 5 ----- src/coreclr/vm/amd64/GenericComCallStubs.asm | 6 ------ src/coreclr/vm/amd64/GenericComPlusCallStubs.asm | 6 ------ src/coreclr/vm/amd64/JitHelpers_Fast.asm | 7 +------ .../vm/amd64/JitHelpers_FastWriteBarriers.asm | 7 +------ .../vm/amd64/JitHelpers_SingleAppDomain.asm | 5 ----- src/coreclr/vm/amd64/JitHelpers_Slow.asm | 7 +------ src/coreclr/vm/amd64/PInvokeStubs.asm | 6 ------ .../vm/amd64/RedirectedHandledJITCase.asm | 6 ------ src/coreclr/vm/amd64/UMThunkStub.asm | 6 ------ src/coreclr/vm/amd64/getstate.asm | 6 ------ src/coreclr/vm/arm/CrtHelpers.asm | 5 ----- src/coreclr/vm/arm/PInvokeStubs.asm | 5 ----- src/coreclr/vm/arm/asmhelpers.S | 5 ----- src/coreclr/vm/arm/asmhelpers.asm | 5 ----- src/coreclr/vm/arm/asmmacros.h | 6 ------ src/coreclr/vm/arm/crthelpers.S | 5 ----- src/coreclr/vm/arm/ehhelpers.S | 6 ------ src/coreclr/vm/arm/ehhelpers.asm | 5 ----- src/coreclr/vm/arm/patchedcode.S | 5 ----- src/coreclr/vm/arm/patchedcode.asm | 5 ----- src/coreclr/vm/arm/pinvokestubs.S | 5 ----- src/coreclr/vm/arm64/CallDescrWorkerARM64.asm | 5 ----- src/coreclr/vm/arm64/PInvokeStubs.asm | 5 ----- src/coreclr/vm/arm64/asmhelpers.asm | 5 ----- src/coreclr/vm/arm64/asmmacros.h | 6 ------ src/coreclr/vm/arm64/crthelpers.asm | 7 +------ src/coreclr/vm/arm64/pinvokestubs.S | 5 ----- src/coreclr/vm/comtoclrcall.cpp | 10 ---------- src/coreclr/vm/i386/RedirectedHandledJITCase.asm | 5 ----- src/coreclr/vm/i386/asmhelpers.asm | 5 ----- src/coreclr/vm/i386/gmsasm.asm | 5 ----- src/coreclr/vm/methodtablebuilder.h | 16 ---------------- 50 files changed, 4 insertions(+), 298 deletions(-) diff --git a/src/coreclr/debug/di/amd64/FloatConversion.asm b/src/coreclr/debug/di/amd64/FloatConversion.asm index f47419abf5dfb..a9f4fbc6f82ae 100644 --- a/src/coreclr/debug/di/amd64/FloatConversion.asm +++ b/src/coreclr/debug/di/amd64/FloatConversion.asm @@ -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. diff --git a/src/coreclr/debug/di/arm/floatconversion.asm b/src/coreclr/debug/di/arm/floatconversion.asm index 90f8e756e9afb..8669dba37091f 100644 --- a/src/coreclr/debug/di/arm/floatconversion.asm +++ b/src/coreclr/debug/di/arm/floatconversion.asm @@ -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 diff --git a/src/coreclr/debug/di/arm64/floatconversion.asm b/src/coreclr/debug/di/arm64/floatconversion.asm index 4c00b96803b2f..8ad73c8884fb4 100644 --- a/src/coreclr/debug/di/arm64/floatconversion.asm +++ b/src/coreclr/debug/di/arm64/floatconversion.asm @@ -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 diff --git a/src/coreclr/debug/ee/controller.cpp b/src/coreclr/debug/ee/controller.cpp index 639857ca7d571..783235efe05b2 100644 --- a/src/coreclr/debug/ee/controller.cpp +++ b/src/coreclr/debug/ee/controller.cpp @@ -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 // diff --git a/src/coreclr/debug/ee/i386/dbghelpers.asm b/src/coreclr/debug/ee/i386/dbghelpers.asm index 94a1bc921e8ef..de7d21cbbce0a 100644 --- a/src/coreclr/debug/ee/i386/dbghelpers.asm +++ b/src/coreclr/debug/ee/i386/dbghelpers.asm @@ -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 diff --git a/src/coreclr/inc/eexcp.h b/src/coreclr/inc/eexcp.h index d9cdf80128755..6fd5534523290 100644 --- a/src/coreclr/inc/eexcp.h +++ b/src/coreclr/inc/eexcp.h @@ -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__ diff --git a/src/coreclr/jit/jitstd/list.h b/src/coreclr/jit/jitstd/list.h index b573a3952fb17..734158147610a 100644 --- a/src/coreclr/jit/jitstd/list.h +++ b/src/coreclr/jit/jitstd/list.h @@ -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 diff --git a/src/coreclr/jit/jitstd/vector.h b/src/coreclr/jit/jitstd/vector.h index 9117aa5282d41..6a547be93c0b8 100644 --- a/src/coreclr/jit/jitstd/vector.h +++ b/src/coreclr/jit/jitstd/vector.h @@ -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 diff --git a/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm b/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm index 204ef8f42d774..22da4c915445a 100644 --- a/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm +++ b/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm @@ -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" diff --git a/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm b/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm index 0f031654e4f3d..dac3661975e24 100644 --- a/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm +++ b/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm @@ -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" diff --git a/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm b/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm index 142311b64a28f..e95e0c67bde28 100644 --- a/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm +++ b/src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm @@ -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 ; diff --git a/src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S b/src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S index 919adef1f65c6..878a23f07b531 100644 --- a/src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S +++ b/src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S @@ -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 diff --git a/src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S b/src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S index c7989377758f7..6c8ad38328ac3 100644 --- a/src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S +++ b/src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S @@ -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 diff --git a/src/coreclr/pal/src/arch/loongarch64/dispatchexceptionwrapper.S b/src/coreclr/pal/src/arch/loongarch64/dispatchexceptionwrapper.S index bad79eeb25462..0548f03462f93 100644 --- a/src/coreclr/pal/src/arch/loongarch64/dispatchexceptionwrapper.S +++ b/src/coreclr/pal/src/arch/loongarch64/dispatchexceptionwrapper.S @@ -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 diff --git a/src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp b/src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp index f7f22d310c1b3..a7ed449851209 100644 --- a/src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp +++ b/src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp @@ -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 diff --git a/src/coreclr/vm/amd64/AsmHelpers.asm b/src/coreclr/vm/amd64/AsmHelpers.asm index 90b3dc62faefa..c62adef078ea2 100644 --- a/src/coreclr/vm/amd64/AsmHelpers.asm +++ b/src/coreclr/vm/amd64/AsmHelpers.asm @@ -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 diff --git a/src/coreclr/vm/amd64/ComCallPreStub.asm b/src/coreclr/vm/amd64/ComCallPreStub.asm index b0d6dd6617bf0..8057d86a07807 100644 --- a/src/coreclr/vm/amd64/ComCallPreStub.asm +++ b/src/coreclr/vm/amd64/ComCallPreStub.asm @@ -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 diff --git a/src/coreclr/vm/amd64/CrtHelpers.asm b/src/coreclr/vm/amd64/CrtHelpers.asm index 8e945d118ff71..09f48fa5879bd 100644 --- a/src/coreclr/vm/amd64/CrtHelpers.asm +++ b/src/coreclr/vm/amd64/CrtHelpers.asm @@ -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 diff --git a/src/coreclr/vm/amd64/GenericComCallStubs.asm b/src/coreclr/vm/amd64/GenericComCallStubs.asm index 7946ff426fcd3..a49d2bbfc80cf 100644 --- a/src/coreclr/vm/amd64/GenericComCallStubs.asm +++ b/src/coreclr/vm/amd64/GenericComCallStubs.asm @@ -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 diff --git a/src/coreclr/vm/amd64/GenericComPlusCallStubs.asm b/src/coreclr/vm/amd64/GenericComPlusCallStubs.asm index 452758dab45f5..2694b00ada1f8 100644 --- a/src/coreclr/vm/amd64/GenericComPlusCallStubs.asm +++ b/src/coreclr/vm/amd64/GenericComPlusCallStubs.asm @@ -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 diff --git a/src/coreclr/vm/amd64/JitHelpers_Fast.asm b/src/coreclr/vm/amd64/JitHelpers_Fast.asm index 0060ff036d3b0..911ebcc7a7c6e 100644 --- a/src/coreclr/vm/amd64/JitHelpers_Fast.asm +++ b/src/coreclr/vm/amd64/JitHelpers_Fast.asm @@ -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. diff --git a/src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm b/src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm index 63dd1fadc73b5..1bd47cae1fd8a 100644 --- a/src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm +++ b/src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm @@ -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). diff --git a/src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm b/src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm index 62f47c7d059b8..724e6888d7612 100644 --- a/src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm +++ b/src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm @@ -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 ; diff --git a/src/coreclr/vm/amd64/JitHelpers_Slow.asm b/src/coreclr/vm/amd64/JitHelpers_Slow.asm index 52e258f190000..2efd0b122488c 100644 --- a/src/coreclr/vm/amd64/JitHelpers_Slow.asm +++ b/src/coreclr/vm/amd64/JitHelpers_Slow.asm @@ -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 diff --git a/src/coreclr/vm/amd64/PInvokeStubs.asm b/src/coreclr/vm/amd64/PInvokeStubs.asm index c7de7b75a0015..4f19cb7d032a2 100644 --- a/src/coreclr/vm/amd64/PInvokeStubs.asm +++ b/src/coreclr/vm/amd64/PInvokeStubs.asm @@ -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 diff --git a/src/coreclr/vm/amd64/RedirectedHandledJITCase.asm b/src/coreclr/vm/amd64/RedirectedHandledJITCase.asm index 0168dddb615c2..fa04e3689aac4 100644 --- a/src/coreclr/vm/amd64/RedirectedHandledJITCase.asm +++ b/src/coreclr/vm/amd64/RedirectedHandledJITCase.asm @@ -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 diff --git a/src/coreclr/vm/amd64/UMThunkStub.asm b/src/coreclr/vm/amd64/UMThunkStub.asm index 20702b506ae63..f0b238bdb2c9b 100644 --- a/src/coreclr/vm/amd64/UMThunkStub.asm +++ b/src/coreclr/vm/amd64/UMThunkStub.asm @@ -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 include AsmConstants.inc diff --git a/src/coreclr/vm/amd64/getstate.asm b/src/coreclr/vm/amd64/getstate.asm index 864d2880c4615..4831b758b9ddb 100644 --- a/src/coreclr/vm/amd64/getstate.asm +++ b/src/coreclr/vm/amd64/getstate.asm @@ -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 diff --git a/src/coreclr/vm/arm/CrtHelpers.asm b/src/coreclr/vm/arm/CrtHelpers.asm index bbc0e1be4caf5..fd762e74e0c39 100644 --- a/src/coreclr/vm/arm/CrtHelpers.asm +++ b/src/coreclr/vm/arm/CrtHelpers.asm @@ -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 ; diff --git a/src/coreclr/vm/arm/PInvokeStubs.asm b/src/coreclr/vm/arm/PInvokeStubs.asm index 9dba414ab7974..60209b08a5445 100644 --- a/src/coreclr/vm/arm/PInvokeStubs.asm +++ b/src/coreclr/vm/arm/PInvokeStubs.asm @@ -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" diff --git a/src/coreclr/vm/arm/asmhelpers.S b/src/coreclr/vm/arm/asmhelpers.S index 84dc9783630e6..fbe856a6a43e3 100644 --- a/src/coreclr/vm/arm/asmhelpers.S +++ b/src/coreclr/vm/arm/asmhelpers.S @@ -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" diff --git a/src/coreclr/vm/arm/asmhelpers.asm b/src/coreclr/vm/arm/asmhelpers.asm index d550137316b69..c47d56d9d8c12 100644 --- a/src/coreclr/vm/arm/asmhelpers.asm +++ b/src/coreclr/vm/arm/asmhelpers.asm @@ -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" diff --git a/src/coreclr/vm/arm/asmmacros.h b/src/coreclr/vm/arm/asmmacros.h index 2c07bfb3fd00c..99038039d7313 100644 --- a/src/coreclr/vm/arm/asmmacros.h +++ b/src/coreclr/vm/arm/asmmacros.h @@ -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). diff --git a/src/coreclr/vm/arm/crthelpers.S b/src/coreclr/vm/arm/crthelpers.S index 4cae82caed60e..db0ed192c4d60 100644 --- a/src/coreclr/vm/arm/crthelpers.S +++ b/src/coreclr/vm/arm/crthelpers.S @@ -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 // diff --git a/src/coreclr/vm/arm/ehhelpers.S b/src/coreclr/vm/arm/ehhelpers.S index b16b317d52f1f..df6892cdc90d1 100644 --- a/src/coreclr/vm/arm/ehhelpers.S +++ b/src/coreclr/vm/arm/ehhelpers.S @@ -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" diff --git a/src/coreclr/vm/arm/ehhelpers.asm b/src/coreclr/vm/arm/ehhelpers.asm index 77ea8fdb4a471..def725942453a 100644 --- a/src/coreclr/vm/arm/ehhelpers.asm +++ b/src/coreclr/vm/arm/ehhelpers.asm @@ -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" diff --git a/src/coreclr/vm/arm/patchedcode.S b/src/coreclr/vm/arm/patchedcode.S index 1f224a55bd82f..95d53ae96a613 100644 --- a/src/coreclr/vm/arm/patchedcode.S +++ b/src/coreclr/vm/arm/patchedcode.S @@ -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" diff --git a/src/coreclr/vm/arm/patchedcode.asm b/src/coreclr/vm/arm/patchedcode.asm index 7f043f61be68d..3228829f3f604 100644 --- a/src/coreclr/vm/arm/patchedcode.asm +++ b/src/coreclr/vm/arm/patchedcode.asm @@ -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" diff --git a/src/coreclr/vm/arm/pinvokestubs.S b/src/coreclr/vm/arm/pinvokestubs.S index cd4928003b593..ffecb704571df 100644 --- a/src/coreclr/vm/arm/pinvokestubs.S +++ b/src/coreclr/vm/arm/pinvokestubs.S @@ -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" diff --git a/src/coreclr/vm/arm64/CallDescrWorkerARM64.asm b/src/coreclr/vm/arm64/CallDescrWorkerARM64.asm index 389e98bfc69e6..502d5a84d2306 100644 --- a/src/coreclr/vm/arm64/CallDescrWorkerARM64.asm +++ b/src/coreclr/vm/arm64/CallDescrWorkerARM64.asm @@ -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" diff --git a/src/coreclr/vm/arm64/PInvokeStubs.asm b/src/coreclr/vm/arm64/PInvokeStubs.asm index f75b2b5a77e76..d7b432240d2db 100644 --- a/src/coreclr/vm/arm64/PInvokeStubs.asm +++ b/src/coreclr/vm/arm64/PInvokeStubs.asm @@ -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" diff --git a/src/coreclr/vm/arm64/asmhelpers.asm b/src/coreclr/vm/arm64/asmhelpers.asm index 8c9523916d379..3f80f9db078d9 100644 --- a/src/coreclr/vm/arm64/asmhelpers.asm +++ b/src/coreclr/vm/arm64/asmhelpers.asm @@ -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" diff --git a/src/coreclr/vm/arm64/asmmacros.h b/src/coreclr/vm/arm64/asmmacros.h index bd19b9e6dc3dc..65f9c42a8937f 100644 --- a/src/coreclr/vm/arm64/asmmacros.h +++ b/src/coreclr/vm/arm64/asmmacros.h @@ -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). diff --git a/src/coreclr/vm/arm64/crthelpers.asm b/src/coreclr/vm/arm64/crthelpers.asm index da28c2ae80b58..d4d13351365c9 100644 --- a/src/coreclr/vm/arm64/crthelpers.asm +++ b/src/coreclr/vm/arm64/crthelpers.asm @@ -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 diff --git a/src/coreclr/vm/arm64/pinvokestubs.S b/src/coreclr/vm/arm64/pinvokestubs.S index e10b81144eed3..e2eacde16a4ff 100644 --- a/src/coreclr/vm/arm64/pinvokestubs.S +++ b/src/coreclr/vm/arm64/pinvokestubs.S @@ -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" diff --git a/src/coreclr/vm/comtoclrcall.cpp b/src/coreclr/vm/comtoclrcall.cpp index 4568d9884f6e8..44c98f4cec374 100644 --- a/src/coreclr/vm/comtoclrcall.cpp +++ b/src/coreclr/vm/comtoclrcall.cpp @@ -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" diff --git a/src/coreclr/vm/i386/RedirectedHandledJITCase.asm b/src/coreclr/vm/i386/RedirectedHandledJITCase.asm index 0895954e4c52c..8b8319dfb8d84 100644 --- a/src/coreclr/vm/i386/RedirectedHandledJITCase.asm +++ b/src/coreclr/vm/i386/RedirectedHandledJITCase.asm @@ -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 ; diff --git a/src/coreclr/vm/i386/asmhelpers.asm b/src/coreclr/vm/i386/asmhelpers.asm index 20cfa31a7556f..56246ab5f501d 100644 --- a/src/coreclr/vm/i386/asmhelpers.asm +++ b/src/coreclr/vm/i386/asmhelpers.asm @@ -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 ; diff --git a/src/coreclr/vm/i386/gmsasm.asm b/src/coreclr/vm/i386/gmsasm.asm index 79f15993920b9..5870fb04fc847 100644 --- a/src/coreclr/vm/i386/gmsasm.asm +++ b/src/coreclr/vm/i386/gmsasm.asm @@ -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 diff --git a/src/coreclr/vm/methodtablebuilder.h b/src/coreclr/vm/methodtablebuilder.h index 7d47c558709aa..cb93981076346 100644 --- a/src/coreclr/vm/methodtablebuilder.h +++ b/src/coreclr/vm/methodtablebuilder.h @@ -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