diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arm/thumb.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 43e5842..99ea250 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]: diff --git a/gcc/config/arm/thumb.c b/gcc/config/arm/thumb.c index aa24f96..30545e5 100644 --- a/gcc/config/arm/thumb.c +++ b/gcc/config/arm/thumb.c @@ -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, Boston, MA 02111-1307, USA. */ -#include <stdio.h> -#include <string.h> #include "config.h" +#include "system.h" #include "rtl.h" #include "hard-reg-set.h" #include "regs.h" |