mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* config/tc-hppa.c (create_new_space): Initialize sd_subspaces
field in the space chain.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Mon Aug 1 02:40:43 1994 Jeff Law (law@snake.cs.utah.edu)
|
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
|
* config/tc-hppa.c (tc_gen_reloc): Cast return value from
|
||||||
hppa_gen_reloc_type.
|
hppa_gen_reloc_type.
|
||||||
|
|
||||||
|
@ -5642,6 +5642,7 @@ create_new_space (name, spnum, loadable, defined, private,
|
|||||||
|
|
||||||
chain_entry->sd_seg = seg;
|
chain_entry->sd_seg = seg;
|
||||||
chain_entry->sd_last_subseg = -1;
|
chain_entry->sd_last_subseg = -1;
|
||||||
|
chain_entry->sd_subspaces = NULL;
|
||||||
chain_entry->sd_next = NULL;
|
chain_entry->sd_next = NULL;
|
||||||
|
|
||||||
/* Find spot for the new space based on its sort key. */
|
/* Find spot for the new space based on its sort key. */
|
||||||
|
Reference in New Issue
Block a user