Fix "list ambiguous_variable"
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list-ambiguous0.c
index 91f7fe968cdcb048dffd3e03dd8b4b4b309058c8..afd945745fd99ad79cd7d40fdf73c798f1e0cd7d 100644 (file)
 
 
 
-/* This function is defined in both
+/* These symbols are defined in both
    list-ambiguous0.c/list-ambiguous1.c files, in order to test
    "list"'s behavior with ambiguous linespecs.  */
 
-static void __attribute__ ((used)) ambiguous (void) {}
+static void __attribute__ ((used)) ambiguous_fun (void) {}
 
+static int ambiguous_var;
 
 
 
This page took 0.024654 seconds and 4 git commands to generate.