Commit 55f9959d by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r107023
parent d2e5a87e
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.
......
......@@ -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 ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment