* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / srec.h
index 1f507b1ba1710b7f8d39def87574dd5527524733..e790eddd8b21edf9ea4ecabc3f31ccb943ff53a7 100644 (file)
@@ -1,5 +1,6 @@
 /* S-record download support for GDB, the GNU debugger.
-   Copyright (C) 1995, 1996, 2000, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2000, 2007, 2008, 2009
+   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 */
This page took 0.029732 seconds and 4 git commands to generate.