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

Side by Side Diff: bfd/elf64-alpha.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/elf32-xtensa.c ('k') | bfd/elf64-hppa.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* Alpha specific support for 64-bit ELF 1 /* Alpha specific support for 64-bit ELF
2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 3 2006, 2007, 2008, 2009, 2010, 2011, 2012
4 Free Software Foundation, Inc.
4 Contributed by Richard Henderson <rth@tamu.edu>. 5 Contributed by Richard Henderson <rth@tamu.edu>.
5 6
6 This file is part of BFD, the Binary File Descriptor library. 7 This file is part of BFD, the Binary File Descriptor library.
7 8
8 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
9 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
10 the Free Software Foundation; either version 3 of the License, or 11 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version. 12 (at your option) any later version.
12 13
13 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,
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 int relax_trip; 201 int relax_trip;
201 }; 202 };
202 203
203 /* Look up an entry in a Alpha ELF linker hash table. */ 204 /* Look up an entry in a Alpha ELF linker hash table. */
204 205
205 #define alpha_elf_link_hash_lookup(table, string, create, copy, follow) \ 206 #define alpha_elf_link_hash_lookup(table, string, create, copy, follow) \
206 ((struct alpha_elf_link_hash_entry *) \ 207 ((struct alpha_elf_link_hash_entry *) \
207 elf_link_hash_lookup (&(table)->root, (string), (create), \ 208 elf_link_hash_lookup (&(table)->root, (string), (create), \
208 (copy), (follow))) 209 (copy), (follow)))
209 210

error: old chunk mismatch

OLDNEW
« no previous file with comments | « bfd/elf32-xtensa.c ('k') | bfd/elf64-hppa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698