Regernated recently created expected output files using MSVC.
authorNick Clifton <nickc@redhat.com>
Wed, 10 Apr 2002 08:14:32 +0000 (08:14 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 10 Apr 2002 08:14:32 +0000 (08:14 +0000)
Set MEMFLAG_PURE by default - bug exposed by regenerated files.

binutils/ChangeLog
binutils/rcparse.y
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/windres/capstyle.rsd
binutils/testsuite/binutils-all/windres/deflang.rsd
binutils/testsuite/binutils-all/windres/dialogsignature.rsd
binutils/testsuite/binutils-all/windres/escapea.rsd
binutils/testsuite/binutils-all/windres/escapex.rsd
binutils/testsuite/binutils-all/windres/nocaption.rsd
binutils/testsuite/binutils-all/windres/printstyle.rsd
binutils/testsuite/binutils-all/windres/sublang.rsd

index 5dca07d9dff41daa7ec1f99f2fe00bd612ae1b1e..ba1c648a32dfcdaa21792592022048f2d99fc2ee 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * rcparse.y: Set MEMFLAG_PURE by default.
+
 2002-04-09  Bernd Herd <info@herdsoft.com>
 
        * rcparse.y: CLASS definitions in DIALOG resources 
index 4ab9a0988a2c1c54f8f681964c52e9965ac25148..572d9c24f4b38a887c5d7045aa44399b529d9bd6 100644 (file)
@@ -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
          {
index 04306518c8215e55579a7be9fb359414d857aea6..a9c846e70ee9b3fa28c14d4fb403539f9c2c055b 100644 (file)
@@ -1,3 +1,14 @@
+2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * binutils-all/windres/capstyle.rsd: Regernate using MSVC.
+       * binutils-all/windres/deflang.rsd: Regernate using MSVC.
+       * binutils-all/windres/dialogsignature.rsd: Regernate using MSVC.
+       * binutils-all/windres/escapea.rsd: Regernate using MSVC.
+       * binutils-all/windres/escapex.rsd: Regernate using MSVC.
+       * binutils-all/windres/nocaption.rsd: Regernate using MSVC.
+       * binutils-all/windres/printstyle.rsd: Regernate using MSVC.
+       * binutils-all/windres/sublang.rsd: Regernate using MSVC.
+
 2002-04-09  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * binutils-all/windres/capstyle.rc: New test case: Set default
index ad3d94f5e7042f50926b6806b0f38ef0deec75c3..fef81169b96a635ee1e61fb78caf3225815dcd06 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 36000000 20000000 ffff0500 ffff6500  6... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 0000c880 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 01000150 00000000  _..........P....
  0060 81000700 32000e00 0100ffff 80004f00  ....2.........O.
index 36b68c24a5fb66fb54a6296eef496a6c2ec7ff97..270b62234aff9bbe2c98aa783c01d0e4a9fd4bec 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 36000000 20000000 ffff0500 ffff6500  6... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 00008880 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 01000150 00000000  _..........P....
  0060 81000700 32000e00 0100ffff 80004f00  ....2.........O.
index 9a44b829caeed0dc4ae03da239dc11b4d75f15a7..a01c14de8ba9df9059507266be654f1b56076a8c 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 36000000 20000000 ffff0500 ffff6500  6... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 01000000 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 01000150 00000000  _..........P....
  0060 81000700 32000e00 0100ffff 80004f00  ....2.........O.
index aff09282077220befba8583b7c89fa3aa413dee4..c8a7f4eb23fc2f370bec9f4c58e0e589f7ba295b 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 28000000 20000000 ffff0400 ffff1400  (... ...........
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 00000000 90002600 46006900 6c006500  ......&.F.i.l.e.
  0050 00008000 11002600 4f007000 65006e00  ......&.O.p.e.n.
  0060 08005e00 4f000000                    ..^.O...        
index 182007cc46b07a0f37f4ceb7491fe1672e066ae0..280aead036d5cd2ce05b210097ae626e99a6def4 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 34000000 20000000 ffff0500 ffff6500  4... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 00008880 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 00000250 00000000  _..........P....
  0060 17002e00 1c000800 ffffffff 8200b000  ................
index 36b68c24a5fb66fb54a6296eef496a6c2ec7ff97..270b62234aff9bbe2c98aa783c01d0e4a9fd4bec 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 36000000 20000000 ffff0500 ffff6500  6... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 00008880 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 01000150 00000000  _..........P....
  0060 81000700 32000e00 0100ffff 80004f00  ....2.........O.
index a44adda9d99b1014355c5a37327a887872badffb..6a4a919c90b4beef8b713b7692fd099e84b78e7c 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 36000000 20000000 ffff0500 ffff6500  6... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 00000000 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 01000150 00000000  _..........P....
  0060 81000700 32000e00 0100ffff 80004f00  ....2.........O.
index 36b68c24a5fb66fb54a6296eef496a6c2ec7ff97..270b62234aff9bbe2c98aa783c01d0e4a9fd4bec 100644 (file)
@@ -1,7 +1,7 @@
  0000 00000000 20000000 ffff0000 ffff0000  .... ...........
  0010 00000000 00000000 00000000 00000000  ................
  0020 36000000 20000000 ffff0500 ffff6500  6... .........e.
- 0030 00000000 10100904 00000000 00000000  ................
+ 0030 00000000 30100904 00000000 00000000  ....0...........
  0040 00008880 00000000 01000000 0000ba00  ................
  0050 5f000000 00000000 01000150 00000000  _..........P....
  0060 81000700 32000e00 0100ffff 80004f00  ....2.........O.