binutils-gdb/include/elf
Mickael Guene 72d98d16ed [ARM] Add support for thumb1 pcrop relocations.
To support thumb1 execute-only code we need to support four new
relocations (R_ARM_THM_ALU_ABS_G0_NC, R_ARM_THM_ALU_ABS_G1_NC,
R_ARM_THM_ALU_ABS_G2_NC and  R_ARM_THM_ALU_ABS_G3_NC).
These relocations allow the static linker to finalize construction
of symbol address.
Typical sequence of code to get address of the symbol foo is then
the following :
	movs	r3, #:upper8_15:#foo
	lsls	r3, #8
	adds	r3, #:upper0_7:#foo
	lsls	r3, #8
	adds	r3, #:lower8_15:#foo
	lsls	r3, #8
	adds	r3, #:lower0_7:#foo
This will give following sequence of text and relocations after
assembly :
   4:	2300      	movs	r3, #0
			4: R_ARM_THM_ALU_ABS_G3_NC	foo
   6:	021b      	lsls	r3, r3, #8
   8:	3300      	adds	r3, #0
			8: R_ARM_THM_ALU_ABS_G2_NC	foo
   a:	021b      	lsls	r3, r3, #8
   c:	3300      	adds	r3, #0
			c: R_ARM_THM_ALU_ABS_G1_NC	foo
   e:	021b      	lsls	r3, r3, #8
  10:	3300      	adds	r3, #0
			10: R_ARM_THM_ALU_ABS_G0_NC	foo
2015-12-16 10:19:51 +01:00
..
aarch64.h [AArch64][3/6] GAS support TLSLD move/add relocation types 2015-08-19 16:36:22 +01:00
alpha.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-reloc.def Fix errors in the gas testsuite for the ARC target. 2015-10-28 13:48:00 +00:00
arc.h New ARC implementation. 2015-10-07 14:20:19 +01:00
arm.h [ARM] Add support for thumb1 pcrop relocations. 2015-12-16 10:19:51 +01:00
avr.h Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation. 2015-07-08 21:41:52 +03:00
bfin.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ChangeLog Add support for RX V2 Instruction Set 2015-12-15 09:26:56 +00:00
ChangeLog-9103 Add copyright notices 2012-12-10 12:48:03 +00:00
common.h Add support to readelf for reading NetBSD ELF core notes. 2015-10-27 11:32:38 +00:00
cr16.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cr16c.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cris.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
crx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d10v.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d30v.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dlx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwarf.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
external.h Change ch_type in Elf64_External_Chdr to 4 bytes 2015-09-21 10:19:25 -07:00
fr30.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ft32.h FT32 initial support 2015-01-28 16:25:18 +10:30
h8.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i370.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386.h Add R_386_GOT32X support to gas and ld 2015-10-22 04:47:07 -07:00
i860.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i960.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
internal.h Non-alloc sections don't belong in PT_LOAD segments 2015-04-25 09:15:49 +09:30
ip2k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68hc11.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mcore.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep.h Define SEC_MEP_VLIW in bfd/section.c 2015-04-24 05:40:23 -07:00
metag.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
microblaze.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips.h 2015-07-09 Catherine Moore <clm@codesourcery.com> 2015-07-09 08:26:10 -07:00
mmix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mn10200.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mn10300.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
moxie.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
msp430.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nios2.h Relocations for Nios II R2 2015-07-01 16:02:09 -07:00
or1k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pj.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ppc64.h R_PPC64_ENTRY 2015-12-07 13:14:53 +10:30
ppc.h Add assembler, disassembler and linker support for power9. 2015-11-11 19:52:52 -06:00
reloc-macros.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
rl78.h Add support for G13 and G14 flag bits in RL78 ELF binaries. 2015-03-19 15:37:43 +00:00
rx.h Add support for RX V2 Instruction Set 2015-12-15 09:26:56 +00:00
s390.h S/390: z13 use GNU attribute to indicate vector ABI 2015-04-27 10:32:23 +02:00
score.h Fixes a typo in the license notice in include/elf/score.h 2015-02-23 14:52:12 +00:00
sh.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
spu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic6x-attrs.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic6x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilepro.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
v850.h Adds support for generating notes in V850 binaries. 2015-02-24 17:54:09 +00:00
vax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
visium.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vxworks.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
x86-64.h Add R_X86_64_[REX_]GOTPCRELX support to gas and ld 2015-10-22 04:49:38 -07:00
xc16x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xgate.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30