gdb/testsuite/
[binutils-gdb.git] / gdb / srec.h
index 706e0c7aac677b1ac5535b8021e35c8c59ffef2e..74ca8557edf497796672382acae792391f10620a 100644 (file)
@@ -1,5 +1,6 @@
 /* S-record download support for GDB, the GNU debugger.
-   Copyright (C) 1995, 1996, 2000, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2000, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,5 +34,3 @@ void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
 #define SREC_ALL (SREC_2_BYTE_ADDR | SREC_3_BYTE_ADDR | SREC_4_BYTE_ADDR \
                  | ((SREC_2_BYTE_ADDR | SREC_3_BYTE_ADDR | SREC_4_BYTE_ADDR) \
                     << SREC_TERM_SHIFT))
-
-#define SREC_BINARY    0x00000040      /* Supports binary form of S-records */