
The following relocation types were added to GCC/binutils: ARC_JLI_SECTOFF is a relocation type in Metaware that is now used by GCC as well to adjust the index of function calls to functions with attribute jli_call_always. bfd/ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> John Eric Martin <John.Martin@emmicro-us.com> * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * elf32-arc.c (JLI): Define. * reloc.c: Add JLI relocations. gas/ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/gas/arc/jli-1.d: New file. * testsuite/gas/arc/jli-1.s: Likewise. * testsuite/gas/arc/taux.d: Update for jli_base. include/ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> John Eric Martin <John.Martin@emmicro-us.com> * elf/arc-reloc.def: Add JLI relocs howto. * opcode/arc-func.h (replace_jli): New function. ld/ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> John Eric Martin <John.Martin@emmicro-us.com> * emulparams/arcelf.sh (JLI_START_TABLE): Define. * scripttempl/elfarc.sc: Handle jlitab section. * scripttempl/elfarcv2.sc: Likewise. * testsuite/ld-arc/arc.exp: Add JLI test. * testsuite/ld-arc/jli-script.ld: New file. * testsuite/ld-arc/jli-simple.dd: Likewise. * testsuite/ld-arc/jli-simple.rd: Likewise. * testsuite/ld-arc/jli-simple.s: Likewise. * testsuite/ld/testsuite/ld-arc/jli-overflow.s: Likewise. * testsuite/ld/testsuite/ld-arc/jli-overflow.d: Likewise. * testsuite/ld/testsuite/ld-arc/jli-overflow.err: Likewise. opcode/ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> John Eric Martin <John.Martin@emmicro-us.com> * arc-opc.c (UIMM10_6_S_JLIOFF): Define. (UIMM3_23): Adjust accordingly. * arc-regs.h: Add/correct jli_base register. * arc-tbl.h (jli_s): Likewise.
26 lines
546 B
Text
26 lines
546 B
Text
|
|
.*: file format .*
|
|
architecture: ARCv2, flags 0x00000113:
|
|
HAS_RELOC, EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x00010000
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
00010054 <test>:
|
|
10054: 5800 jli_s 0
|
|
10056: 5801 jli_s 0x1
|
|
|
|
00010058 <foo>:
|
|
10058: 2000 0000 add r0,r0,r0
|
|
|
|
0001005c <bar>:
|
|
1005c: 2100 0080 add r0,r1,r2
|
|
|
|
Disassembly of section .jlitab:
|
|
|
|
00010060 <__jli.foo>:
|
|
10060: 07f9 ffcf b 10058 <foo>
|
|
|
|
00010064 <__jli.bar>:
|
|
10064: 07f9 ffcf b 1005c <bar>
|