diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1995-05-16 07:12:22 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1995-05-16 07:12:22 +0000 |
commit | 943b7032ab331314ea3e2998e0d5781d8a8e4ef1 (patch) | |
tree | 549f9d763cd80f332db9acd48a1dd962d64079cc /gdb/ChangeLog | |
parent | 75cbae716fea68969910fb0e9e0b6638095831d0 (diff) | |
download | gdb-943b7032ab331314ea3e2998e0d5781d8a8e4ef1.zip gdb-943b7032ab331314ea3e2998e0d5781d8a8e4ef1.tar.gz gdb-943b7032ab331314ea3e2998e0d5781d8a8e4ef1.tar.bz2 |
* mdebugread.c (parse_symbol): Do not relocate stBlock/scText
symbols, their value is the displacement from the procedure address.
* top.c (init_main): Add missing newlines to help strings for
`if' and `while' commands, fix help string for `show commands'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1aedb6..85adff5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mdebugread.c (parse_symbol): Do not relocate stBlock/scText + symbols, their value is the displacement from the procedure address. + * top.c (init_main): Add missing newlines to help strings for + `if' and `while' commands, fix help string for `show commands'. + Mon May 15 18:37:56 1995 Stu Grossman (grossman@cygnus.com) * breakpoint.c: Move defaults of watchpoint related macros into |