comparison gcc/config/rs6000/sysv4.opt @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 ; SYSV4 options for PPC port. 1 ; SYSV4 options for PPC port.
2 ; 2 ;
3 ; Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. 3 ; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
4 ; Contributed by Aldy Hernandez <aldy@quesejoda.com>. 4 ; Contributed by Aldy Hernandez <aldy@quesejoda.com>.
5 ; 5 ;
6 ; This file is part of GCC. 6 ; This file is part of GCC.
7 ; 7 ;
8 ; GCC is free software; you can redistribute it and/or modify it under 8 ; GCC is free software; you can redistribute it and/or modify it under
30 mtls-size= 30 mtls-size=
31 Target RejectNegative Joined 31 Target RejectNegative Joined
32 Specify bit size of immediate TLS offsets 32 Specify bit size of immediate TLS offsets
33 33
34 mbit-align 34 mbit-align
35 Target Report Mask(NO_BITFIELD_TYPE) 35 Target Report Var(TARGET_NO_BITFIELD_TYPE)
36 Align to the base type of the bit-field 36 Align to the base type of the bit-field
37 37
38 mstrict-align 38 mstrict-align
39 Target Report Mask(STRICT_ALIGN) 39 Target Report Mask(STRICT_ALIGN)
40 Align to the base type of the bit-field 40 Align to the base type of the bit-field
72 mtoc 72 mtoc
73 Target RejectNegative 73 Target RejectNegative
74 no description yet 74 no description yet
75 75
76 mprototype 76 mprototype
77 Target Var(TARGET_PROTOTYPE) 77 Target Var(target_prototype)
78 Assume all variable arg functions are prototyped 78 Assume all variable arg functions are prototyped
79 79
80 ;; FIXME: Does nothing. 80 ;; FIXME: Does nothing.
81 mno-traceback 81 mno-traceback
82 Target RejectNegative 82 Target RejectNegative
85 meabi 85 meabi
86 Target Report Mask(EABI) 86 Target Report Mask(EABI)
87 Use EABI 87 Use EABI
88 88
89 mbit-word 89 mbit-word
90 Target Report Mask(NO_BITFIELD_WORD) 90 Target Report Var(TARGET_NO_BITFIELD_WORD)
91 Allow bit-fields to cross word boundaries 91 Allow bit-fields to cross word boundaries
92 92
93 mregnames 93 mregnames
94 Target Mask(REGNAMES) 94 Target Var(rs6000_regnames)
95 Use alternate register names 95 Use alternate register names
96 96
97 ;; FIXME: Does nothing. 97 ;; This option does nothing and only exists because the compiler
98 ;; driver passes all -m* options through.
98 msdata 99 msdata
99 Target 100 Target
100 no description yet 101 Use default method for sdata handling
101 102
102 msim 103 msim
103 Target RejectNegative 104 Target RejectNegative
104 Link with libsim.a, libc.a and sim-crt0.o 105 Link with libsim.a, libc.a and sim-crt0.o
105 106