* config/vax/vax.h (TARGET_BSD_DIVMOD): New macro. Set to 1.
authormacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 2009 01:23:54 +0000 (01:23 +0000)
committermacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 2009 01:23:54 +0000 (01:23 +0000)
commit91ec62fb97f9a54ac976d45efec768815a885b24
tree678db9620aef6b8c0ac4f01da0f5a5ac39c84a78
parent6f99fa06eafd91a21cbca8d19539a980099fb0cc
* config/vax/vax.h (TARGET_BSD_DIVMOD): New macro.  Set to 1.
* config/vax/linux.h (TARGET_BSD_DIVMOD): New macro.  Redefine the
to 0.
* config/vax/vax.c (vax_init_libfuncs): Only redefine udiv_optab
and umod_optab if TARGET_BSD_DIVMOD.
* config/vax/lib1funcs.asm: New file.
* config/vax/t-linux: New file.
* config.gcc (vax-*-linux*): Set tmake_file to vax/t-linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149128 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/vax/lib1funcs.asm [new file with mode: 0644]
gcc/config/vax/linux.h
gcc/config/vax/t-linux [new file with mode: 0644]
gcc/config/vax/vax.c
gcc/config/vax/vax.h