* mklibgcc.in: Change contents of eh_dummy.c.

From-SVN: r107023
This commit is contained in:
Steve Ellcey 2005-11-15 16:22:13 +00:00 committed by Steve Ellcey
parent d2e5a87ebe
commit 55f9959db8
2 changed files with 5 additions and 1 deletions

View 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.

View 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 ""