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

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

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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-cr16c.c ('k') | bfd/elf32-crx.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 2010, 2011, 2012 Free Software Foundation, Inc. 3 2010, 2011, 2012 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 501
502 static bfd_boolean 502 static bfd_boolean
503 cris_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 503 cris_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
504 { 504 {
505 int offset; 505 int offset;
506 size_t size; 506 size_t size;
507 507
508 if (bfd_get_mach (abfd) == bfd_mach_cris_v32) 508 if (bfd_get_mach (abfd) == bfd_mach_cris_v32)
509 switch (note->descsz) 509 switch (note->descsz)
510 { 510 {

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698