Remove exec_filename macro
[deliverable/binutils-gdb.git] / gdb / exec.h
index 75177dda96a6942d766c4e0ade152ca1dc7f9817..b2f51509bcf7489f6c85288a7240316729d9d6d6 100644 (file)
@@ -32,16 +32,11 @@ struct objfile;
 
 #define exec_bfd current_program_space->ebfd
 #define exec_bfd_mtime current_program_space->ebfd_mtime
-#define exec_filename current_program_space->pspace_exec_filename
 
 /* Builds a section table, given args BFD.  */
 
 extern target_section_table build_section_table (struct bfd *);
 
-/* Remove all entries from TABLE.  */
-
-extern void clear_section_table (struct target_section_table *table);
-
 /* The current inferior is a child vforked and its program space is
    shared with its parent.  This pushes the exec target on the
    current/child inferior's target stack if there are sections in the
@@ -119,7 +114,7 @@ extern void add_target_sections_of_objfile (struct objfile *objfile);
    special cased --- it's filename is omitted; if it is the executable
    file, its entry point is printed.  */
 
-extern void print_section_info (struct target_section_table *table,
+extern void print_section_info (target_section_table *table,
                                bfd *abfd);
 
 extern void exec_close (void);
This page took 0.023888 seconds and 4 git commands to generate.