vax.opt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ; Options for the VAX port of the compiler.
  2. ; Copyright (C) 2005-2015 Free Software Foundation, Inc.
  3. ;
  4. ; This file is part of GCC.
  5. ;
  6. ; GCC is free software; you can redistribute it and/or modify it under
  7. ; the terms of the GNU General Public License as published by the Free
  8. ; Software Foundation; either version 3, or (at your option) any later
  9. ; version.
  10. ;
  11. ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  12. ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13. ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  14. ; for more details.
  15. ;
  16. ; You should have received a copy of the GNU General Public License
  17. ; along with GCC; see the file COPYING3. If not see
  18. ; <http://www.gnu.org/licenses/>.
  19. md
  20. Target RejectNegative InverseMask(G_FLOAT)
  21. Target DFLOAT double precision code
  22. md-float
  23. Target RejectNegative InverseMask(G_FLOAT)
  24. Target DFLOAT double precision code
  25. mg
  26. Target RejectNegative Mask(G_FLOAT)
  27. Generate GFLOAT double precision code
  28. mg-float
  29. Target RejectNegative Mask(G_FLOAT)
  30. Generate GFLOAT double precision code
  31. mgnu
  32. Target RejectNegative InverseMask(UNIX_ASM)
  33. Generate code for GNU assembler (gas)
  34. munix
  35. Target RejectNegative Mask(UNIX_ASM)
  36. Generate code for UNIX assembler
  37. mvaxc-alignment
  38. Target RejectNegative Mask(VAXC_ALIGNMENT)
  39. Use VAXC structure conventions
  40. mqmath
  41. Target Mask(QMATH)
  42. Use new adddi3/subdi3 patterns