* config.sub, config.guess: Update from upstream sources.
[deliverable/binutils-gdb.git] / gdb / exec.h
index e9c2d17bf7a968666517c836c12413163ddf3efa..816adc11bea6380abc94bc9d4c839acaf9d48cd2 100644 (file)
@@ -1,6 +1,6 @@
 /* Work with executable files, for GDB, the GNU debugger.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef EXEC_H
 #define EXEC_H
@@ -28,7 +28,7 @@ struct section_table;
 struct target_ops;
 struct bfd;
 
-struct target_ops exec_ops;
+extern struct target_ops exec_ops;
 
 /* Builds a section table, given args BFD, SECTABLE_PTR, SECEND_PTR.
    Returns 0 if OK, 1 on error.  */
@@ -36,4 +36,7 @@ struct target_ops exec_ops;
 extern int build_section_table (struct bfd *, struct section_table **,
                                struct section_table **);
 
+/* Set the loaded address of a section.  */
+extern void exec_set_section_address (const char *, int, CORE_ADDR);
+
 #endif
This page took 0.023811 seconds and 4 git commands to generate.