Joel Sherrill (joel@OARcorp.com)
[deliverable/binutils-gdb.git] / gdb / srec.h
index eb69360571d7b097522537af436ce9082e7e281d..8253e03095636401b21e0866b8734111da47b3b6 100644 (file)
@@ -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 */
 
This page took 0.024189 seconds and 4 git commands to generate.