/toolchain/binutils/binutils-2.25/ |
D | Makefile.tpl | 427 [+ FOR bootstrap-stage +] 437 [+ ENDFOR bootstrap-stage +] 585 "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \ 588 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \ 1016 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+] 1017 maybe-configure-stage[+id+]-[+prefix+][+module+]: 1019 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+] 1020 configure-stage[+id+]-[+prefix+][+module+]: 1021 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start 1050 echo Configuring stage [+id+] in [+subdir+]/[+module+] ; \ [all …]
|
D | Makefile.in | 3027 echo Configuring stage 1 in $(HOST_SUBDIR)/bfd ; \ 3059 echo Configuring stage 2 in $(HOST_SUBDIR)/bfd ; \ 3092 echo Configuring stage 3 in $(HOST_SUBDIR)/bfd ; \ 3125 echo Configuring stage 4 in $(HOST_SUBDIR)/bfd ; \ 3158 echo Configuring stage profile in $(HOST_SUBDIR)/bfd ; \ 3191 echo Configuring stage feedback in $(HOST_SUBDIR)/bfd ; \ 3899 echo Configuring stage 1 in $(HOST_SUBDIR)/opcodes ; \ 3931 echo Configuring stage 2 in $(HOST_SUBDIR)/opcodes ; \ 3964 echo Configuring stage 3 in $(HOST_SUBDIR)/opcodes ; \ 3997 echo Configuring stage 4 in $(HOST_SUBDIR)/opcodes ; \ [all …]
|
D | ChangeLog | 437 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. 438 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. 1946 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add 1948 (all-stage[+id+]-[+prefix+][+module+]): Likewise. 2310 * Makefile.tpl ([+compare-target+]): Compare all stage 2936 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags 2938 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass 3237 (distclean-stage[+id+]): Possibly delete stage_last. 3290 (configure-stage[+id+]-[+prefix+][+module+], 3291 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+]. [all …]
|
D | configure.ac | 1600 # In stage 1, default to linking libstdc++ and libgcc statically with GCC 1746 # By default, C and C++ are the only stage 1 languages. 1830 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2 1959 # Add to (comma-separated) list of stage 1 languages. 2638 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
|
D | configure | 7269 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
|
/toolchain/binutils/binutils-2.25/gas/ |
D | Makefile.am | 594 testsuite/site.exp site.bak site.exp stage stage1 stage2 627 rm -f stage && ln -s stage1 stage 630 rm -f stage && ln -s stage2 stage 635 rm -f stage && ln -s stage1 stage 638 rm -f stage && ln -s stage2 stage 643 rm -f stage && ln -s stage2 stage
|
D | Makefile.in | 679 testsuite/site.exp site.bak site.exp stage stage1 stage2 2627 rm -f stage && ln -s stage1 stage 2630 rm -f stage && ln -s stage2 stage 2635 rm -f stage && ln -s stage1 stage 2638 rm -f stage && ln -s stage2 stage 2643 rm -f stage && ln -s stage2 stage
|
D | ChangeLog-9697 | 1076 * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
|
D | ChangeLog-9295 | 4499 "stage" symlink to the appropriate stage* directory, and use it
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | lui-2.s | 3 # stage in assembly.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xtensa-isa.c | 414 int i, stage; in xtensa_isa_num_pipe_stages() local 428 stage = use->stage; in xtensa_isa_num_pipe_stages() 429 if (stage > max_stage) in xtensa_isa_num_pipe_stages() 430 max_stage = stage; in xtensa_isa_num_pipe_stages()
|
/toolchain/binutils/binutils-2.25/include/ |
D | xtensa-isa.h | 433 int stage; member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 6117 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in resources_available() local 6118 int copies_in_use = rt->units[stage + cycle][unit]; in resources_available() 6136 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in reserve_resources() local 6141 rt->units[stage + cycle][unit]++; in reserve_resources() 6155 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in release_resources() local 6156 gas_assert (rt->units[stage + cycle][unit] > 0); in release_resources() 6157 rt->units[stage + cycle][unit]--; in release_resources() 6177 return use->stage; in opcode_funcUnit_use_stage()
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | ChangeLog-9103 | 479 which makes multi-stage comparisons fail. Compile chew.c to
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-mmix.texi | 81 that at link stage can be contracted. (Though linker relaxation isn't yet
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | cris.cpu | 230 ; stage, so we need to insert stall-cycles for ordinary insns 249 ; Noteworthy is the placement of the memory stage before the execute stage.
|
D | m32r.cpu | 218 ; The contents of a stage description is wip.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2005 | 410 (exp_fold_tree_1): Print assert message only in final stage of
|
D | ChangeLog-9197 | 7372 * Makefile.in: added relax, also made three stage go through a 7373 partial link stage.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 250 needed at the stage it was linked, then don't say we have loaded it. */
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.texi | 2014 During this stage, it may building its symspec list
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-9303 | 3356 * ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | gas.pot | 3912 #. field in asm_opcode. 'tvalue' is used at the stage this check happen. 15405 #. Shouldn't make it to this stage.
|
D | ru.po | 12664 #. Shouldn't make it to this stage.
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 4475 \indexdummies % Must do this here, since \bf, etc expand at this stage
|