aboutsummaryrefslogtreecommitdiff
path: root/gdb/core.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-19 06:45:19 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-19 06:45:19 +0000
commitc3a218018052de5bfcda2ebd6e1f1f930fe19fc8 (patch)
tree0bc9508958b05bb37d315e92e593b79dcfb4c00a /gdb/core.c
parent3d6c6501891ab37f334c209e065ad0e7a2cd5a74 (diff)
downloadbinutils-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/core.c b/gdb/core.c
index 3a6a071..842e712 100644
--- a/gdb/core.c
+++ b/gdb/core.c
@@ -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;