projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ed243
)
* config/tc-hppa.c (create_new_space): Initialize sd_subspaces
author
Jeff Law
<law@redhat.com>
Mon, 1 Aug 1994 20:12:41 +0000
(20:12 +0000)
committer
Jeff Law
<law@redhat.com>
Mon, 1 Aug 1994 20:12:41 +0000
(20:12 +0000)
field in the space chain.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-hppa.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 3a552e2470710c34054e135e171c57589a18de1d..05a570e3d7d0a0f64f4262d76848217bcf220e0e 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,5
+1,8
@@
Mon Aug 1 02:40:43 1994 Jeff Law (law@snake.cs.utah.edu)
+ * config/tc-hppa.c (create_new_space): Initialize sd_subspaces
+ field in the space chain.
+
* config/tc-hppa.c (tc_gen_reloc): Cast return value from
hppa_gen_reloc_type.
diff --git
a/gas/config/tc-hppa.c
b/gas/config/tc-hppa.c
index 432db0ce26757d9a972731efa3322250aa38f288..397ae6c92ce67f07dae3fd0fe98080eb9c515081 100644
(file)
--- 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. */