PR ld/12549
[binutils-gdb.git] / gdb / exec.h
index a0f9eaba6d747d6fbc13c4afca623aefb9e0f071..f5a4077ab302841ff26268f4ff5da065e2a82a8f 100644 (file)
@@ -1,6 +1,6 @@
 /* Work with executable files, for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -83,12 +83,13 @@ extern void exec_set_section_address (const char *, int, CORE_ADDR);
 
 /* Remove all target sections taken from ABFD.  */
 
-extern void remove_target_sections (bfd *abfd);
+extern void remove_target_sections (void *key, bfd *abfd);
 
 /* Add the sections array defined by [SECTIONS..SECTIONS_END[ to the
    current set of target sections.  */
 
-extern void add_target_sections (struct target_section *sections,
+extern void add_target_sections (void *key,
+                                struct target_section *sections,
                                 struct target_section *sections_end);
 
 /* Prints info about all sections defined in the TABLE.  ABFD is