diff options
author | Steve Chamberlain <sac@cygnus> | 1993-03-30 22:45:39 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-03-30 22:45:39 +0000 |
commit | 9fce28edd50c09017ccfc29f30508362081ed66f (patch) | |
tree | 1092783362865e3ac6bbfa90b7cab0fc0bf54ea8 /ld/ChangeLog | |
parent | 01b4d31847394cba8639b28b75c9680dd75ed7cf (diff) | |
download | gdb-9fce28edd50c09017ccfc29f30508362081ed66f.zip gdb-9fce28edd50c09017ccfc29f30508362081ed66f.tar.gz gdb-9fce28edd50c09017ccfc29f30508362081ed66f.tar.bz2 |
Support for linking and loading at different places:
* ldlex.l: Add "AT" keyword.
* ldgram.y: Cleanup, and parse AT.
* ldlang.c (print_output_section_statement): Print output address
of section in map. (lang_size_sections): Fill sections' lma with
load address.
* ldlang.h (lang_output_section_statement_type): Add load_base
information.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0812c0b..6ce807f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,15 @@ Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com) + Support for linking and loading at different places: + + * ldlex.l: Add "AT" keyword. + * ldgram.y: Cleanup, and parse AT. + * ldlang.c (print_output_section_statement): Print output address + of section in map. (lang_size_sections): Fill sections' lma with + load address. + * ldlang.h (lang_output_section_statement_type): Add load_base + information. + * ldindr.c (add_indirect): Keep more information in the alias symbol chain. * ldlang.c (wild_doit): Don't inherit NEVER_LOAD section |