* ldmain.c (add_to_set): Add bitsize argument.
authorIan Lance Taylor <ian@airs.com>
Thu, 6 Jan 1994 20:04:26 +0000 (20:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 6 Jan 1994 20:04:26 +0000 (20:04 +0000)
commitb9395be3aff1e1199864ff60b175947c2bb60b7c
tree0d3ee539f1983c17846f6217c3685681ca14e0b3
parente68de5d56ad99310e2fedc6959e121055533d563
* ldmain.c (add_to_set): Add bitsize argument.
(constructor_callback): New function.
(link_callbacks): Add constructor_callback.
* ldctor.c (struct set_info): Add bitsize field.
(ldctor_add_set_entry): Add bitsize argument.
(ldctor_build_sets): Base the size of the elements of the set on
the bitsize, rather than always using LONG.
* ldctor.h (ldctor_add_set_entry): Add bitsize to declaration.
ld/ldmain.c