diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-16 18:53:32 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-16 18:53:32 +0000 |
commit | 562d3460fb28a90014290ac99c543f1085676a26 (patch) | |
tree | 58dc7ce8264e61d1142039093a28c5ba36e24898 /ld/ChangeLog | |
parent | a4f419971fc5444ee68a8e318a81464c8d8e51c3 (diff) | |
download | gdb-562d3460fb28a90014290ac99c543f1085676a26.zip gdb-562d3460fb28a90014290ac99c543f1085676a26.tar.gz gdb-562d3460fb28a90014290ac99c543f1085676a26.tar.bz2 |
Add LMA memory region functionality.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1ceee7a..da28575 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,24 @@ +2000-02-16 Timothy Wall <twall@cygnus.com> + + * mri.c (mri_draw_tree): Add default LMA region argument to call + to lang_leave_output_section_statement. + * ldlang.h: Update prototypes with LMA region arguments. + * ldlang.c (lang_size_sections): Encapsulate region bounds + checking in os_check_region call. + (os_check_region): New function. + (lang_output_section_statement_lookup): Initialize lma_region. + (lang_leave_output_section_statement): Add LMA region argument. + (lang_leave_overlay): Ditto. + * ldgram.y: Handle LMA region syntax. + * ld.texinfo (Output Section Description): Describe LMA region usage. + * emultempl/armelf.em (gld$place_orphan): Add default value for + lma region in call to lang_leave_output_statement. + * emultempl/elf32.em (gld$place_orphan): Add default value for + lma region in call to lang_leave_output_statement. + * emultempl/pe.em (gld$place_orphan): Add default value for + lma region in call to lang_leave_output_statement. + + 2000-02-04 Timothy Wall <twall@redhat.com> * ldlang.c (lang_check_section_addresses): Use bytes instead of |