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

Side by Side Diff: bfd/coff-i860.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/coff-i386.c ('k') | bfd/coff-mips.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* BFD back-end for Intel i860 COFF files. 1 /* BFD back-end for Intel i860 COFF files.
2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
3 2003, 2004, 2005, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. 3 2003, 2004, 2005, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
4 Created mostly by substituting "860" for "386" in coff-i386.c 4 Created mostly by substituting "860" for "386" in coff-i386.c
5 Harry Dolan <dolan@ssd.intel.com>, October 1995 5 Harry Dolan <dolan@ssd.intel.com>, October 1995
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
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 124
125 default: 125 default:
126 abort (); 126 abort ();
127 } 127 }
128 } 128 }
129 129
130 /* Now let bfd_perform_relocation finish everything up. */ 130 /* Now let bfd_perform_relocation finish everything up. */
131 return bfd_reloc_continue; 131 return bfd_reloc_continue;
132 } 132 }
133 133
134 /* This is just a temporary measure until we teach bfd to generate 134 /* This is just a temporary measure until we teach bfd to generate
135 these relocations. */ 135 these relocations. */
136 136
137 static bfd_reloc_status_type 137 static bfd_reloc_status_type
138 coff_i860_reloc_nyi (bfd *abfd ATTRIBUTE_UNUSED, 138 coff_i860_reloc_nyi (bfd *abfd ATTRIBUTE_UNUSED,
139 arelent *reloc_entry, 139 arelent *reloc_entry,
140 asymbol *symbol ATTRIBUTE_UNUSED, 140 asymbol *symbol ATTRIBUTE_UNUSED,
141 void *data ATTRIBUTE_UNUSED, 141 void *data ATTRIBUTE_UNUSED,
142 asection *input_section ATTRIBUTE_UNUSED, 142 asection *input_section ATTRIBUTE_UNUSED,
143 bfd *output_bfd ATTRIBUTE_UNUSED, 143 bfd *output_bfd ATTRIBUTE_UNUSED,
144 char **error_message ATTRIBUTE_UNUSED) 144 char **error_message ATTRIBUTE_UNUSED)
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 BFD_JUMP_TABLE_SYMBOLS (coff), 702 BFD_JUMP_TABLE_SYMBOLS (coff),
703 BFD_JUMP_TABLE_RELOCS (coff), 703 BFD_JUMP_TABLE_RELOCS (coff),
704 BFD_JUMP_TABLE_WRITE (coff), 704 BFD_JUMP_TABLE_WRITE (coff),
705 BFD_JUMP_TABLE_LINK (coff), 705 BFD_JUMP_TABLE_LINK (coff),
706 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), 706 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
707 707
708 NULL, 708 NULL,
709 709
710 COFF_SWAP_TABLE 710 COFF_SWAP_TABLE
711 }; 711 };
OLDNEW
« no previous file with comments | « bfd/coff-i386.c ('k') | bfd/coff-mips.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698