diff options
author | John Gilmore <gnu@cygnus> | 1992-09-11 11:18:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-11 11:18:30 +0000 |
commit | 57a9bb5fb4fb868cba531d18c0966022b6380019 (patch) | |
tree | 2cccf6adedb3e76142efc4cd790adbe4ca143ac5 | |
parent | 493cf018c48156195e6e47d95a72557f25538157 (diff) | |
download | gdb-57a9bb5fb4fb868cba531d18c0966022b6380019.zip gdb-57a9bb5fb4fb868cba531d18c0966022b6380019.tar.gz gdb-57a9bb5fb4fb868cba531d18c0966022b6380019.tar.bz2 |
* mipsread.c: Clean up some white space.
(parse_symbol): Handle stEnd of stFile.
(parse_partial_symbols): Remove old #if 0'd code. Handle stLocal.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 86c5a8b..0aae05d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com) + * mipsread.c: Clean up some white space. + (parse_symbol): Handle stEnd of stFile. + (parse_partial_symbols): Remove old #if 0'd code. Handle stLocal. + * mips-xdep.c (REGISTER_PTRACE_ADDR, fetch_inferior_registers, store_inferior_registers): Replace unexplained numbers with manifest constants from a DECstation header file. |