aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2000-06-09 03:35:09 +0000
committerFernando Nasser <fnasser@redhat.com>2000-06-09 03:35:09 +0000
commitce844ae26dc0f1d3e30fe5b93db9d4b2e65bf8ab (patch)
tree4e5f4cdf718b6871accee86b942191e2c79f03d9 /gdb/ChangeLog
parenta88c1392bd0e518767fc32251fcbbe2899abbb5d (diff)
downloadgdb-ce844ae26dc0f1d3e30fe5b93db9d4b2e65bf8ab.zip
gdb-ce844ae26dc0f1d3e30fe5b93db9d4b2e65bf8ab.tar.gz
gdb-ce844ae26dc0f1d3e30fe5b93db9d4b2e65bf8ab.tar.bz2
2000-06-08 Fernando Nasser <fnasser@cygnus.com>
* configure.in: Replace misplaced CONFIG_ADD by the correct CONFIG_CLEAN. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a62bb5f..69bd404 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2000-06-08 Fernando Nasser <fnasser@cygnus.com>
+ * configure.in: Replace misplaced CONFIG_ADD by the correct
+ CONFIG_CLEAN.
+ * configure, config.in: Regenerate.
+
+2000-06-08 Fernando Nasser <fnasser@cygnus.com>
+
* values.c (value_primitive_field): Copy VALUE_REGNO as well.
With typed registers we may have the location information in this field,
in addition to VALUE_ADDRESS (which was already being copied).