| OLD | NEW |
| 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 Loading... |
| 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 |
None
| OLD | NEW |