crtstuff.c: Revert part of 2005-05-08 Change.
* crtstuff.c: Revert part of 2005-05-08 Change. (IN_LIBGCC2): Define. From-SVN: r99509
This commit is contained in:
parent
8809f6f945
commit
56d6849d89
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-10 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* crtstuff.c: Revert part of 2005-05-08 Change.
|
||||
(IN_LIBGCC2): Define.
|
||||
|
||||
2005-05-10 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* config/sparc/sparc.c (fp_sethi_p): Test !SPARC_SIMM13_P and
|
||||
|
|
|
@ -51,6 +51,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
|
||||
This file must be compiled with gcc. */
|
||||
|
||||
/* Target machine header files require this define. */
|
||||
#define IN_LIBGCC2
|
||||
|
||||
#include "tconfig.h"
|
||||
#include "tsystem.h"
|
||||
#include "coretypes.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue