[AArch64] Add missing C_MAX_ELEM flags for SVE conversions
[deliverable/binutils-gdb.git] / gdb / source.h
index 7ea826acae5a01b265c0e9292c24e506ff4ac247..1c45405774b830f673fc1703442cb42962a9ca5c 100644 (file)
@@ -127,17 +127,6 @@ extern void clear_current_source_symtab_and_line (void);
 /* Add a source path substitution rule.  */
 extern void add_substitute_path_rule (char *, char *);
 
-/* Print text describing the full name of the source file S
-   and the line number LINE and its corresponding character position.
-   The text starts with two Ctrl-z so that the Emacs-GDB interface
-   can easily find it.
-
-   MID_STATEMENT is nonzero if the PC is not at the beginning of that line.
-
-   Return 1 if successful, 0 if could not find the file.  */
-extern int identify_source_line (struct symtab *s, int line,
-                                int mid_statement, CORE_ADDR pc);
-
 /* Flags passed as 4th argument to print_source_lines.  */
 enum print_source_lines_flag
   {
This page took 0.035697 seconds and 4 git commands to generate.