diff options
author | Jeff Law <law@redhat.com> | 1994-08-01 20:12:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-08-01 20:12:41 +0000 |
commit | fbf718862a07ec03e20087a8afc83aa81d66875b (patch) | |
tree | a329112b6262b9cfa53788c7125ad34fbb7c4649 /gas/config | |
parent | a1ed24357713f4a3da551912aad8897417080b77 (diff) | |
download | gdb-fbf718862a07ec03e20087a8afc83aa81d66875b.zip gdb-fbf718862a07ec03e20087a8afc83aa81d66875b.tar.gz gdb-fbf718862a07ec03e20087a8afc83aa81d66875b.tar.bz2 |
* config/tc-hppa.c (create_new_space): Initialize sd_subspaces
field in the space chain.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-hppa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 432db0c..397ae6c 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -5642,6 +5642,7 @@ create_new_space (name, spnum, loadable, defined, private, chain_entry->sd_seg = seg; chain_entry->sd_last_subseg = -1; + chain_entry->sd_subspaces = NULL; chain_entry->sd_next = NULL; /* Find spot for the new space based on its sort key. */ |