projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12cf3f1
)
* valops.c (VALUE_SUBSTRING_START): Delete.
author
Nicholas Duffek
<nsd@redhat.com>
Thu, 4 Jan 2001 19:58:32 +0000
(19:58 +0000)
committer
Nicholas Duffek
<nsd@redhat.com>
Thu, 4 Jan 2001 19:58:32 +0000
(19:58 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/valops.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d1347a5dcf290c3d1569c92a20d1d22caa696d4f..91f974233d0a910f48f0e216c1135928e2d72398 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2001-01-04 Nicholas Duffek <nsd@redhat.com>
+
+ * valops.c (VALUE_SUBSTRING_START): Delete.
+
2001-01-04 Nicholas Duffek <nsd@redhat.com>
* Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
diff --git
a/gdb/valops.c
b/gdb/valops.c
index 835349c7085f50d750439adc53795e7e75299e9e..b546808d816f132bb3a664d13ee4c1b3716b95e4 100644
(file)
--- a/
gdb/valops.c
+++ b/
gdb/valops.c
@@
-70,8
+70,6
@@
static struct fn_field *find_method_list (value_ptr * argp, char *method,
void _initialize_valops (void);
-#define VALUE_SUBSTRING_START(VAL) VALUE_FRAME(VAL)
-
/* Flag for whether we want to abandon failed expression evals by default. */
#if 0