diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-17 20:15:03 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-17 20:15:03 +0000 |
commit | 427d778c2c41b0dadfc7420eba95b963f7c872cc (patch) | |
tree | feb2da0559f3a944dbf8e1a7767505bc1da47524 /gdb/xcoffexec.c | |
parent | 5e16788678168d2f1624814d159955e7bc5a2a28 (diff) | |
download | gdb-427d778c2c41b0dadfc7420eba95b963f7c872cc.zip gdb-427d778c2c41b0dadfc7420eba95b963f7c872cc.tar.gz gdb-427d778c2c41b0dadfc7420eba95b963f7c872cc.tar.bz2 |
* xcoffexec.c: Remove ' from comment.
* xm-sun3os4.h: Define MALLOC_INCOMPATIBLE to avoid conflicts
with decls of malloc in c-exp.tab.c (as produced by yacc).
There's got to be a better way to do this...
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r-- | gdb/xcoffexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index 42ed759..f9b9e32 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -342,7 +342,7 @@ map_vmap (bfd *bf, bfd *arch) #if 0 /* This is only needed if we want to load shared libraries no matter what. Since we provide the choice of incremental loading of shared objects - now, we don't have to load them as default anymore. */ + now, we do not have to load them as default anymore. */ syms_from_objfile (obj, 0, 0, 0); new_symfile_objfile (obj, 0, 0); |