Add some reloc types.
This commit is contained in:
		
							parent
							
								
									3443e5f652
								
							
						
					
					
						commit
						108952ea1d
					
				|  | @ -1,3 +1,10 @@ | ||||||
|  | 2000-09-05  Alan Modra  <alan@linuxcare.com.au> | ||||||
|  | 
 | ||||||
|  | 	* hppa.h: Fix a comment. | ||||||
|  | 	(R_PARISC_PCREL12F): Define. | ||||||
|  | 	(R_PARISC_GNU_VTENTRY): Define. | ||||||
|  | 	(R_PARISC_GNU_VTINHERIT): Define. | ||||||
|  | 
 | ||||||
| 2000-09-01  Alexandre Oliva  <aoliva@redhat.com> | 2000-09-01  Alexandre Oliva  <aoliva@redhat.com> | ||||||
| 
 | 
 | ||||||
| 	* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT, | 	* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT, | ||||||
|  |  | ||||||
|  | @ -135,6 +135,9 @@ RELOC_NUMBER (R_PARISC_DIR14R,	   	 6) | ||||||
|    addend being zero.  A consequence of this limitation is GAS |    addend being zero.  A consequence of this limitation is GAS | ||||||
|    can not perform relocation reductions for function symbols.  */ |    can not perform relocation reductions for function symbols.  */ | ||||||
| 
 | 
 | ||||||
|  | RELOC_NUMBER (R_PARISC_PCREL12F,  	 8) | ||||||
|  | /*		op & branch (17)	   symbol - PC - 8 + addend    	  */ | ||||||
|  | 
 | ||||||
| RELOC_NUMBER (R_PARISC_PCREL32,   	 9) | RELOC_NUMBER (R_PARISC_PCREL32,   	 9) | ||||||
| /*		32-bit word		   symbol - PC - 8 + addend    	  */ | /*		32-bit word		   symbol - PC - 8 + addend    	  */ | ||||||
| 
 | 
 | ||||||
|  | @ -471,6 +474,9 @@ RELOC_NUMBER (R_PARISC_LTOFF_TP16WF,   230) | ||||||
| RELOC_NUMBER (R_PARISC_LTOFF_TP16DF,   231) | RELOC_NUMBER (R_PARISC_LTOFF_TP16DF,   231) | ||||||
| /*		load/store doubleword (3)  ltoff(symbol - TP + addend)    */ | /*		load/store doubleword (3)  ltoff(symbol - TP + addend)    */ | ||||||
| 
 | 
 | ||||||
|  | RELOC_NUMBER (R_PARISC_GNU_VTENTRY,    232) | ||||||
|  | RELOC_NUMBER (R_PARISC_GNU_VTINHERIT,  233) | ||||||
|  | 
 | ||||||
| END_RELOC_NUMBERS (R_PARISC_UNIMPLEMENTED) | END_RELOC_NUMBERS (R_PARISC_UNIMPLEMENTED) | ||||||
| 
 | 
 | ||||||
| #ifndef RELOC_MACROS_GEN_FUNC | #ifndef RELOC_MACROS_GEN_FUNC | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue