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/h8300hms.em | |
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/h8300hms.em')
-rw-r--r-- | ld/h8300hms.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/h8300hms.em b/ld/h8300hms.em index 2402dc9..c14467b 100644 --- a/ld/h8300hms.em +++ b/ld/h8300hms.em @@ -53,10 +53,10 @@ static char *h8300hms_script = #include "h8300hms.x" ; static char *h8300hms_script_option_Ur = -#include "h8300hms.x" +#include "h8300hms.xu" ; static char *h8300hms_script_option_r = -#include "h8300hms.x" +#include "h8300hms.xr" ; static char *h8300hms_get_script() |