Extensive changes to move the bulk of the linker into BFD so that
[deliverable/binutils-gdb.git] / bfd / elf.c
index 02b3b33bc799167e127f9008c7615797f976aa55..bfb3898dfab2832b35f1863cca674d6cd7aa5de3 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -216,13 +216,15 @@ bfd_elf_generic_reloc (abfd,
                       symbol,
                       data,
                       input_section,
-                      output_bfd)
+                      output_bfd,
+                      error_message)
      bfd *abfd;
      arelent *reloc_entry;
      asymbol *symbol;
      PTR data;
      asection *input_section;
      bfd *output_bfd;
+     char **error_message;
 {
   if (output_bfd != (bfd *) NULL
       && (symbol->flags & BSF_SECTION_SYM) == 0
This page took 0.024496 seconds and 4 git commands to generate.