diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-10 08:14:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-10 08:14:32 +0000 |
commit | bb050abfe5d2285ca2c84eefa21878b58a5a4b99 (patch) | |
tree | 7e93e520f8bf7947a9b067ae784ea6c811f60f6a /binutils/rcparse.y | |
parent | 972a35a081f77f5194d1fc39c25388b5f9e58ee3 (diff) | |
download | binutils-redhat-bb050abfe5d2285ca2c84eefa21878b58a5a4b99.tar.gz |
Regernated recently created expected output files using MSVC.
Set MEMFLAG_PURE by default - bug exposed by regenerated files.
Diffstat (limited to 'binutils/rcparse.y')
-rw-r--r-- | binutils/rcparse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/rcparse.y b/binutils/rcparse.y index 4ab9a0988a..572d9c24f4 100644 --- a/binutils/rcparse.y +++ b/binutils/rcparse.y @@ -1320,7 +1320,7 @@ suboptions: memset (&$$, 0, sizeof (struct res_res_info)); $$.language = language; /* FIXME: Is this the right default? */ - $$.memflags = MEMFLAG_MOVEABLE; + $$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE; } | suboptions memflag { @@ -1369,7 +1369,7 @@ memflags_move: { memset (&$$, 0, sizeof (struct res_res_info)); $$.language = language; - $$.memflags = MEMFLAG_MOVEABLE; + $$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE; } | memflags_move memflag { |