mirror of
				https://github.com/riscv-software-src/opensbi
				synced 2025-11-04 05:50:22 +00:00 
			
		
		
		
	Since everything is statically linked, we won't actually have
R_RISCV_{32,64} relocations. No need to handle these.
Fixes: 0f20e8adcf42 ("firmware: Support position independent execution")
Signed-off-by: Vivian Wang <dramforever@live.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
		
	
			
		
			
				
	
	
		
			7 lines
		
	
	
		
			84 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			84 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __RISCV_ELF_H__
 | 
						|
#define __RISCV_ELF_H__
 | 
						|
 | 
						|
#define R_RISCV_RELATIVE	3
 | 
						|
 | 
						|
#endif
 |