| OLD | NEW |
| 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 Loading... |
| 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 |
None
| OLD | NEW |