OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [m68hc11/] [m68hc11.opt] - Diff between revs 38 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 154
; Options for the Motorola 68HC11 and 68HC12 port of the compiler.
; Options for the Motorola 68HC11 and 68HC12 port of the compiler.
; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
;
;
; This file is part of GCC.
; This file is part of GCC.
;
;
; GCC is free software; you can redistribute it and/or modify it under
; GCC is free software; you can redistribute it and/or modify it under
; the terms of the GNU General Public License as published by the Free
; the terms of the GNU General Public License as published by the Free
; Software Foundation; either version 3, or (at your option) any later
; Software Foundation; either version 3, or (at your option) any later
; version.
; version.
;
;
; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
; WARRANTY; without even the implied warranty of MERCHANTABILITY or
; WARRANTY; without even the implied warranty of MERCHANTABILITY or
; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
; for more details.
; for more details.
;
;
; You should have received a copy of the GNU General Public License
; You should have received a copy of the GNU General Public License
; along with GCC; see the file COPYING3.  If not see
; along with GCC; see the file COPYING3.  If not see
; .
; .
m6811
m6811
Target RejectNegative InverseMask(M6812, M6811)
Target RejectNegative InverseMask(M6812, M6811)
Compile for a 68HC11
Compile for a 68HC11
m6812
m6812
Target RejectNegative Mask(M6812)
Target RejectNegative Mask(M6812)
Compile for a 68HC12
Compile for a 68HC12
m68hc11
m68hc11
Target RejectNegative InverseMask(M6812)
Target RejectNegative InverseMask(M6812)
Compile for a 68HC11
Compile for a 68HC11
m68hc12
m68hc12
Target RejectNegative Mask(M6812) MaskExists
Target RejectNegative Mask(M6812) MaskExists
Compile for a 68HC12
Compile for a 68HC12
; At the moment, there is no difference between the code generated
; At the moment, there is no difference between the code generated
; for -m68hc12 and -m68hcs12.
; for -m68hc12 and -m68hcs12.
m68hcs12
m68hcs12
Target RejectNegative Mask(M6812) MaskExists
Target RejectNegative Mask(M6812) MaskExists
Compile for a 68HCS12
Compile for a 68HCS12
m68s12
m68s12
Target RejectNegative Mask(M6812) MaskExists
Target RejectNegative Mask(M6812) MaskExists
Compile for a 68HCS12
Compile for a 68HCS12
mauto-incdec
mauto-incdec
Target RejectNegative Report Mask(AUTO_INC_DEC)
Target RejectNegative Report Mask(AUTO_INC_DEC)
Auto pre/post decrement increment allowed
Auto pre/post decrement increment allowed
minmax
minmax
Target RejectNegative Report Mask(MIN_MAX)
Target RejectNegative Report Mask(MIN_MAX)
Min/max instructions allowed
Min/max instructions allowed
mlong-calls
mlong-calls
Target RejectNegative Report Mask(LONG_CALLS)
Target RejectNegative Report Mask(LONG_CALLS)
Use call and rtc for function calls and returns
Use call and rtc for function calls and returns
mnoauto-incdec
mnoauto-incdec
Target RejectNegative Report InverseMask(AUTO_INC_DEC)
Target RejectNegative Report InverseMask(AUTO_INC_DEC)
Auto pre/post decrement increment not allowed
Auto pre/post decrement increment not allowed
mnolong-calls
mnolong-calls
Target RejectNegative Report InverseMask(LONG_CALLS)
Target RejectNegative Report InverseMask(LONG_CALLS)
Use jsr and rts for function calls and returns
Use jsr and rts for function calls and returns
mnominmax
mnominmax
Target RejectNegative Report InverseMask(MIN_MAX)
Target RejectNegative Report InverseMask(MIN_MAX)
Min/max instructions not allowed
Min/max instructions not allowed
mnorelax
mnorelax
Target RejectNegative Report InverseMask(NO_DIRECT_MODE)
Target RejectNegative Report InverseMask(NO_DIRECT_MODE)
Use direct addressing mode for soft registers
Use direct addressing mode for soft registers
mnoshort
mnoshort
Target RejectNegative Report InverseMask(SHORT)
Target RejectNegative Report InverseMask(SHORT)
Compile with 32-bit integer mode
Compile with 32-bit integer mode
; Currently ignored.
; Currently ignored.
mreg-alloc=
mreg-alloc=
Target RejectNegative Joined
Target RejectNegative Joined
Specify the register allocation order
Specify the register allocation order
mrelax
mrelax
Target RejectNegative Report Mask(NO_DIRECT_MODE)
Target RejectNegative Report Mask(NO_DIRECT_MODE)
Do not use direct addressing mode for soft registers
Do not use direct addressing mode for soft registers
mshort
mshort
Target RejectNegative Report Mask(SHORT)
Target RejectNegative Report Mask(SHORT)
Compile with 16-bit integer mode
Compile with 16-bit integer mode
msoft-reg-count=
msoft-reg-count=
Target RejectNegative Joined UInteger Var(m68hc11_soft_reg_count) Init(-1)
Target RejectNegative Joined UInteger Var(m68hc11_soft_reg_count) Init(-1)
Indicate the number of soft registers available
Indicate the number of soft registers available
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.