Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-alpha.h
index 326f23b78582c6091101f21060970138d995da78..1a7badcd75475af15cbcb016bdfa110b75917ea6 100644 (file)
@@ -122,7 +122,7 @@ extern void alpha_frob_file_before_adjust (void);
 
 #ifdef OBJ_ELF
 #define md_elf_section_letter          alpha_elf_section_letter
-extern bfd_vma alpha_elf_section_letter (int, char **);
+extern bfd_vma alpha_elf_section_letter (int, const char **);
 #define md_elf_section_flags           alpha_elf_section_flags
 extern flagword alpha_elf_section_flags (flagword, bfd_vma, int);
 #endif
This page took 0.026045 seconds and 4 git commands to generate.