X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Felf32-tic6x.h;h=7b2756f7ecacae76909087bbfaddba38725f9e63;hb=680e019e5aeec49734760653145fee89f0ddc00b;hp=12024b870ed0dcb5ea2afe1d9bc133700514efe4;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=binutils-gdb.git diff --git a/bfd/elf32-tic6x.h b/bfd/elf32-tic6x.h index 12024b870ed..7b2756f7eca 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-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2022 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -18,11 +18,15 @@ 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. */ -extern void elf32_tic6x_set_use_rela_p (bfd *, bfd_boolean); +extern void elf32_tic6x_set_use_rela_p (bfd *, bool); struct elf32_tic6x_params { @@ -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 bool elf32_tic6x_fix_exidx_coverage (struct bfd_section **, + unsigned int, + struct bfd_link_info *, + bool); +#ifdef __cplusplus +} +#endif