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

Side by Side Diff: binutils/binutils/objcopy.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/binutils/doc/Makefile.in ('k') | binutils/binutils/objdump.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 /* objcopy.c -- copy object file from input to output, optionally massaging it. 1 /* objcopy.c -- copy object file from input to output, optionally massaging it.
2 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GNU Binutils. 6 This file is part of GNU Binutils.
7 7
8 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or 10 the Free Software Foundation; either version 3 of the License, or
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 add_redefine_syms_file (const char *filename) 1227 add_redefine_syms_file (const char *filename)
1228 { 1228 {
1229 FILE *file; 1229 FILE *file;
1230 char *buf; 1230 char *buf;
1231 size_t bufsize; 1231 size_t bufsize;
1232 size_t len; 1232 size_t len;
1233 size_t outsym_off; 1233 size_t outsym_off;
1234 int c, lineno; 1234 int c, lineno;
1235 1235
1236 file = fopen (filename, "r"); 1236 file = fopen (filename, "r");

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/binutils/doc/Makefile.in ('k') | binutils/binutils/objdump.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698