| OLD | NEW |
| 1 /* X86-64 specific support for ELF | 1 /* X86-64 specific support for 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 | 3 2010, 2011, 2012 |
| 4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
| 5 Contributed by Jan Hubicka <jh@suse.cz>. | 5 Contributed by Jan Hubicka <jh@suse.cz>. |
| 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. |
| 13 | 13 |
| 14 This program is distributed in the hope that it will be useful, | 14 This program is distributed in the hope that it will be useful, |
| 15 but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 GNU General Public License for more details. | 17 GNU General Public License for more details. |
| 18 | 18 |
| 19 You should have received a copy of the GNU General Public License | 19 You should have received a copy of the GNU General Public License |
| 20 along with this program; if not, write to the Free Software | 20 along with this program; if not, write to the Free Software |
| 21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | 21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
| 22 MA 02110-1301, USA. */ | 22 MA 02110-1301, USA. */ |
| 23 | 23 |
| 24 #include "sysdep.h" | 24 #include "sysdep.h" |
| 25 #include "bfd.h" | 25 #include "bfd.h" |
| 26 #include "bfdlink.h" | 26 #include "bfdlink.h" |
| 27 #include "libbfd.h" | 27 #include "libbfd.h" |
| 28 #include "elf-bfd.h" | 28 #include "elf-bfd.h" |
| 29 #include "elf-nacl.h" |
| 29 #include "bfd_stdint.h" | 30 #include "bfd_stdint.h" |
| 30 #include "objalloc.h" | 31 #include "objalloc.h" |
| 31 #include "hashtab.h" | 32 #include "hashtab.h" |
| 32 #include "dwarf2.h" | 33 #include "dwarf2.h" |
| 33 #include "libiberty.h" | 34 #include "libiberty.h" |
| 34 | 35 |
| 35 #include "elf/x86-64.h" | 36 #include "elf/x86-64.h" |
| 36 | 37 |
| 37 #ifdef CORE_HEADER | 38 #ifdef CORE_HEADER |
| 38 #include <stdarg.h> | 39 #include <stdarg.h> |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, | 499 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, |
| 499 &prstat, sizeof (prstat)); | 500 &prstat, sizeof (prstat)); |
| 500 } | 501 } |
| 501 } | 502 } |
| 502 /* NOTREACHED */ | 503 /* NOTREACHED */ |
| 503 } | 504 } |
| 504 #endif | 505 #endif |
| 505 | 506 |
| 506 | 507 |
| 507 /* Functions for the x86-64 ELF linker. */ | 508 /* Functions for the x86-64 ELF linker. */ |
error: old chunk mismatch |
None
| OLD | NEW |