diff options
Diffstat (limited to 'gas/config/tc-alpha.h')
-rw-r--r-- | gas/config/tc-alpha.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h index 3a5dcf8..eb104cc 100644 --- a/gas/config/tc-alpha.h +++ b/gas/config/tc-alpha.h @@ -121,9 +121,9 @@ extern void alpha_frob_file_before_adjust (void); #ifdef OBJ_ELF #define md_elf_section_letter alpha_elf_section_letter -extern int alpha_elf_section_letter (int, char **); +extern bfd_vma alpha_elf_section_letter (int, char **); #define md_elf_section_flags alpha_elf_section_flags -extern flagword alpha_elf_section_flags (flagword, int, int); +extern flagword alpha_elf_section_flags (flagword, bfd_vma, int); #endif /* Whether to add support for explicit !relocation_op!sequence_number. At the |