Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: binutils/ld/testsuite/ld-arm/jump-reloc-veneers.s

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/ld/testsuite/ld-arm/arm-elf.exp ('k') | binutils/ld/testsuite/ld-arm/jump-reloc-veneers-long.d » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/ld/testsuite/ld-arm/jump-reloc-veneers.s
diff --git a/binutils/ld/testsuite/ld-arm/jump-reloc-veneers.s b/binutils/ld/testsuite/ld-arm/jump-reloc-veneers.s
new file mode 100644
index 0000000000000000000000000000000000000000..d307c08d5cf44616c1cbf9a47bbce341930385f7
--- /dev/null
+++ b/binutils/ld/testsuite/ld-arm/jump-reloc-veneers.s
@@ -0,0 +1,12 @@
+ .text
+ .syntax unified
+ .thumb_func
+ .global _start
+ .type _start,%function
+_start:
+ b.w dest
+
+ .section destsect, "x"
+ .thumb_func
+dest:
+ b dest
« no previous file with comments | « binutils/ld/testsuite/ld-arm/arm-elf.exp ('k') | binutils/ld/testsuite/ld-arm/jump-reloc-veneers-long.d » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698