summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/srec.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb/gdb/srec.h')
-rw-r--r--contrib/gdb/gdb/srec.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/gdb/gdb/srec.h b/contrib/gdb/gdb/srec.h
index 1446bda..8253e03 100644
--- a/contrib/gdb/gdb/srec.h
+++ b/contrib/gdb/gdb/srec.h
@@ -1,5 +1,5 @@
/* S-record download support for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,8 +17,9 @@ 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. */
-void load_srec PARAMS ((serial_t desc, const char *file, int maxrecsize,
- int flags, int hashmark));
+void load_srec PARAMS ((serial_t desc, const char *file, bfd_vma load_offset,
+ int maxrecsize, int flags, int hashmark,
+ int (*waitack)(void)));
/* S-record capability flags */
OpenPOWER on IntegriCloud