소스 검색

cris: remove call to HIDDEN_JUMPTARGET

errno_location is no longer hidden, so remove the call
to the macro, like done for sparc recently.
Waldemar Brodkorb 9 년 전
부모
커밋
3f6cd5063a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/cris/sysdep.S

+ 1 - 1
libc/sysdeps/linux/cris/sysdep.S

@@ -35,7 +35,7 @@ ENTRY (__syscall_error)
 	/* Note that __syscall_error is only visible within this library,
 	   and no-one passes it on as a pointer, so can assume that R0 (GOT
 	   pointer) is correctly set up.  */
-	PLTCALL	(HIDDEN_JUMPTARGET(__errno_location))
+	PLTCALL	(__errno_location)
 
 	move	[sp+],srp
 	move.d	[sp+],r11