diff options
Diffstat (limited to 'palm/prc-tools/files/gcc42-patch-gdb-5.3_gdb_remote-palmos.c')
-rw-r--r-- | palm/prc-tools/files/gcc42-patch-gdb-5.3_gdb_remote-palmos.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/palm/prc-tools/files/gcc42-patch-gdb-5.3_gdb_remote-palmos.c b/palm/prc-tools/files/gcc42-patch-gdb-5.3_gdb_remote-palmos.c deleted file mode 100644 index dfb911cde64e..000000000000 --- a/palm/prc-tools/files/gcc42-patch-gdb-5.3_gdb_remote-palmos.c +++ /dev/null @@ -1,16 +0,0 @@ ---- gdb-5.3/gdb/remote-palmos.c.ORIG 2007-10-17 11:46:12.000000000 -0400 -+++ gdb-5.3/gdb/remote-palmos.c 2007-10-17 11:46:44.000000000 -0400 -@@ -128,13 +128,6 @@ - - extern struct target_ops palmos_ops, pilot_ops; /* Forward decl */ - --/* This was 5 seconds, which is a long time to sit and wait. -- Unless this is going though some terminal server or multiplexer or -- other form of hairy serial connection, I would think 2 seconds would -- be plenty. */ -- --static int remote_timeout = 2; -- - static CORE_ADDR text_addr=0, data_addr=0, bss_addr=0; - static CORE_ADDR save_ssp, save_usp; - static enum target_signal wbreakpoint_signo; |