diff options
author | John Gilmore <gnu@cygnus> | 1991-07-19 06:45:19 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-19 06:45:19 +0000 |
commit | c3a218018052de5bfcda2ebd6e1f1f930fe19fc8 (patch) | |
tree | 0bc9508958b05bb37d315e92e593b79dcfb4c00a /gdb/core.c | |
parent | 3d6c6501891ab37f334c209e065ad0e7a2cd5a74 (diff) | |
download | binutils-c3a218018052de5bfcda2ebd6e1f1f930fe19fc8.zip binutils-c3a218018052de5bfcda2ebd6e1f1f930fe19fc8.tar.gz binutils-c3a218018052de5bfcda2ebd6e1f1f930fe19fc8.tar.bz2 |
Eliminate LOC_EXTERNAL. Improve select_source_symtab. Bug fixes.
Diffstat (limited to 'gdb/core.c')
-rw-r--r-- | gdb/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ core_open (filename, from_tty) char *filename; int from_tty; { - char *p; + const char *p; int siggy; struct cleanup *old_chain; char *temp; |