Line 1... |
Line 1... |
/* Motorola 68HC12-specific support for 32-bit ELF
|
/* Motorola 68HC12-specific support for 32-bit ELF
|
Copyright 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007
|
Copyright 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2012
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Contributed by Stephane Carrez (stcarrez@nerim.fr)
|
Contributed by Stephane Carrez (stcarrez@nerim.fr)
|
(Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com))
|
(Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com))
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
Line 579... |
Line 579... |
#define elf_backend_final_write_processing 0
|
#define elf_backend_final_write_processing 0
|
#define elf_backend_can_gc_sections 1
|
#define elf_backend_can_gc_sections 1
|
#define elf_backend_special_sections elf32_m68hc12_special_sections
|
#define elf_backend_special_sections elf32_m68hc12_special_sections
|
#define elf_backend_post_process_headers elf32_m68hc11_post_process_headers
|
#define elf_backend_post_process_headers elf32_m68hc11_post_process_headers
|
#define elf_backend_add_symbol_hook elf32_m68hc11_add_symbol_hook
|
#define elf_backend_add_symbol_hook elf32_m68hc11_add_symbol_hook
|
|
#define elf_backend_merge_symbol_attribute elf32_m68hc11_merge_symbol_attribute
|
|
|
#define bfd_elf32_bfd_link_hash_table_create \
|
#define bfd_elf32_bfd_link_hash_table_create \
|
m68hc12_elf_bfd_link_hash_table_create
|
m68hc12_elf_bfd_link_hash_table_create
|
#define bfd_elf32_bfd_link_hash_table_free \
|
#define bfd_elf32_bfd_link_hash_table_free \
|
m68hc11_elf_bfd_link_hash_table_free
|
m68hc11_elf_bfd_link_hash_table_free
|