Add const to various variables in the gas sources.
[deliverable/binutils-gdb.git] / gas / stabs.c
index 8343315fb3bafc9dbd5a9a065e75dce0eb4746dd..6b739c7c95d5b3f857f15e4d4f412a437cf65a69 100644 (file)
@@ -34,7 +34,7 @@
 
 int outputting_stabs_line_debug = 0;
 
-static void s_stab_generic (int, char *, char *);
+static void s_stab_generic (int, const char *, const char *);
 static void generate_asm_file (int, char *);
 
 /* Allow backends to override the names used for the stab sections.  */
@@ -176,7 +176,9 @@ aout_process_stab (what, string, type, other, desc)
    kinds of stab sections.  */
 
 static void
-s_stab_generic (int what, char *stab_secname, char *stabstr_secname)
+s_stab_generic (int          what,
+               const char * stab_secname,
+               const char * stabstr_secname)
 {
   long longint;
   char *string, *saved_string_obstack_end;
This page took 0.025055 seconds and 4 git commands to generate.