Skip to content

Commit 4e61fb1

Browse files
authored
Delete dummy ==++== file headers (#67823)
These file headers are leftovers from before open sourcing. We have missed cleaning them up in some files.
1 parent cde7799 commit 4e61fb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4
-298
lines changed

src/coreclr/debug/di/amd64/FloatConversion.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
;// ==++==
5-
;//
6-
7-
;//
8-
;// ==--==
9-
104
;// @dbgtodo Microsoft inspection: remove the implementation from vm\amd64\getstate.asm when we remove the
115
;// ipc event to load the float state.
126

src/coreclr/debug/di/arm/floatconversion.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
;; ==++==
5-
;;
6-
7-
;;
8-
;; ==--==
94
#include "ksarm.h"
105

116
;; Arguments

src/coreclr/debug/di/arm64/floatconversion.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
;; ==++==
5-
;;
6-
7-
;;
8-
;; ==--==
94
#include "ksarm64.h"
105

116
;; Arguments

src/coreclr/debug/ee/controller.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
//
8-
// ==--==
94
// ****************************************************************************
105
// File: controller.cpp
116
//

src/coreclr/debug/ee/i386/dbghelpers.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
;
104
; *** NOTE: If you make changes to this file, propagate the changes to
115
; dbghelpers.s in this directory
126

src/coreclr/inc/eexcp.h

-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
//
8-
//
9-
10-
//
11-
// ==--==
12-
13-
144
#ifndef __eexcp_h__
155
#define __eexcp_h__
166

src/coreclr/jit/jitstd/list.h

-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
//
8-
9-
//
10-
// ==--==
11-
124
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
135
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
146
XX XX

src/coreclr/jit/jitstd/vector.h

-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
//
8-
9-
//
10-
// ==--==
11-
124
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
135
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
146
XX XX

src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
;; ==++==
5-
;;
6-
7-
;;
8-
;; ==--==
94
#include "ksarm.h"
105

116
#include "asmconstants.h"

src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
;; ==++==
5-
;;
6-
7-
;;
8-
;; ==--==
94
#include "ksarm64.h"
105

116
#include "asmconstants.h"

src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
;
105
; FILE: asmhelpers.asm
116
;

src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
// ==--==
84
//
95
// Implementation of the PAL_DispatchExceptionWrapper that is
106
// interposed between a function that caused a hardware fault

src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
// ==--==
84
//
95
// Implementation of the PAL_DispatchExceptionWrapper that is
106
// interposed between a function that caused a hardware fault

src/coreclr/pal/src/arch/loongarch64/dispatchexceptionwrapper.S

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
// ==--==
84
//
95
// Implementation of the PAL_DispatchExceptionWrapper that is
106
// interposed between a function that caused a hardware fault

src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
// ==++==
5-
//
6-
7-
//
8-
// ==--==
9-
104
#include "strike.h"
115
#include "util.h"
126
#include <stdio.h>

src/coreclr/vm/amd64/AsmHelpers.asm

-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
;
10-
; FILE: asmhelpers.asm
11-
;
12-
13-
;
14-
; ======================================================================================
15-
164
include AsmMacros.inc
175
include asmconstants.inc
186

src/coreclr/vm/amd64/ComCallPreStub.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
ifdef FEATURE_COMINTEROP
115

126
include AsmMacros.inc

src/coreclr/vm/amd64/CrtHelpers.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
include AsmMacros.inc
105

116
extern memset:proc

src/coreclr/vm/amd64/GenericComCallStubs.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
ifdef FEATURE_COMINTEROP
115

126
include AsmMacros.inc

src/coreclr/vm/amd64/GenericComPlusCallStubs.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
ifdef FEATURE_COMINTEROP
115

126
include AsmMacros.inc

src/coreclr/vm/amd64/JitHelpers_Fast.asm

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
; ***********************************************************************
10-
; File: JitHelpers_Fast.asm, see jithelp.asm for history
5+
; File: JitHelpers_Fast.asm
116
;
127
; Notes: routinues which we believe to be on the hot path for managed
138
; code in most scenarios.

src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
; ***********************************************************************
10-
; File: JitHelpers_FastWriteBarriers.asm, see jithelp.asm for history
5+
; File: JitHelpers_FastWriteBarriers.asm
116
;
127
; Notes: these are the fast write barriers which are copied in to the
138
; JIT_WriteBarrier buffer (found in JitHelpers_Fast.asm).

src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
; ***********************************************************************
105
; File: JitHelpers_SingleAppDomain.asm
116
;

src/coreclr/vm/amd64/JitHelpers_Slow.asm

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
; ***********************************************************************
10-
; File: JitHelpers_Slow.asm, see history in jithelp.asm
5+
; File: JitHelpers_Slow.asm
116
;
127
; Notes: These are ASM routinues which we believe to be cold in normal
138
; AMD64 scenarios, mainly because they have other versions which

src/coreclr/vm/amd64/PInvokeStubs.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
include AsmMacros.inc
115
include AsmConstants.inc
126

src/coreclr/vm/amd64/RedirectedHandledJITCase.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
include AsmMacros.inc
115
include asmconstants.inc
126

src/coreclr/vm/amd64/UMThunkStub.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
include <AsmMacros.inc>
115
include AsmConstants.inc
126

src/coreclr/vm/amd64/getstate.asm

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
9-
104
include AsmMacros.inc
115
include AsmConstants.inc
126

src/coreclr/vm/arm/CrtHelpers.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
; ==++==
5-
;
6-
7-
;
8-
; ==--==
94
; ***********************************************************************
105
; File: CrtHelpers.asm
116
;

src/coreclr/vm/arm/PInvokeStubs.asm

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
; Licensed to the .NET Foundation under one or more agreements.
22
; The .NET Foundation licenses this file to you under the MIT license.
33

4-
;; ==++==
5-
;;
6-
7-
;;
8-
;; ==--==
94
#include "ksarm.h"
105

116
#include "asmconstants.h"

0 commit comments

Comments
 (0)