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

Side by Side Diff: binutils/bfd/elf64-ppc.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-spu.c ('k') | binutils/bfd/opncls.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 /* PowerPC64-specific support for 64-bit ELF. 1 /* PowerPC64-specific support for 64-bit ELF.
2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3 2009 Free Software Foundation, Inc. 3 2009, 2010 Free Software Foundation, Inc.
4 Written by Linus Nordberg, Swox AB <info@swox.com>, 4 Written by Linus Nordberg, Swox AB <info@swox.com>,
5 based on elf32-ppc.c by Ian Lance Taylor. 5 based on elf32-ppc.c by Ian Lance Taylor.
6 Largely rewritten by Alan Modra <amodra@bigpond.net.au> 6 Largely rewritten by Alan Modra.
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
11 it under the terms of the GNU General Public License as published by 11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or 12 the Free Software Foundation; either version 3 of the License, or
13 (at your option) any later version. 13 (at your option) any later version.
14 14
15 This program is distributed in the hope that it will be useful, 15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 3705 matching lines...) Expand 10 before | Expand all | Expand 10 after
3722 /* Linker call-backs. */ 3722 /* Linker call-backs. */
3723 asection * (*add_stub_section) (const char *, asection *); 3723 asection * (*add_stub_section) (const char *, asection *);
3724 void (*layout_sections_again) (void); 3724 void (*layout_sections_again) (void);
3725 3725
3726 /* Array to keep track of which stub sections have been created, and 3726 /* Array to keep track of which stub sections have been created, and
3727 information on stub grouping. */ 3727 information on stub grouping. */
3728 struct map_stub { 3728 struct map_stub {
3729 /* This is the section to which stubs in the group will be attached. */ 3729 /* This is the section to which stubs in the group will be attached. */
3730 asection *link_sec; 3730 asection *link_sec;
3731 /* The stub section. */ 3731 /* The stub section. */

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698