* config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_defined
authorJeff Law <law@redhat.com>
Sun, 31 Oct 1993 18:49:26 +0000 (18:49 +0000)
committerJeff Law <law@redhat.com>
Sun, 31 Oct 1993 18:49:26 +0000 (18:49 +0000)
commit47f45d66367ac7895537b5c767d215c4661765cd
treea91efda0660c7368cc9364439d4b66780f779515
parent00b02f17b5c8df04bb5500c2214d7a7fa386a04a
* config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_defined
field.  Define SUBSPACE_DEFINED accessor macro.
(pa_subspace): Allow user to override subspace attributes for
built-in subspaces.  Set ssd_defined at the end of fcn -- that
way the attributes can only be changed once.  Pass newly allocated
name to is_defined_subspace, not a pointer to the input line.
Fix typo in space/subspace rework.
(is_defined_subspace): Delete unused 2nd arg.  All callers changed.

* config/tc-hppa.c (pa_import): If currently in the text segment
and a symbol is imported without type information, set BSF_FUNCTION
for the symbol.
gas/ChangeLog
gas/config/tc-hppa.c