comparison gcc/config/mips/mips.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 b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
206 206
207 mlong64 207 mlong64
208 Target Report RejectNegative Mask(LONG64) 208 Target Report RejectNegative Mask(LONG64)
209 Use a 64-bit long type 209 Use a 64-bit long type
210 210
211 mmcount-ra-address
212 Target Report Var(TARGET_MCOUNT_RA_ADDRESS)
213 Pass the address of the ra save location to _mcount in $12
214
211 mmemcpy 215 mmemcpy
212 Target Report Mask(MEMCPY) 216 Target Report Mask(MEMCPY)
213 Don't optimize block moves 217 Don't optimize block moves
214 218
215 mmips-tfile 219 mmips-tfile
242 246
243 mr10k-cache-barrier= 247 mr10k-cache-barrier=
244 Target Joined RejectNegative 248 Target Joined RejectNegative
245 -mr10k-cache-barrier=SETTING Specify when r10k cache barriers should be inserted 249 -mr10k-cache-barrier=SETTING Specify when r10k cache barriers should be inserted
246 250
251 mrelax-pic-calls
252 Target Report Mask(RELAX_PIC_CALLS)
253 Try to allow the linker to turn PIC calls into direct calls
254
247 mshared 255 mshared
248 Target Report Var(TARGET_SHARED) Init(1) 256 Target Report Var(TARGET_SHARED) Init(1)
249 When generating -mabicalls code, make the code suitable for use in shared libraries 257 When generating -mabicalls code, make the code suitable for use in shared libraries
250 258
251 msingle-float 259 msingle-float
266 274
267 msym32 275 msym32
268 Target Report Var(TARGET_SYM32) 276 Target Report Var(TARGET_SYM32)
269 Assume all symbols have 32-bit values 277 Assume all symbols have 32-bit values
270 278
279 msynci
280 Target Report Mask(SYNCI)
281 Use synci instruction to invalidate i-cache
282
271 mtune= 283 mtune=
272 Target RejectNegative Joined Var(mips_tune_string) 284 Target RejectNegative Joined Var(mips_tune_string)
273 -mtune=PROCESSOR Optimize the output for PROCESSOR 285 -mtune=PROCESSOR Optimize the output for PROCESSOR
274 286
275 muninit-const-in-rodata 287 muninit-const-in-rodata