m68k.c: Include <stdlib.h> for atoi.
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Mon, 16 Mar 1998 02:16:43 +0000 (02:16 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 16 Mar 1998 02:16:43 +0000 (02:16 +0000)
commit1d8eaa6b15a8c33e42adac583d479ff5170b06bb
treed924b5d13e18dad4004dbe54eabd50d8a317ccb8
parent60ba47b43c5aca239faa63deed62b13016e88f30
m68k.c: Include <stdlib.h> for atoi.

* config/m68k/m68k.c: Include <stdlib.h> for atoi.  Include
"recog.h" for offsettable_memref_p.
(legitimize_pic_address): Remove unused variable `offset'.
(notice_update_cc): Change return type to void.  Add default label
to switch.
(standard_68881_constant_p): Remove unused variable mode.
(print_operand): Define local variable i only if SUPPORT_SUN_FPA.
(const_int_cost): Explicitly declare as returning int.
(output_dbcc_and_branch): Change return type to void.
* config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
(...).  Use GEN_INT instead of gen_rtx_CONST_INT.

From-SVN: r18617
gcc/ChangeLog
gcc/config/m68k/linux.h
gcc/config/m68k/m68k.c
gcc/config/m68k/m68k.h
gcc/config/m68k/m68k.md