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

Side by Side Diff: bfd/i386msdos.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/i386mach3.c ('k') | bfd/i386os9k.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 MS-DOS executables. 1 /* BFD back-end for MS-DOS executables.
2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002, 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002,
3 2003, 2004, 2005, 2006, 2007, 2009, 2011 Free Software Foundation, Inc. 3 2003, 2004, 2005, 2006, 2007, 2009, 2011, 2012
4 Free Software Foundation, Inc.
4 Written by Bryan Ford of the University of Utah. 5 Written by Bryan Ford of the University of Utah.
5 6
6 Contributed by the Center for Software Science at the 7 Contributed by the Center for Software Science at the
7 University of Utah (pa-gdb-bugs@cs.utah.edu). 8 University of Utah (pa-gdb-bugs@cs.utah.edu).
8 9
9 This file is part of BFD, the Binary File Descriptor library. 10 This file is part of BFD, the Binary File Descriptor library.
10 11
11 This program is free software; you can redistribute it and/or modify 12 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by 13 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 3 of the License, or 14 the Free Software Foundation; either version 3 of the License, or
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 BFD_JUMP_TABLE_CORE (_bfd_nocore), 222 BFD_JUMP_TABLE_CORE (_bfd_nocore),
222 BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), 223 BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive),
223 BFD_JUMP_TABLE_SYMBOLS (msdos), 224 BFD_JUMP_TABLE_SYMBOLS (msdos),
224 BFD_JUMP_TABLE_RELOCS (msdos), 225 BFD_JUMP_TABLE_RELOCS (msdos),
225 BFD_JUMP_TABLE_WRITE (msdos), 226 BFD_JUMP_TABLE_WRITE (msdos),
226 BFD_JUMP_TABLE_LINK (msdos), 227 BFD_JUMP_TABLE_LINK (msdos),
227 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), 228 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
228 229
229 NULL, 230 NULL,
230 231
231 (PTR) 0 232 NULL
232 }; 233 };
233 234
234 235
OLDNEW
« no previous file with comments | « bfd/i386mach3.c ('k') | bfd/i386os9k.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698