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

Side by Side Diff: binutils/binutils/objdump.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/objcopy.c ('k') | binutils/binutils/po/binutils.pot » ('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 /* objdump.c -- dump information about an object file. 1 /* objdump.c -- dump information about an object file.
2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 3 2000, 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, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 if (skip_addr_chars != 0) 1455 if (skip_addr_chars != 0)
1456 skip_addr_chars = (skip_addr_chars - 1) & -4; 1456 skip_addr_chars = (skip_addr_chars - 1) & -4;
1457 } 1457 }
1458 1458
1459 info->insn_info_valid = 0; 1459 info->insn_info_valid = 0;
1460 1460
1461 done_dot = FALSE; 1461 done_dot = FALSE;
1462 addr_offset = start_offset; 1462 addr_offset = start_offset;
1463 while (addr_offset < stop_offset) 1463 while (addr_offset < stop_offset)
1464 { 1464 {

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/binutils/objcopy.c ('k') | binutils/binutils/po/binutils.pot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698