X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-tic6x.h;h=c00d5a629933cde07dfe13a0eb5f3951a8a2d902;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=be5430876491048f666c11fc90696546bb240500;hpb=ac14530735340ebde54e9d536e3a0fd3e82f36db;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-tic6x.h b/bfd/elf32-tic6x.h index be54308764..c00d5a6299 100644 --- a/bfd/elf32-tic6x.h +++ b/bfd/elf32-tic6x.h @@ -1,6 +1,5 @@ /* 32-bit ELF support for TI C6X - Copyright 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2010-2020 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -19,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. */ @@ -33,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