OLD | NEW |
1 /* Main header file for the bfd library -- portable access to object files. | 1 /* Main header file for the bfd library -- portable access to object files. |
2 | 2 |
3 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
4 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
5 Free Software Foundation, Inc. | 5 Free Software Foundation, Inc. |
6 | 6 |
7 Contributed by Cygnus Support. | 7 Contributed by Cygnus Support. |
8 | 8 |
9 This file is part of BFD, the Binary File Descriptor library. | 9 This file is part of BFD, the Binary File Descriptor library. |
10 | 10 |
11 This program is free software; you can redistribute it and/or modify | 11 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 | 12 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 | 13 the Free Software Foundation; either version 3 of the License, or |
14 (at your option) any later version. | 14 (at your option) any later version. |
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 (bfd *, const char *); | 898 (bfd *, const char *); |
899 | 899 |
900 extern unsigned int bfd_arm_get_mach_from_notes | 900 extern unsigned int bfd_arm_get_mach_from_notes |
901 (bfd *, const char *); | 901 (bfd *, const char *); |
902 | 902 |
903 /* ARM stub generation support. Called from the linker. */ | 903 /* ARM stub generation support. Called from the linker. */ |
904 extern int elf32_arm_setup_section_lists | 904 extern int elf32_arm_setup_section_lists |
905 (bfd *, struct bfd_link_info *); | 905 (bfd *, struct bfd_link_info *); |
906 extern void elf32_arm_next_input_section | 906 extern void elf32_arm_next_input_section |
907 (struct bfd_link_info *, struct bfd_section *); | 907 (struct bfd_link_info *, struct bfd_section *); |
error: old chunk mismatch |
None
OLD | NEW |