X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftarget.h;h=1bb72766737ff30fb0d6bb97275b70e6390142c1;hb=747cfc8c6bb23d40b3fa987f6c3df9d3a0d7b817;hp=c2f62031749d46271cb1cd953a267d340c09fde1;hpb=491144b5e21bbfd41969c175aebb663976f59058;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/target.h b/gdb/target.h index c2f6203174..1bb7276673 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -74,7 +74,6 @@ struct inferior; #include "bfd.h" #include "symtab.h" #include "memattr.h" -#include "gdbsupport/vec.h" #include "gdbsupport/gdb_signals.h" #include "btrace.h" #include "record.h" @@ -137,8 +136,6 @@ enum target_object { /* AVR target specific transfer. See "avr-tdep.c" and "remote.c". */ TARGET_OBJECT_AVR, - /* SPU target specific transfer. See "spu-tdep.c". */ - TARGET_OBJECT_SPU, /* Transfer up-to LEN bytes of memory starting at OFFSET. */ TARGET_OBJECT_MEMORY, /* Memory, avoiding GDB's data cache and trusting the executable. @@ -1538,7 +1535,7 @@ enum flash_preserve_mode that supports writing to flash memory, and it should be used for all cases where access to flash memory is desirable. - REQUESTS is the vector (see vec.h) of memory_write_request. + REQUESTS is the vector of memory_write_request. PRESERVE_FLASH_P indicates what to do with blocks which must be erased, but not completely rewritten. PROGRESS_CB is a function that will be periodically called to provide