* stabsread.c (rs6000_builtin_type): Move function from
authorJohn Gilmore <gnu@cygnus>
Thu, 11 Feb 1993 07:57:35 +0000 (07:57 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 11 Feb 1993 07:57:35 +0000 (07:57 +0000)
commitdd46978997bc1b45d023f36b34fba9fe290ed887
tree8b8e352917805025c3a410432c5142bc76ab0a44
parent7413f20a5e7239807519f377b843750b31a7426f
* 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.
gdb/ChangeLog
gdb/stabsread.c
gdb/xcoffexec.c
gdb/xcoffread.c