Browse Source
* elf32-arm.c (elf32_arm_final_link_relocate): limits
fixed.
ld/testsuite/
* ld-arm/arm-elf.exp (armelftests): New test case added.
* ld-arm/reloc-boundaries.s: New file.
* ld-arm/reloc-boundaries.d: New file.
gdb_7_1-branch
6 changed files with 33 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
|
|||
[^:]*: file format elf32-(little|big)arm |
|||
|
|||
Contents of section .text: |
|||
8000 80ff0080 ffff ...... |
|||
#... |
|||
@ -0,0 +1,5 @@ |
|||
.syntax unified |
|||
.byte x -128 |
|||
.byte x +255 |
|||
.short y -32768 |
|||
.short y +65535 |
|||
Loading…
Reference in new issue