* metag-dis.c: Initialize outf->bytes_per_chunk to 4
[deliverable/binutils-gdb.git] / bfd / elf32-tic6x.h
index e8df4e2ca729cd00490b5d9549012ac56d0bc0e2..be5430876491048f666c11fc90696546bb240500 100644 (file)
@@ -1,5 +1,5 @@
 /* 32-bit ELF support for TI C6X
 /* 32-bit ELF support for TI C6X
-   Copyright 2010
+   Copyright 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -24,3 +24,12 @@ 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);
 /* This function is provided for use from the assembler.  */
 
 extern void elf32_tic6x_set_use_rela_p (bfd *, bfd_boolean);
+
+struct elf32_tic6x_params
+{
+  int dsbt_index;
+  int dsbt_size;
+};
+
+extern void elf32_tic6x_setup (struct bfd_link_info *,
+                              struct elf32_tic6x_params *);
This page took 0.028706 seconds and 4 git commands to generate.