Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete dummy ==++== file headers #67823

Merged
merged 1 commit into from
Apr 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/coreclr/debug/di/amd64/FloatConversion.asm
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/debug/di/arm/floatconversion.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/debug/di/arm64/floatconversion.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/debug/ee/controller.cpp
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/debug/ee/i386/dbghelpers.asm
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 0 additions & 10 deletions src/coreclr/inc/eexcp.h
Original file line number Diff line number Diff line change
@@ -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__

Expand Down
8 changes: 0 additions & 8 deletions src/coreclr/jit/jitstd/list.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 0 additions & 8 deletions src/coreclr/jit/jitstd/vector.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
;
Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/tools/StressLogAnalyzer/StressLogDump.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
12 changes: 0 additions & 12 deletions src/coreclr/vm/amd64/AsmHelpers.asm
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/ComCallPreStub.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/vm/amd64/CrtHelpers.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/GenericComCallStubs.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/GenericComPlusCallStubs.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 1 addition & 6 deletions src/coreclr/vm/amd64/JitHelpers_Fast.asm
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 1 addition & 6 deletions src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm
Original file line number Diff line number Diff line change
@@ -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
;
Expand Down
7 changes: 1 addition & 6 deletions src/coreclr/vm/amd64/JitHelpers_Slow.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/PInvokeStubs.asm
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/RedirectedHandledJITCase.asm
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/UMThunkStub.asm
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 0 additions & 6 deletions src/coreclr/vm/amd64/getstate.asm
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/vm/arm/CrtHelpers.asm
Original file line number Diff line number Diff line change
@@ -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
;
Expand Down
5 changes: 0 additions & 5 deletions src/coreclr/vm/arm/PInvokeStubs.asm
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading