diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-07 19:34:59 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-07 19:34:59 +0000 |
commit | ae475b39b2c0aa785d265bb0b6baa44de30c415c (patch) | |
tree | 061b7217353e3f0e658b6fc01a45bc885f017872 /ld/ChangeLog | |
parent | f6492282df033583f56eb2d910719f3274f2ddf2 (diff) | |
download | gdb-ae475b39b2c0aa785d265bb0b6baa44de30c415c.zip gdb-ae475b39b2c0aa785d265bb0b6baa44de30c415c.tar.gz gdb-ae475b39b2c0aa785d265bb0b6baa44de30c415c.tar.bz2 |
* ldlang.h: add new field "loadable" to output_section_statement.
* ldlang.c (lang_output_section_statement_lookup): initilize new
field. (wild_doit): if new field is not set, then stop output
section from being loadable.
(lang_enter_output_section_statement): set the field from the
NOLOAD keyword
* ldgram.y: new synax for NOLOAD. Removes a shift/reduce too.
* h8300hms.sc-sh, h8300hms.em: get -r right.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a2aa1b3..e65f345 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Fri Aug 7 12:31:10 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * ldlang.h: add new field "loadable" to output_section_statement. + * ldlang.c (lang_output_section_statement_lookup): initilize new + field. (wild_doit): if new field is not set, then stop output + section from being loadable. + (lang_enter_output_section_statement): set the field from the + NOLOAD keyword + * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too. + * h8300hms.sc-sh, h8300hms.em: get -r right. + Thu Aug 6 18:35:21 1992 Per Bothner (bothner@rtl.cygnus.com) * ldint.texinfo: New internals manual (beginnings thereof). |