diff options
author | John Gilmore <gnu@cygnus> | 1991-09-06 07:19:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-06 07:19:03 +0000 |
commit | e92583d39c565612d3a11942e285f6f3db4f3745 (patch) | |
tree | 850ac5d66f9fd9f761d4596d8e09bef93b7ba938 /gdb/ChangeLog | |
parent | 96b2f51cdce670745f5d159680892945b33c7ac6 (diff) | |
download | ppe42-binutils-e92583d39c565612d3a11942e285f6f3db4f3745.tar.gz ppe42-binutils-e92583d39c565612d3a11942e285f6f3db4f3745.zip |
Host and targets with different sized types. &others.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b72cdf021e..547a6ef19f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,37 @@ +Thu Sep 5 23:49:48 1991 John Gilmore (gnu at cygint.cygnus.com) + + * .gdbinit: Remove useless "rr" command. Set complaints + to 1 for people debugging gdb. + + * breakpoint.c, remote-vx.c: Reword strings printed by + catch_errors callers. + +Wed Sep 4 11:07:50 1991 John Gilmore (gnu at cygint.cygnus.com) + + * WHATS.NEW: "history write -> history save". Doc "write on/off". + (Fix from kenc@viewlogic.com.) + + Fix some infrastructure to be able to cope with host and target + machines with different sized basic types (ints, ptrs, etc). + (Idea from pierre@la.tce.com (Pierre Willard).) + + * values.c (value_from_longest): Rename from value_from_long. + Handle pointer types as well as integers, so that targets with + different pointer sizes from the host can be accomodated. + * breakpoint.c, convex-tdep.c, eval.c, expprint.c, printcmd.c, + valarith.c, valops.c, valprint.c, value.h, values.c: Rename + uses of value_from_long to value_from_longest. + * eval.c, findvar.c, printcmd.c, valarith.c, valops.c: Pass + the correct pointer type to value_from_long{est}. + + * doc/gdb.texinfo ($_, $__): Describe types of these variables. + + * remote-vx.c: Remove obsolete code for calling functions via + vxworks kludge interface (it referenced value_from_long). + + * valops.c (value_string): Find malloc with lookup_misc_func, not + raw search. + Tue Sep 3 18:37:46 1991 John Gilmore (gnu at cygint.cygnus.com) Make writing to files work properly. (Fixes to BFD are also needed.) |