-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ib168db6fd0997539192814a9329726901c5c9321
- Loading branch information
1 parent
6c4162c
commit 087c305
Showing
43 changed files
with
69 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* BFD back-end for binary objects. | ||
/* binary.c: BFD back-end for binary objects. | ||
Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | ||
2004, 2005 Free Software Foundation, Inc. | ||
Written by Ian Lance Taylor, Cygnus Support, <[email protected]> | ||
|
@@ -17,7 +17,7 @@ | |
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | ||
Foundation, Inc., 51 Franklin St., 5th Floor, Boston, MA 02110-1301, USA */ | ||
|
||
/* This is a BFD backend which may be used to write binary objects. | ||
It may only be used for output, not input. The intention is that | ||
|
@@ -32,8 +32,8 @@ | |
the file. objcopy cooperates by specially setting the start | ||
address to zero by default. */ | ||
|
||
#include "bfd.h" | ||
#include "sysdep.h" | ||
#include "bfd.h" | ||
#include "safe-ctype.h" | ||
#include "libbfd.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* DWARF 1 find nearest line (_bfd_dwarf1_find_nearest_line). | ||
/* dwarf1.c: DWARF 1 find nearest line (_bfd_dwarf1_find_nearest_line). | ||
Copyright 1998, 1999, 2000, 2001, 2002, 2004, 2005 | ||
Free Software Foundation, Inc. | ||
Written by Gavin Romig-Koch of Cygnus Solutions ([email protected]). | ||
Written by Gavin Romig-Koch of Cygnus Solutions <[email protected]>. | ||
This file is part of BFD. | ||
|
@@ -18,10 +18,10 @@ | |
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | ||
Foundation, Inc., 51 Franklin St., 5th Floor, Boston, MA 02110-1301, USA */ | ||
|
||
#include "bfd.h" | ||
#include "sysdep.h" | ||
#include "bfd.h" | ||
#include "libiberty.h" | ||
#include "libbfd.h" | ||
#include "elf-bfd.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* X86-64 specific support for 64-bit ELF | ||
/* elf64-x86-64.c: X86-64 specific support for 64-bit ELF | ||
Copyright 2000, 2001, 2002, 2003, 2004, 2005 | ||
Free Software Foundation, Inc. | ||
Contributed by Jan Hubicka <[email protected]>. | ||
|
@@ -17,22 +17,22 @@ | |
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | ||
Foundation, Inc., 51 Franklin St., 5th Floor, Boston, MA 02110-1301, USA */ | ||
|
||
#include "bfd.h" | ||
#include "sysdep.h" | ||
#include "bfd.h" | ||
#include "bfdlink.h" | ||
#include "libbfd.h" | ||
#include "elf-bfd.h" | ||
|
||
#include "elf/x86-64.h" | ||
|
||
/* In case we're on a 32-bit machine, construct a 64-bit "-1" value. */ | ||
#define MINUS_ONE (~ (bfd_vma) 0) | ||
/* In case we are on a 32-bit machine, construct a 64-bit "-1" value: */ | ||
#define MINUS_ONE (~(bfd_vma)0) | ||
|
||
/* The relocation "howto" table. Order of fields: | ||
type, size, bitsize, pc_relative, complain_on_overflow, | ||
special_function, name, partial_inplace, src_mask, dst_pack, pcrel_offset. */ | ||
special_function, name, partial_inplace, src_mask, dst_pack, pcrel_offset */ | ||
static reloc_howto_type x86_64_elf_howto_table[] = | ||
{ | ||
HOWTO(R_X86_64_NONE, 0, 0, 0, FALSE, 0, complain_overflow_dont, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.