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

Side by Side Diff: binutils/bfd/elf32-cris.c

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
« no previous file with comments | « binutils/bfd/elf32-arm.c ('k') | binutils/bfd/elf32-ppc.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* CRIS-specific support for 32-bit ELF. 1 /* CRIS-specific support for 32-bit ELF.
2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Axis Communications AB. 4 Contributed by Axis Communications AB.
5 Written by Hans-Peter Nilsson, based on elf32-fr30.c 5 Written by Hans-Peter Nilsson, based on elf32-fr30.c
6 PIC and shlib bits based primarily on elf32-m68k.c and elf32-i386.c. 6 PIC and shlib bits based primarily on elf32-m68k.c and elf32-i386.c.
7 7
8 This file is part of BFD, the Binary File Descriptor library. 8 This file is part of BFD, the Binary File Descriptor library.
9 9
10 This program is free software; you can redistribute it and/or modify 10 This program is free software; you can redistribute it and/or modify
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 + sgotplt->output_offset 1680 + sgotplt->output_offset
1681 + 12); 1681 + 12);
1682 outrel.r_info = ELF32_R_INFO (0, R_CRIS_DTPMOD); 1682 outrel.r_info = ELF32_R_INFO (0, R_CRIS_DTPMOD);
1683 outrel.r_addend = 0; 1683 outrel.r_addend = 0;
1684 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc); 1684 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
1685 } 1685 }
1686 else 1686 else
1687 { 1687 {
1688 /* For an executable, the GOT entry contents is known. */ 1688 /* For an executable, the GOT entry contents is known. */
1689 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12); 1689 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12);

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/bfd/elf32-arm.c ('k') | binutils/bfd/elf32-ppc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698