diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 20:09:55 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 20:09:55 +0000 |
commit | f8715549afa54456d761aaf059fb216fdd942c32 (patch) | |
tree | eb4d223022d25af1d1a4af4e1f9218c6cb87212c | |
parent | ec35141c8c4ca515ebf1b238c3ff6b3d74a875dc (diff) | |
download | gdb-f8715549afa54456d761aaf059fb216fdd942c32.zip gdb-f8715549afa54456d761aaf059fb216fdd942c32.tar.gz gdb-f8715549afa54456d761aaf059fb216fdd942c32.tar.bz2 |
* printcmd.c: Remove "set print fast-symbolic-addr off" command.
The which it worked around was fixed on 25 Feb 94 in coffread.c,
so I'm nuking the command.
* symtab.c (find_addr_symbol): Comment out, no longer used.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a51dab0..c7d2d49 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Wed Mar 16 07:18:43 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * printcmd.c: Remove "set print fast-symbolic-addr off" command. + The which it worked around was fixed on 25 Feb 94 in coffread.c, + so I'm nuking the command. + * symtab.c (find_addr_symbol): Comment out, no longer used. + * main.c (main): Don't init_source_path for the -cd argument. Now that source_path doesn't contain the current_directory from when GDB started up, init_source_path is no longer useful (and is |