diff options
author | Alan Modra <amodra@gmail.com> | 2012-02-13 02:29:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-02-13 02:29:51 +0000 |
commit | 5efbbc4340d2cb348265e44627b71d7a37d8246c (patch) | |
tree | c7e2a3b8f97bd114431bed424dd3d13d40a5e54b /bfd/elf32-m68hc1x.h | |
parent | d5ded7aab1b95fc27cc3a9f345c99624eeea5fd8 (diff) | |
download | gdb-5efbbc4340d2cb348265e44627b71d7a37d8246c.zip gdb-5efbbc4340d2cb348265e44627b71d7a37d8246c.tar.gz gdb-5efbbc4340d2cb348265e44627b71d7a37d8246c.tar.bz2 |
* elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function.
* elf32-m68hc1x.h (elf32_m68hc11_merge_symbol_attribute): Declare.
* elf32-m68hc11.c (elf_backend_merge_symbol_attribute): Define.
* elf32-m68hc12.c (elf_backend_merge_symbol_attribute): Define.
Diffstat (limited to 'bfd/elf32-m68hc1x.h')
-rw-r--r-- | bfd/elf32-m68hc1x.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/elf32-m68hc1x.h b/bfd/elf32-m68hc1x.h index 317371f..34b788e 100644 --- a/bfd/elf32-m68hc1x.h +++ b/bfd/elf32-m68hc1x.h @@ -1,5 +1,5 @@ /* Motorola 68HC11/68HC12-specific support for 32-bit ELF - Copyright 2003, 2004, 2005, 2006, 2007, 2009, 2010 + Copyright 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) @@ -176,6 +176,10 @@ bfd_boolean elf32_m68hc11_add_symbol_hook flagword *flagsp, asection **secp, bfd_vma *valp); +void elf32_m68hc11_merge_symbol_attribute + (struct elf_link_hash_entry *, const Elf_Internal_Sym *, + bfd_boolean, bfd_boolean); + /* Tweak the OSABI field of the elf header. */ extern void elf32_m68hc11_post_process_headers (bfd*, struct bfd_link_info*); |