mirror of git://gcc.gnu.org/git/gcc.git
* mklibgcc.in: Change contents of eh_dummy.c.
From-SVN: r107023
This commit is contained in:
parent
d2e5a87ebe
commit
55f9959db8
|
@ -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.
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue