diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-25 22:22:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-25 22:22:29 +0000 |
commit | f078dc7cf26a816ef0bb66be8b819ac549486e86 (patch) | |
tree | 830d8d6d38ee9109ba3989510b1fd0c56410ca36 /ld/ChangeLog | |
parent | 5517168c9e0b01d40d1a758858a32de5ce434a98 (diff) | |
download | gdb-f078dc7cf26a816ef0bb66be8b819ac549486e86.zip gdb-f078dc7cf26a816ef0bb66be8b819ac549486e86.tar.gz gdb-f078dc7cf26a816ef0bb66be8b819ac549486e86.tar.bz2 |
* ldlang.c (print_input_section): For section size, use
_cooked_size if it is non-zero, size otherwise.
(size_input_section): Likewise.
(lang_do_assignments): Likewise (case lang_input_section_enum).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 891d425..316902f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Fri Mar 25 17:20:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldlang.c (print_input_section): For section size, use + _cooked_size if it is non-zero, size otherwise. + (size_input_section): Likewise. + (lang_do_assignments): Likewise (case lang_input_section_enum). + Thu Mar 24 15:20:47 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ldlang.c (new_afile): Add new argument add_to_list. Don't set |