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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .text
2 .syntax unified
3 .thumb_func
4 .global _start
5 .type _start,%function
6 _start:
7 b.w dest
8
9 .section destsect, "x"
10 .thumb_func
11 dest:
12 b dest
OLDNEW
« 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