diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-30 22:56:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-30 22:56:46 +0000 |
commit | 72df7117d74fe0c6bc1ed8605219e6062de40365 (patch) | |
tree | 124cec42df0c9b4c69d2fd421821457c498981aa /ld/ChangeLog | |
parent | 448b5aadbbf506609c649e9f1671ff4549d1abc8 (diff) | |
download | gdb-72df7117d74fe0c6bc1ed8605219e6062de40365.zip gdb-72df7117d74fe0c6bc1ed8605219e6062de40365.tar.gz gdb-72df7117d74fe0c6bc1ed8605219e6062de40365.tar.bz2 |
* ldlang.c (lang_size_sections): Add the section VMA to the result
value when computing the address of a section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 23479d9..7f208b4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ Tue Jul 30 14:46:42 1996 Ian Lance Taylor <ian@cygnus.com> + * ldlang.c (lang_size_sections): Add the section VMA to the result + value when computing the address of a section. + * ld.h (args_type): Add cref field. * lexsup.c (parse_args): Set command_line.cref. * ldmain.c (main): Check command_line.cref rather than |