Replace #include <...> with #include "system.h"
From-SVN: r32035
This commit is contained in:
parent
b7a8086234
commit
cb3d6d015b
@ -1,3 +1,8 @@
|
|||||||
|
2000-02-17 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* config/arm/thumb.c: Replace includes of system headers with
|
||||||
|
#include "system.h".
|
||||||
|
|
||||||
2000-02-16 Richard Henderson <rth@cygnus.com>
|
2000-02-16 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
* configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
|
* configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
|
||||||
|
@ -20,9 +20,8 @@ along with GNU CC; see the file COPYING. If not, write to
|
|||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "hard-reg-set.h"
|
#include "hard-reg-set.h"
|
||||||
#include "regs.h"
|
#include "regs.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user