亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? changelog.9

?? GUN開源阻止下的編譯器GCC
?? 9
?? 第 1 頁 / 共 5 頁
字號:
	* configure: Ditto.	* rs6000/xm-sysv4.h: New file, to support building GCC for a	System V.4 PowerPC system.	* rs6000/sysv4.h: Ditto.	* rs6000/x-sysv4: Ditto.	* rs6000/eabi.h: New file, to support building GCC for an embedded	PowerPC system.	* rs6000/rs6000.h (TARGET_SWITCHES): Add -mmultiple, -mno-multiple	to control emitting load/store multiple instructions.  On the	power, this is on by default, and on the powerpc it is off.	(SUBTARGET_SWITCHES): New macro, which defaults to nothing to	allow a subtarget to add new switches.	(SAVE_FP_*, RESTORE_FP_*): New macros that give the prefix and	suffix to use for the functions that save and restore the floating	point registers.	* rs6000/rs6000.c (output_prolog): Use TARGET_MULTIPLE instead of	TARGET_POWER to control whether to emitt load/store multiple	instructions.  Use the SAVE_FP_*/RESTORE_FP_* macros instead of	using the hardwired AIX names for the functions to save and	restore the floating point registers.	(output_epilog): Likewise.	(print_operand_address): Do not prepend a '.' for %z when using	the ELF object file format.	(svr4_traceback): New function to emit the word before the	procedure prologue that System V.4 expects to do tracebacks.	(output_prolog): Call svr4_traceback under ELF systems.	(output_epilog): Omit AIX style traceback tables for ELF systems.	(output_function_profiler): Abort for now in the ELF case.	* rs6000/rs6000.md (load_multiple, store_multiple): Test against	TARGET_MULTIPLE instead of TARGET_POWER.Tue Jan 31 19:27:43 1995  Torbjorn Granlund  <tege@cygnus.com>	* pa.h (REAL_ARITHMETIC): Define.	(ASM_OUTPUT_DOUBLE): Rewrite.	(ASM_OUTPUT_FLOAT): Rewrite.	* pa.md (SF and DF move): Use constraint 'E' instead of 'F'.	* pa.c (singlemove_string): Make case with SFmode CONST_DOUBLE abort.	(print_operand): #ifdef out CONST_DOUBLE cases.Tue Jan 31 19:27:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>	* pa/pa.h (TARGET_SOFT_FLOAT): New macro.	(TARGET_SWITCHES, CPP_SPEC, CONDITIONAL_REGISTER_USAGE, FUNCTION_VALUE,	LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P,	FUNCTION_ARG, ASM_DECLARE_FUNCTION_NAME, GO_IF_LEGITIMATE_ADDRESS,	RTX_COSTS): Use TARGET_SOFT_FLOAT.	* pa/pa.md (*sf*, *df*, etc): Make all floating point patterns depend	on ! TARGET_SOFT_FLOAT.	(movsi, movdi, movsf, movdf): Add patterns for TARGET_SOFT_FLOAT.Tue Jan 31 15:53:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>        * toplev.c (lang_options): Add -f{no-,}check-new.Tue Jan 31 13:55:37 1995  Doug Evans  <dje@cygnus.com>	* mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Ensure section is .text if	no section attribute.	* mips/elf64.h (ASM_OUTPUT_SECTION_NAME): Use asm_out_text_file for	functions.Tue Jan 31 13:26:42 1995  Ian Lance Taylor  <ian@cygnus.com>	* libgcc2.c: Include <limits.h>, not "glimits.h".Mon Jan 30 16:34:24 1995  Jason Merrill  <jason@phydeaux.cygnus.com>        * c-common.c (type_for_size): Try to match on int before other        types (which might be the same size).        (type_for_mode): Ditto.Sat Jan 28 16:28:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>	* config/sparc/sysv4.h (ASM_OUTPUT_SECTION_NAME): #undef before 	defining.Sat Jan 28 13:54:23 1995  Jeffrey A. Law  (law@snake.cs.utah.edu)	* pa.md (call, call_value): Always save the PIC register before	a call.Sat Jan 28 07:31:26 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)	* c-typeck.c (c_expand_return): Refine check for returning pointer	to local variable to allow subtracting a pointer from it.	* calls.c (expand_call): When emitting queue for each arg,	call protect_from_queue; put in initial_value so EXPR_LIST in	is_const case won't have QUEUED.Sat Jan 28 04:36:46 1995  Jeffrey A. Law  (law@snake.cs.utah.edu)	* pa.md (call_internal_reg): Use an even faster sequence for	TARGET_FAST_INDIRECT_CALLS.	(call_value_internal_reg): Likewise.Fri Jan 27 21:28:51 1995  Ronald F. Guilmette  (rfg@segfault.us.com)	* config.sub (unixware, svr4): Treat as synonyms for sysv4.Fri Jan 27 19:36:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>	* config/i386/gnuelf.h: New file.Fri Jan 27 16:55:05 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)	* libgcc1.c (perform_lshlsi3, __lshlsi3): Deleted.	* libgcc2.c (__lshldi3): Deleted.	* Makefile.in (LIB1FUNCS): Delete _lshlsi3.	(LIB2FUNCS): Delete _lshldi3.	* expr.c (expand_expr, case MINUS_EXPR): Remove bogus operand swap.	* optabs.c (expand_binop): Add missing test for VOIDmode	before calling convert_to_mode.	* final.c (high_{block,function}_linenum): New variables.	(final_start_function): Initialize them.	(final_end_function): Pass highest line number to function end	debugging routines.	(final_scan_insn): Pass highest line number in block to block end	debugging function.	(output_source_line): Update highest line in block and function.Thu Jan 26 03:46:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>	* configure (i[345]86-*linux*): Set $extra_parts if $elf.	(*-*-gnu*): Likewise.Wed Jan 25 18:11:19 1995  Jim Wilson  <wilson@cygnus.com>	* sh.c (prepare_scc_operands): Force sh_compare_op1 to a register if	it is an invalid constant.	(output_branch): Add cases for 4, 8, and 18.  Correct branch offsets	in comments.	(find_barrier): Correct test for move instructions that need to be	fixed by verifying that the set source is a bad constant.	(arith_reg_or_0_operand): New function.	* sh.h (CONST_OK_FOR_LETTER_P): Add case for 'N'.  Correct comment.	(ADJUST_INSN_LENGTH, SHORTEN_WITH_AJUST_INSN_LENGTH): New macros.	* sh.md (define_attr type): Combine pcloadsi and pcloadhi into pcload.	(*): Likewise for all patterns that use them.	(define_attr length): Delete cases for pcloadsi and pcloadhi.	Modify branch offsets and lengths to be correct.  Correct comment.	(*): Correct length attributes for all patterns.	(in_delay_slot): Delete maybe value.  Change default case from yes to	no.  Delete case for lengths of 4, 6, 8, 10, and 12.	(cmpeq_0, cmpeq_0-1, cmpeq_0-2): Delete patterns.	(cmpeqsi_t): Delete case with constant as first operand.	(cmpgtsi_t, cmpgesi_t): Use arith_reg_or_0_operand not arith_operand.	Put register cases first.	(cmpgeusi_t, cmpgtusi_t): Delete cases for comparing against zero.	(jump): Call output_far_jump if insn length >= 14 instead of == 14.	(casesi): Use arith_reg_operand not arith_operand for operand 2.	* fixincludes (strings.h): Fix return type of strlen.	* expr.c (expand_expr, case MIN_EXPR): If must emit multiple	instructions, then don't allow a MEM target.Wed Jan 25 17:07:47 1995  Pat Rankin  (rankin@eql.caltech.edu)	* cccp.c (do_include): For VMS, don't attempt to	treat `#include X' as `#include <X.h>' unless `X' has already been	macro expanded.	(main): For VMS, do a better job of picking out the base name from	argv[0]'s absolute name.	* vax/xm-vms.h (FAILURE_EXIT_CODE): Define.Wed Jan 25 14:50:45 1995  David S. Miller  (davem@nadzieja.rutgers.edu)	* genattrtab.c (check_attr_value): Change error message text.	(simplify_test_exp): Likewise.	* stmt.c (expand_asm, expand_asm_operands): Likewise.	* mips.c (print_operand, print_operand_address): Likewise.	* dsp16xx.c (dsp16xx_reg_class_from_letter): Likewise.	(limit_reload_class, double_reg_to_memory): Likewise.	(print_operand_address, emit_1600_core_shift): Likewise.	(gen_tst_reg, gen_compare_reg): Likewise.	* dsp16xx.md (compare): Likewise.	* unroll.c (find_splittable_givs): Likewise.Wed Jan 25 13:21:10 1995  Matthias Pfaller (leo@marco.de)	* configure (ns32k-pc532-netbsd): Use netbsd32k.h instead of netbsd.h.	* ns32k/netbsd32k.h: Renamed from netbsd.h.	Don't include ansi.h.	Include config/netbsd.h and delete definitions included from it.	* ns32k/xm-netbsd.h (HAVE_ATEXIT): Deleted.Wed Jan 25 12:53:40 1995  Philippe De Muyter (phdm@info.ucl.ac.be)	* m68k/mot3300.h (DEFAULT_PCC_STRUCT_RETURN): Define as zero.	(RETURN_IN_MEMORY): Small aggregates are to be returned in d0.Wed Jan 25 12:48:43 1995  Paul Eggert  <eggert@twinsun.com>	* cccp.c (handle_directive): Fix typo: '\' caused next char to	be copied blindly, which was an error if !traditional and if	the next char was newline or one of <\'"/.Wed Jan 25 08:15:49 1995  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)	* jump.c: Include expr.h after insn-config.h and insn-flags.h.Tue Jan 24 23:19:28 1995  Doug Evans  <dje@cygnus.com>	Improved conditional move support from Richard Earnshaw.	* optabs.c (movcc_gen_code): New variable.	(init_optabs): Initialize it.	(emit_conditional_move): New function.	(can_conditionally_move_p): New function.	* combine.c (simplify_set): Call it.	* expr.h: (emit_conditional_move): Declare it.	(can_conditionally_move_p): Likewise.	(movcc_gen_code): Likewise.	* genopinit.c (optabs): Add entry for movcc_gen_code.	* genconfig.c (main): Delete #ifndef around HAVE_conditional_move.	* jump.c (jump_optimize): Try to emit a conditional move insn before	trying a store-flag insn.	* alpha.md (movsicc): New named pattern.	(movdicc, movsfcc, movdfcc): Likewise.	(SImode conditional move): New matcher.	* sparc.h (HAVE_conditional_move): Delete.	* configure: Recognize and ignore --x-* options.Mon Jan 23 23:23:33 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>	* config/svr4.h (ASM_OUTPUT_SECTION_NAME): Renamed from 	ASM_OUTPUT_SECTION.  The old name was a typo.	(ASM_OUTPUT_SECTION_NAME): Take proper number of args.Mon Jan 23 18:51:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>        * collect2.c (main): Check LD_INIT_SWITCH and LD_FINI_SWITCH        separately.        (scan_prog_file): Don't add shared library initializers or        finalizers to list if LD_INIT_SWITCH or LD_FINI_SWITCH are        defined, respectively.Mon Jan 23 18:45:13 1995  Ian Lance Taylor  <ian@cygnus.com>	* config/mips/mips.c (override_options): Permit any small integral	mode in the HI/LO registers.Mon Jan 23 15:41:10 1995  Steve Chamberlain  <sac@cygnus.com>	* h8300.md (table_jump_h8300, table_jump_h8300h): Constrain	operand to use register.Sat Jan 21 00:01:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>	* configure (*-*-gnuelf*): Set elf=yes.	(*-*-gnu*): Use ${cpu_type}/gnuelf.h under --with-elf.Fri Jan 20 20:11:17 1995  Jim Wilson  <wilson@cygnus.com>	* combine.c (num_sign_bit_copies): Can handle paradoxical subreg only	if LOAD_EXTEND_OP is defined to SIGN_EXTEND.	* loop.c (record_giv): Initialize new field same_insn.	* loop.h (structure induction): Add new field same_insn.	* unroll.c (copy_loop_body): When check for shared address givs, use	new same_insn field.	(find_splittable_givs): New variable v2.  Scan givs to set new	same_insn field.  Use same_insn to indentify address givs to be	shared.	* flow.c (find_basic_blocks): No longer need to check for deleted	nonlocal_labels.	* function.c (delete_handlers): When clear LABEL_PRESERVE_P,	also remove label from nonlocal_label list.	* integrate.c (save_for_inline_copying): Add comment that	nonlocal_label list should be updated if it ever can be nonzero.	* sdbout.c (syms.h): Don't include under Linux.	* loop.c (scan_loop): For the replace_rtx call, copy the rtx that is	being substituted in before the call.	* sh.c (machine_dependent_reorg): When remove SUBREG, add in	SUBREG_WORD to new register number.	* sh.c (multcosts): Do not compute cost of constant power-of-two	multiplies as if they were shifts.  Reduce multiply cost from 5 to 3.	Delete variable insn_cost.Fri Jan 20 14:21:49 1995  Mike Stump  <mrs@cygnus.com>	* stmt.c (expand_cleanups): Add 4th argument to indicate if code	needs to be expanded for the cleanup.	(expand_goto_internal): Ditto.	(bc_expand_goto_internal): Ditto.	(fixup_gotos): Ditto.	(expand_end_bindings): Ditto.  We now always call expand_cleanups,	even after BARRIERs, so that the call to the exception handling	routines is always done.Thu Jan 19 18:39:14 1995  Ian Lance Taylor  <ian@cygnus.com>	* config/mips/mips.h (MASK_SINGLE_FLOAT): Define.	(MASK_MAD): Define.	(TARGET_SINGLE_FLOAT, TARGET_DOUBLE_FLOAT): Define.	(TARGET_MAD): Define.	(TARGET_SWITCHES): Add single-float, double-float, mad, no-mad,	4650.	(ASM_SPEC): For gas, pass down -m4650, and pass -m4650 if -mmad is	used.	(CC1_SPEC): If -mips3 is used, only set -mfp64 if neither	-msingle-float nor -m4650 are used.  Don't permit both -mfp64 and	-msingle-float, or both -mfp64 and -m4650.  If -m4650 is used,	pass down -mcpu=r4650.	(FIXED_REGISTERS): Change HI and LO to not be fixed.	(HARD_REGNO_NREGS): If TARGET_SINGLE_FLOAT, use floating point	registers in 4 byte units, not 8 byte units.	(SECONDARY_RELOAD_CLASS): Define.	(mips_secondary_reload_class): Declare.	(LIBCALL_VALUE): If TARGET_SINGLE_FLOAT, only use FP_RETURN if the	mode size is <= 4.	(REGISTER_MOVE_COST): Use a cost of 12 when moving HI or LO to	anything other than a general register.	* config/mips/mips.c (function_arg): If TARGET_SINGLE_FLOAT, pass	DFmode arguments in general registers.	(override_options): Accept 4650 as a cpu type.  If

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产91丝袜在线观看| 亚洲一卡二卡三卡四卡| 欧美精品自拍偷拍| 在线日韩一区二区| 91免费视频网| 日本乱人伦aⅴ精品| 97se亚洲国产综合在线| 不卡一区二区三区四区| 91玉足脚交白嫩脚丫在线播放| 国产精品996| 国产99精品国产| 成人爱爱电影网址| 99久久精品国产毛片| 91美女视频网站| 欧美亚洲综合色| 制服丝袜激情欧洲亚洲| 91精品国产免费| 久久久国产精品麻豆| 久久精品夜色噜噜亚洲a∨| 欧美韩日一区二区三区| 中文字幕制服丝袜一区二区三区 | 99久久精品国产导航| 99久久精品99国产精品| 欧美日韩亚洲另类| 日韩一区二区在线免费观看| 精品第一国产综合精品aⅴ| 久久精品亚洲麻豆av一区二区| 国产欧美视频一区二区| 亚洲综合小说图片| 蜜臀av一区二区| 丁香激情综合五月| 欧美熟乱第一页| 久久午夜老司机| 亚洲欧美国产高清| 蜜臀av一区二区在线免费观看| jlzzjlzz国产精品久久| 欧美日韩不卡一区| 国产欧美日韩不卡| 亚洲国产欧美在线| 成人一区二区在线观看| 欧美高清视频不卡网| 中文字幕日韩一区| 免费美女久久99| 在线观看日韩电影| 欧美经典一区二区三区| 午夜视频在线观看一区| 成人激情视频网站| 日韩午夜激情视频| 亚洲国产日韩精品| av午夜一区麻豆| 久久久久青草大香线综合精品| 亚洲综合激情网| 成人avav影音| 精品国产乱码久久久久久久久| 一区二区三区在线免费播放| 国内精品免费**视频| 欧美老肥妇做.爰bbww| 日韩码欧中文字| 国产一区二区三区免费看| 欧美人牲a欧美精品| 有坂深雪av一区二区精品| 国产精品一级在线| 精品国产一区二区三区四区四| 亚洲一区二区三区四区在线观看 | 在线不卡中文字幕播放| 最好看的中文字幕久久| 国产成人亚洲精品青草天美| 日韩免费高清av| 首页综合国产亚洲丝袜| 欧美日韩三级视频| 亚洲品质自拍视频| 91亚洲精品乱码久久久久久蜜桃| 欧美国产激情一区二区三区蜜月| 久久av资源站| 精品国产成人系列| 精品一区二区免费在线观看| 91精品国产一区二区三区香蕉| 亚洲国产婷婷综合在线精品| 91福利精品第一导航| 亚洲另类在线视频| 91极品视觉盛宴| 午夜精品免费在线| 在线91免费看| 免费xxxx性欧美18vr| 欧美va亚洲va在线观看蝴蝶网| 久久成人免费网| 国产三区在线成人av| 国产成人免费9x9x人网站视频| 亚洲国产精品精华液2区45| 国产成人精品一区二区三区四区| 欧美激情艳妇裸体舞| 色婷婷综合激情| 天天综合天天综合色| 精品少妇一区二区三区在线播放| 狠狠色综合播放一区二区| 国产欧美日本一区二区三区| 国产91精品久久久久久久网曝门| 欧美精彩视频一区二区三区| 99久久99久久精品免费观看| 亚洲六月丁香色婷婷综合久久 | 国内不卡的二区三区中文字幕 | 日本道色综合久久| 日韩成人免费电影| 久久综合久久久久88| 99久久精品99国产精品| 午夜精品久久一牛影视| 久久久三级国产网站| 99综合电影在线视频| 水野朝阳av一区二区三区| 国产亚洲一区二区三区四区| 99精品久久免费看蜜臀剧情介绍| 亚洲国产美女搞黄色| 久久婷婷国产综合精品青草| 91小视频在线| 久久精品国内一区二区三区| 国产精品情趣视频| 91精品国产综合久久蜜臀| 成人黄色在线网站| 蜜桃91丨九色丨蝌蚪91桃色| 中文字幕欧美三区| 777精品伊人久久久久大香线蕉| 国产成a人亚洲精| 婷婷久久综合九色综合绿巨人| 久久久久国产精品人| 欧美日韩国产影片| 91网上在线视频| 国产成人午夜片在线观看高清观看| 亚洲一卡二卡三卡四卡| 国产精品第一页第二页第三页| 欧美成人一区二区三区| 欧美色区777第一页| 成人免费福利片| 激情丁香综合五月| 日韩电影免费在线观看网站| 亚洲男女一区二区三区| 欧美激情一区二区三区四区| 日韩三级免费观看| 欧美日韩成人在线一区| 欧美色图激情小说| 在线观看日韩电影| 91视频.com| 99久久精品国产麻豆演员表| 成人午夜伦理影院| 国产伦精品一区二区三区视频青涩 | aaa国产一区| 国产白丝网站精品污在线入口| 美女一区二区视频| 五月天一区二区三区| 一区二区三区在线观看视频 | 蜜桃av一区二区在线观看| 亚洲大片免费看| 一区二区欧美视频| 一区二区三区在线免费播放| 亚洲免费色视频| 一二三区精品视频| 亚洲午夜激情av| 五月天激情综合| 日本在线观看不卡视频| 青青草成人在线观看| 日韩成人免费看| 国产永久精品大片wwwapp| 国产综合色精品一区二区三区| 奇米亚洲午夜久久精品| 精品一区二区三区免费视频| 国产麻豆精品在线| 99视频热这里只有精品免费| 色视频一区二区| 欧美制服丝袜第一页| 制服丝袜成人动漫| 欧美va日韩va| 中文字幕+乱码+中文字幕一区| 国产精品久久久久久久久久久免费看| 中文字幕欧美日本乱码一线二线| 中文字幕人成不卡一区| 一片黄亚洲嫩模| 久久激情五月激情| 国产精品亚洲一区二区三区在线| 国产91精品在线观看| 色88888久久久久久影院按摩| 911精品国产一区二区在线| 久久久国产综合精品女国产盗摄| 国产精品成人免费精品自在线观看| 亚洲视频狠狠干| 麻豆国产精品777777在线| 国产成人免费av在线| 欧美日韩一区不卡| 久久久久久久久岛国免费| 亚洲免费观看高清完整版在线| 亚洲综合色成人| 国产精品一区二区久久精品爱涩| 91香蕉视频mp4| 欧美v亚洲v综合ⅴ国产v| 亚洲视频在线一区观看| 天天综合天天做天天综合| 成人性生交大片免费看在线播放| 在线中文字幕不卡| 久久精品一区蜜桃臀影院| 亚洲一二三专区| 大尺度一区二区| 欧美一区二区三区精品|