tfile_target::close: trace_fd can't be -1
[deliverable/binutils-gdb.git] / include / elf / xtensa.h
index ca178f5f3bdb9d018be6ce6bd067573526f40e0c..2eb5e4e52941ee9870330ff5f95162081468af66 100644 (file)
@@ -1,5 +1,5 @@
 /* Xtensa ELF support for BFD.
-   Copyright (C) 2003-2016 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
    Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -209,6 +209,16 @@ typedef struct property_table_entry_t
 
 #define XTENSA_PROP_INSN_ABSLIT        0x00020000
 
+extern asection *xtensa_make_property_section (asection *, const char *);
+extern int
+xtensa_read_table_entries (bfd *abfd,
+                          asection *section,
+                          property_table_entry **table_p,
+                          const char *sec_name,
+                          bfd_boolean output_addr);
+extern int
+xtensa_compute_fill_extra_space (property_table_entry *entry);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.031777 seconds and 4 git commands to generate.