aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-10-20 01:43:31 +0000
committerStan Shebs <shebs@codesourcery.com>1995-10-20 01:43:31 +0000
commit9e4c931641a73ce95ed1f4295c7f022f74a8047a (patch)
tree50a88d4f0baf1f196fb38b9a37e62330be941d49
parenta862098505dcd844188d3f590e7afe04f1d023fb (diff)
downloadgdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.zip
gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.tar.gz
gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.tar.bz2
* defs.h (SEEK_SET, SEEK_CUR): Add default definitions.
* dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR): Remove default definitions.
-rw-r--r--gdb/ChangeLog15
-rw-r--r--gdb/mdebugread.c5
-rw-r--r--gdb/os9kread.c5
3 files changed, 15 insertions, 10 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 038b39e..62622c9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Thu Oct 19 12:15:37 1995 Stan Shebs <shebs@andros.cygnus.com>
+ * defs.h (SEEK_SET, SEEK_CUR): Add default definitions.
+ * dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR):
+ Remove default definitions.
+
* Makefile.in (CC-LD): Rename to CC_LD, so MPW xform works.
(MMALLOC_SRC): Define.
(MMALLOC_CFLAGS): Use.
@@ -33,6 +37,17 @@ Tue Oct 17 08:04:26 1995 Fred Fish <fnf@rtl.cygnus.com>
* NEWS: Fix typo.
+start-sanitize-sh3e
+Mon Oct 16 18:24:03 1995 Jim Wilson <wilson@chestnut.cygnus.com>
+
+ * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Return builtin_type_float
+ for FP registers.
+ (REGISTER_NAMES): Add FP register names. Remove ticks, stalls, cycles,
+ insts, plr, and tlr.
+ (NUM_REGS, NUM_REALREGS): Increase from 23 to 41.
+ (FPUL_REGNUM, FP0_REGNUM): New macros.
+
+end-sanitize-sh3e
Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com)
* remote-mips.c: Add support for speedy (about 10x faster)
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 89d9d9e..0790a78 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -50,11 +50,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "stabsread.h"
#include "complaints.h"
-#if !defined (SEEK_SET)
-#define SEEK_SET 0
-#define SEEK_CUR 1
-#endif
-
/* These are needed if the tm.h file does not contain the necessary
mips specific definitions. */
diff --git a/gdb/os9kread.c b/gdb/os9kread.c
index 50bf40d..b6178e3 100644
--- a/gdb/os9kread.c
+++ b/gdb/os9kread.c
@@ -64,11 +64,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "os9k.h"
#include "stabsread.h"
-#if !defined (SEEK_SET)
-#define SEEK_SET 0
-#define SEEK_CUR 1
-#endif
-
/* Each partial symbol table entry contains a pointer to private data for the
read_symtab() function to use when expanding a partial symbol table entry
to a full symbol table entry.