* config/tc-hppa.c (create_new_subspace): Initialize subspace_defined.

This commit is contained in:
Jeff Law 1993-11-07 09:15:13 +00:00
parent 163aac84be
commit 240cbc571f
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
Sun Nov 7 01:02:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
* config/tc-hppa.c (create_new_subspace): Initialize subspace_defined.
* config/tc-hppa.c (pa-ip, case 'z'): Make field selectors work
for 'z' operands (target of ble branch).

View file

@ -6020,6 +6020,10 @@ create_new_subspace (space, name, loadable, code_only, common,
SUBSPACE_SPACE_INDEX (chain_entry) = space_index;
SUBSPACE_ZERO (chain_entry) = is_zero;
/* Initialize subspace_defined. When we hit a .subspace directive
we'll set it to 1 which "locks-in" the subspace attributes. */
SUBSPACE_DEFINED (chain_entry) = 0;
chain_entry->ssd_subseg = USE_ALIASES ? pa_next_subseg (space) : 0;
chain_entry->ssd_seg = seg;
chain_entry->ssd_last_align = 1;