diff options
author | John Gilmore <gnu@cygnus> | 1993-02-11 07:57:35 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-11 07:57:35 +0000 |
commit | dd46978997bc1b45d023f36b34fba9fe290ed887 (patch) | |
tree | 8b8e352917805025c3a410432c5142bc76ab0a44 /gdb/ChangeLog | |
parent | 7413f20a5e7239807519f377b843750b31a7426f (diff) | |
download | gdb-dd46978997bc1b45d023f36b34fba9fe290ed887.zip gdb-dd46978997bc1b45d023f36b34fba9fe290ed887.tar.gz gdb-dd46978997bc1b45d023f36b34fba9fe290ed887.tar.bz2 |
* stabsread.c (rs6000_builtin_type): Move function from
xcoffread.c:builtin_type.
* xcoffread.c (builtin_type): Move to stabsread. Remove
IBM6000_HOST dependency. Move misplaced comments.
(various): Change printf's to complaints.
(patch_block_stabs, process_xcoff_symbol case C_DECL): Add
objfile argument to read_type calls under #if 0.
(process_xcoff_symbol case C_RSYM): Fix typo in #ifdef.
* xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file.
* Makefile.in: xcoffread.o is not built by default.
* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
* doc/gdbint.texinfo: Eliminate IBM6000_HOST, document
IBM6000_TARGET.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfa017a..1a0a5a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com) + + * stabsread.c (rs6000_builtin_type): Move function from + xcoffread.c:builtin_type. + * xcoffread.c (builtin_type): Move to stabsread. Remove + IBM6000_HOST dependency. Move misplaced comments. + (various): Change printf's to complaints. + (patch_block_stabs, process_xcoff_symbol case C_DECL): Add + objfile argument to read_type calls under #if 0. + (process_xcoff_symbol case C_RSYM): Fix typo in #ifdef. + * xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file. + * Makefile.in: xcoffread.o is not built by default. + * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only. + * doc/gdbint.texinfo: Eliminate IBM6000_HOST, document + IBM6000_TARGET. + Wed Feb 10 18:31:20 1993 Stu Grossman (grossman at cygnus.com) * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set |