diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-03-03 20:52:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-03-03 20:52:31 +0000 |
commit | d27f5fa16e38f664a8c17ed1d367c42da6cc7b87 (patch) | |
tree | 5f96df44819ff43d056a0f6546dc3586c1f9ea46 /bfd/elf-bfd.h | |
parent | 6caf9ef47f40b3a493bca1f4fba13158fe19348f (diff) | |
download | gdb-d27f5fa16e38f664a8c17ed1d367c42da6cc7b87.zip gdb-d27f5fa16e38f664a8c17ed1d367c42da6cc7b87.tar.gz gdb-d27f5fa16e38f664a8c17ed1d367c42da6cc7b87.tar.bz2 |
2005-03-03 H.J. Lu <hongjiu.lu@intel.com>
* elf-bfd.h (elf_backend_data): Add "const char *" to
elf_backend_section_from_phdr.
* elf.c (bfd_section_from_phdr): Pass "proc" to the
elf_backend_section_from_phdr hook.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index fae6f31..d714974 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -639,7 +639,7 @@ struct elf_backend_data /* A function to handle unusual program segment types when creating BFD sections from ELF program segments. */ bfd_boolean (*elf_backend_section_from_phdr) - (bfd *, Elf_Internal_Phdr *, int); + (bfd *, Elf_Internal_Phdr *, int, const char *); /* A function to set up the ELF section header for a BFD section in preparation for writing it out. This is where the flags and type |