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

Side by Side Diff: bfd/elf32-m68hc11.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 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
« no previous file with comments | « bfd/elf32-m32r.c ('k') | bfd/elf32-m68hc12.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 /* Motorola 68HC11-specific support for 32-bit ELF 1 /* Motorola 68HC11-specific support for 32-bit ELF
2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010 2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2012
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Stephane Carrez (stcarrez@nerim.fr) 4 Contributed by Stephane Carrez (stcarrez@nerim.fr)
5 (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) 5 (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com))
6 6
7 This file is part of BFD, the Binary File Descriptor library. 7 This file is part of BFD, the Binary File Descriptor library.
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or 11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 *again = FALSE; 693 *again = FALSE;
694 694
695 /* We don't have to do anything for a relocatable link, if 695 /* We don't have to do anything for a relocatable link, if
696 this section does not have relocs, or if this is not a 696 this section does not have relocs, or if this is not a
697 code section. */ 697 code section. */
698 if (link_info->relocatable 698 if (link_info->relocatable
699 || (sec->flags & SEC_RELOC) == 0 699 || (sec->flags & SEC_RELOC) == 0
700 || sec->reloc_count == 0 700 || sec->reloc_count == 0
701 || (sec->flags & SEC_CODE) == 0) 701 || (sec->flags & SEC_CODE) == 0)
702 return TRUE; 702 return TRUE;

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698