diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-08 12:08:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-08 12:08:43 +0000 |
commit | 52b219b5e48eea63fde7bff994824f5d87a8e1f5 (patch) | |
tree | c8438e3cd3d875d601b343e7fd991e9130c65f69 /bfd/elf-bfd.h | |
parent | 181866dcc78f58b2c46d54eaf0db70f010256770 (diff) | |
download | gdb-52b219b5e48eea63fde7bff994824f5d87a8e1f5.zip gdb-52b219b5e48eea63fde7bff994824f5d87a8e1f5.tar.gz gdb-52b219b5e48eea63fde7bff994824f5d87a8e1f5.tar.bz2 |
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index fe5c822..2980f0f 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1013,8 +1013,8 @@ extern boolean _bfd_elf_set_arch_mach PARAMS ((bfd *, enum bfd_architecture, unsigned long)); extern boolean _bfd_elf_find_nearest_line PARAMS ((bfd *, asection *, asymbol **, - bfd_vma, CONST char **, - CONST char **, + bfd_vma, const char **, + const char **, unsigned int *)); #define _bfd_elf_read_minisymbols _bfd_generic_read_minisymbols #define _bfd_elf_minisymbol_to_symbol _bfd_generic_minisymbol_to_symbol |