Browse Source

[Pal/{Linux, Linux-SGX}] Remove duplicated labels in clone-x86_64.S

ENTRY() macro already defines a label, so the labels don't need to be
defined again.
Isaku Yamahata 4 years ago
parent
commit
ba28a9c02c
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Pal/src/host/Linux-SGX/clone-x86_64.S
  2. 0 1
      Pal/src/host/Linux/clone-x86_64.S

+ 0 - 1
Pal/src/host/Linux-SGX/clone-x86_64.S

@@ -91,7 +91,6 @@ ENTRY (clone)
 	ret
 
 ENTRY (thread_start)
-thread_start:
 	cfi_startproc
 	/* Clearing frame pointer is insufficient, use CFI.  */
 	cfi_undefined (rip)

+ 0 - 1
Pal/src/host/Linux/clone-x86_64.S

@@ -91,7 +91,6 @@ ENTRY (clone)
 	ret
 
 ENTRY (thread_start)
-thread_start:
 	cfi_startproc
 	/* Clearing frame pointer is insufficient, use CFI.  */
 	cfi_undefined (rip)