mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* config/tc-hppa.c (create_new_subspace): Initialize subspace_defined.
This commit is contained in:
@ -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).
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user