diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-06 20:05:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-06 20:05:44 +0000 |
commit | 2f84ec0d97f2aadc10b80cb60cb20ac4edc63380 (patch) | |
tree | d5f2f759a5137fc90b98d226fa5682b6a8aeba77 /ld | |
parent | 966e0a16b8a8600de83c0e123dd00167d5b6f4ad (diff) | |
download | gdb-2f84ec0d97f2aadc10b80cb60cb20ac4edc63380.zip gdb-2f84ec0d97f2aadc10b80cb60cb20ac4edc63380.tar.gz gdb-2f84ec0d97f2aadc10b80cb60cb20ac4edc63380.tar.bz2 |
Various entries.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 70db55f..defb66c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,26 @@ Thu Jan 6 00:13:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * 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.h (QUAD_SIZE): Define. + * ldgram.y (QUAD): New token. + (length): Handle it. + * ldlex.l: Return QUAD. + * lexsup.c (keywords): Add QUAD. + * ldwrite.c (build_link_order): Handle QUAD. + * ldlang.c (print_data_statement): Handle QUAD. + (lang_size_sections): Likewise. + (lang_do_assignments): Likewise. + * ldexp.c (exp_print_token): Add QUAD to table. + * ld.texinfo: Describe QUAD. + * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections, since the Alpha doesn't use them. |