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

Side by Side Diff: bfd/elf32-m68hc1x.h

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-m68hc12.c ('k') | bfd/elf32-m68hc1x.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 /* Motorola 68HC11/68HC12-specific support for 32-bit ELF 1 /* Motorola 68HC11/68HC12-specific support for 32-bit ELF
2 Copyright 2003, 2004, 2005, 2006, 2007, 2009, 2010 2 Copyright 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Stephane Carrez (stcarrez@nerim.fr) 4 Contributed by Stephane Carrez (stcarrez@nerim.fr)
5 5
6 This file is part of BFD, the Binary File Descriptor library. 6 This file is part of BFD, the Binary File Descriptor library.
7 7
8 This program is free software; you can redistribute it and/or modify 8 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 9 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 10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version. 11 (at your option) any later version.
12 12
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 bfd *input_bfd, asection *input_section, 169 bfd *input_bfd, asection *input_section,
170 bfd_byte *contents, Elf_Internal_Rela *relocs, 170 bfd_byte *contents, Elf_Internal_Rela *relocs,
171 Elf_Internal_Sym *local_syms, asection **local_sections); 171 Elf_Internal_Sym *local_syms, asection **local_sections);
172 172
173 bfd_boolean elf32_m68hc11_add_symbol_hook 173 bfd_boolean elf32_m68hc11_add_symbol_hook
174 (bfd *abfd, struct bfd_link_info *info, 174 (bfd *abfd, struct bfd_link_info *info,
175 Elf_Internal_Sym *sym, const char **namep, 175 Elf_Internal_Sym *sym, const char **namep,
176 flagword *flagsp, asection **secp, 176 flagword *flagsp, asection **secp,
177 bfd_vma *valp); 177 bfd_vma *valp);
178 178
179 void elf32_m68hc11_merge_symbol_attribute
180 (struct elf_link_hash_entry *, const Elf_Internal_Sym *,
181 bfd_boolean, bfd_boolean);
182
179 /* Tweak the OSABI field of the elf header. */ 183 /* Tweak the OSABI field of the elf header. */
180 184
181 extern void elf32_m68hc11_post_process_headers (bfd*, struct bfd_link_info*); 185 extern void elf32_m68hc11_post_process_headers (bfd*, struct bfd_link_info*);
182 186
183 int elf32_m68hc11_setup_section_lists (bfd *, struct bfd_link_info *); 187 int elf32_m68hc11_setup_section_lists (bfd *, struct bfd_link_info *);
184 188
185 bfd_boolean elf32_m68hc11_size_stubs 189 bfd_boolean elf32_m68hc11_size_stubs
186 (bfd *, bfd *, struct bfd_link_info *, 190 (bfd *, bfd *, struct bfd_link_info *,
187 asection * (*) (const char *, asection *)); 191 asection * (*) (const char *, asection *));
188 192
189 bfd_boolean elf32_m68hc11_build_stubs (bfd* abfd, struct bfd_link_info *); 193 bfd_boolean elf32_m68hc11_build_stubs (bfd* abfd, struct bfd_link_info *);
190 #endif 194 #endif
OLDNEW
« no previous file with comments | « bfd/elf32-m68hc12.c ('k') | bfd/elf32-m68hc1x.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698