Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-nios2.h
index 05cc59621b53e4d71ef067aa1c7046b2220d3836..3612c33f72e22056e603ba6cecf643dd5c868b54 100644 (file)
@@ -92,7 +92,7 @@ extern long nios2_relax_frag (segT segment, fragS * fragP, long stretch);
 
 /* Processor-specific section directives.  */
 #define md_elf_section_letter          nios2_elf_section_letter
-extern int nios2_elf_section_letter (int, char **);
+extern int nios2_elf_section_letter (int, const char **);
 #define md_elf_section_flags           nios2_elf_section_flags
 extern flagword nios2_elf_section_flags (flagword, int, int);
 #endif
This page took 0.024461 seconds and 4 git commands to generate.