summaryrefslogtreecommitdiffstats
path: root/gdb/srec.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-12-11 20:14:11 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-12-11 20:14:11 +0000
commiteb28c55a5abaa7f5404f6aa7d218ce99787f81d3 (patch)
treee002c11284202316149eecb19c53e0fb874e33b7 /gdb/srec.h
parent77955104badf3d45e1d53a3d1d269f45ca18858e (diff)
downloadppe42-binutils-eb28c55a5abaa7f5404f6aa7d218ce99787f81d3.tar.gz
ppe42-binutils-eb28c55a5abaa7f5404f6aa7d218ce99787f81d3.zip
* monitor.c (monitor_load): Add support for load address argument.
* dsrec.c: #include <time.h>. (load_srec): New argument load_offset. Print download stats. * srec.h (load_srec): Update prototype. * sh3-rom.c (sh3_load): Update call to load_srec.
Diffstat (limited to 'gdb/srec.h')
-rw-r--r--gdb/srec.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/srec.h b/gdb/srec.h
index eb69360571..8253e03095 100644
--- a/gdb/srec.h
+++ b/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, int (*waitack)(void)));
+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