X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-tic6x.h;h=24a280fbb71daa4fcb474d72ef740e69d9c36a17;hb=488d02fe7729dda5b9414a3942df68e0c316ce53;hp=80646c68866e87d3c4408ea822caf263f7ac3f5e;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-tic6x.h b/bfd/elf32-tic6x.h index 80646c6886..24a280fbb7 100644 --- a/bfd/elf32-tic6x.h +++ b/bfd/elf32-tic6x.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for TI C6X - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -18,6 +18,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifdef __cplusplus +extern "C" { +#endif + extern int elf32_tic6x_merge_arch_attributes (int, int); /* This function is provided for use from the assembler. */ @@ -32,3 +36,12 @@ struct elf32_tic6x_params extern void elf32_tic6x_setup (struct bfd_link_info *, struct elf32_tic6x_params *); + +/* C6x unwind section editing support. */ +extern bfd_boolean elf32_tic6x_fix_exidx_coverage (struct bfd_section **, + unsigned int, + struct bfd_link_info *, + bfd_boolean); +#ifdef __cplusplus +} +#endif