]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* mklibgcc.in: Change contents of eh_dummy.c.
authorSteve Ellcey <sje@cup.hp.com>
Tue, 15 Nov 2005 16:22:13 +0000 (16:22 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 15 Nov 2005 16:22:13 +0000 (16:22 +0000)
From-SVN: r107023

gcc/ChangeLog
gcc/mklibgcc.in

index 3b723f917ebae5ba45c8b771970bdc1703e68c34..3217b54c2db17cc5deaddf3b8fde282a3ca1935b 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-15  Steve Ellcey  <sje@cup.hp.com>
+
+       * mklibgcc.in: Change contents of eh_dummy.c.
+
 2005-11-15  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * loop.c (scan_loop): Do not insert temporaries for hard registers.
index b36d31ef5113db14a727e631b9acd17aa857909f..6517b1d6fcefe1a59d6171c2b48b0b6201ff5c4d 100644 (file)
@@ -806,7 +806,7 @@ echo "      if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi"
 
 if [ "$need_eh_dummy" ]; then
   echo "eh_dummy.c:"
-  echo "       echo 'struct eh_dummy;' > \$@"
+  echo "       echo 'int __libgcc_eh_dummy;' > \$@"
 fi
 
 echo ""