aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-01-13 11:10:53 +0000
committerNick Clifton <nickc@redhat.com>2004-01-13 11:10:53 +0000
commit6bdafbeb578394fd9fff6c45b15f71dd5678190b (patch)
treeaeb53426383644c2f7315206f7fe5e7c95b5df25 /ld/ChangeLog
parent9dfc8ab2874e2c3386ef4abcfb2a9eacca5c297a (diff)
downloadgdb-6bdafbeb578394fd9fff6c45b15f71dd5678190b.zip
gdb-6bdafbeb578394fd9fff6c45b15f71dd5678190b.tar.gz
gdb-6bdafbeb578394fd9fff6c45b15f71dd5678190b.tar.bz2
* ldlang.c (lang_get_regions): Add extra parameter 'have_vma' which if true will
prevent the LMA region being used as a replacement for a default VMA region. (lang_leave_output_section_statement): Pass extra parameter. (lang_leave_overlay): Likewise. * ld.texinfo (Output Section LMA): Document that the LMA region can be set to the VMA region if no VMA has been set. * ldlang.h (struct lang_output_section_phdr_list): Create a typedef for this type. Minor formatting fixes.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c1bc1c2..9a9563c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,17 @@
2004-01-13 Nick Clifton <nickc@redhat.com>
+ * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
+ which if true will prevent the LMA region being used as a
+ replacement for a default VMA region.
+ (lang_leave_output_section_statement): Pass extra parameter.
+ (lang_leave_overlay): Likewise.
+ * ld.texinfo (Output Section LMA): Document that the LMA
+ region can be set to the VMA region if no VMA has been set.
+ * ldlang.h (struct lang_output_section_phdr_list): Create a
+ typedef for this type. Minor formatting fixes.
+
+2004-01-13 Nick Clifton <nickc@redhat.com>
+
* ldlang.c (lang_size_sections_1): If dot is advanced, then
assume that the section should be allocated.