Searched refs:new (Results 1 – 25 of 415) sorted by relevance
12345678910>>...17
63 TEST_STRIP = $(top_builddir)/../binutils/strip-new65 TEST_NM = $(top_builddir)/../binutils/nm-new66 TEST_AS = $(top_builddir)/../gas/as-new119 gcctestdir/ld: ../ld-new122 (cd gcctestdir && $(LN_S) ../../ld-new ld)128 (cd gcctestdir && $(LN_S) $(abs_top_builddir)/../gas/as-new as)1068 ../ld-new -Bsymbolic -shared -melf_x86_64 -o $@ $<1070 ../ld-new -pie -melf_x86_64 -o $@ $<1072 ../ld-new -melf_x86_64 -o $@ $<1074 ../ld-new -Bsymbolic -shared -melf32_x86_64 -o $@ $<[all …]
2726 TEST_STRIP = $(top_builddir)/../binutils/strip-new2728 TEST_NM = $(top_builddir)/../binutils/nm-new2729 TEST_AS = $(top_builddir)/../gas/as-new5717 @GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@gcctestdir/ld: ../ld-new5720 @GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ (cd gcctestdir && $(LN_S) ../../ld-new ld)5726 @GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ (cd gcctestdir && $(LN_S) $(abs_top_builddir)/../gas/as-new…6122 @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -Bsymbolic -shared -melf_x86_…6124 @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -pie -melf_x86_64 -o $@ $<6126 @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -melf_x86_64 -o $@ $<6128 @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -Bsymbolic -shared -melf32_x8…[all …]
69 # new 8-byte entry71 # new 8-byte entry73 # new 4-byte entry79 # new 8-byte entry81 # new 4 entry83 # new 4 entry
118 # new 8-byte entry120 # new 8-byte entry122 # new 4-byte entry128 # new 8-byte entry130 # new 4 entry132 # new 4 entry
11 @VFMA new23 @VFMS new33 @VFNMA new41 @VFNMS new
62 noinst_PROGRAMS = ld-new incremental-dump224 install-exec-local: ld-new$(EXEEXT)228 ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \232 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_…238 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \242 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);…263 gcctestdir1/ld: ld-new266 (cd gcctestdir1 && $(LN_S) ../ld-new ld)328 gcctestdir3/ld: ld-new331 (cd gcctestdir3 && $(LN_S) ../ld-new ld)[all …]
75 noinst_PROGRAMS = ld-new$(EXEEXT) incremental-dump$(EXEEXT)1358 install-exec-local: ld-new$(EXEEXT)1362 ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \1366 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_…1372 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \1376 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);…1392 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld: ld-new1395 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir1 && $(LN_S) ../ld-new ld)1425 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir3/ld: ld-new1428 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir3 && $(LN_S) ../ld-new ld)[all …]
22 /* Create a new "decl" in GCC. A decl is a declaration, basically a25 NAME is the name of the new symbol. SYM_KIND is the kind of26 symbol being requested. SYM_TYPE is the new symbol's C type;34 This function returns the new decl. */71 /* Create a new 'struct' type. Initially it has no fields. */75 /* Create a new 'union' type. Initially it has no fields. */98 /* Create a new 'enum' type. The new type initially has no104 /* Add a new constant to an enum type. NAME is the constant's118 /* Create a new function type. RETURN_TYPE is the type returned by147 /* Create a new array type. If NUM_ELEMENTS is -1, then the array[all …]
8 if [ ! -x ../gas/as-new ] ; then17 if [ ! -x $BUILD/as-new ] ; then29 $BUILD/as-new ${1}.s -o a.out
884 $(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new885 mv -f targmatch.new targmatch.h939 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new940 mv -f elf32-aarch64.new elf32-aarch64.c944 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new945 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new946 mv -f elf64-aarch64.new elf64-aarch64.c950 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new951 mv -f elf32-ia64.new elf32-ia64.c955 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new[all …]
70 * ld.texinfo: Document new command line option.180 * ldlang.c: Use the new variable names.229 (EQUAL): Add new token for '=='.242 (pe_dll_generate_def_file): Add print of new '==' option.244 * NEWS: Mention new feature.265 (gld${EMULATION_NAME}_add_options): Add new --exclude-all-symbols option275 * NEWS: Mention the new feature.276 * ld.texinfo: Document the new command line switch.424 * ld.texinfo: Document new options.563 new GCC hot/cold/unlikely partitions.[all …]
27 dnl Set DYNAMIC_LIST_CPP_NEW_LDFLAGS to --dynamic-list-cpp-new for GNU30 [AC_CACHE_CHECK([if the GNU linker ($LD) supports --dynamic-list-cpp-new],36 if $LD --help 2>&1 </dev/null | grep dynamic-list-cpp-new 1>&5; then41 DYNAMIC_LIST_CPP_NEW_LDFLAGS="$SYMBOLIC_LDFLAGS -Wl,--dynamic-list-cpp-new"
15 * gas/i386/i386.exp: Run new test.57 * gas/hppa/reloc/reloc.exp: Adjust regexp for new output.110 adjust xfails for redefinition tests. Run new tests. Exclude129 * gas/mips/mips.exp: Run new save/restore tests.169 * gas/all/gas.exp: Run new test.171 * gas/elf/elf.exp: Run new test.194 * gas/all/weakref4.s: ... new file.230 * gas/i386/i386.exp: Run new test.260 * gas/all/gas.exp: Run new tests.266 * gas/ia64/ia64.exp: Run new tests.[all …]
133 * gas/rx/fadd.d: Add new pattern.134 * gas/rx/fadd.sm: Add new pattern.135 * gas/rx/fmul.d: Add new pattern.136 * gas/rx/fmul.sm: Add new pattern.139 * gas/rx/fsub.d: Add new pattern.140 * gas/rx/fsub.sm: Add new pattern.145 * gas/rx/maclo.d: Add new pattern.146 * gas/rx/maclo.sm: Add new pattern.147 * gas/rx/macros.inc: Add new register.162 * gas/rx/mvfachi.d: Add new pattern.[all …]
50 * NEWS: Mention new feature.61 * NEWS: Mention new feature.171 (usage): Add new options --no-leading-underscore176 (main): Initialize which_host, pass new options200 (main): Handle new options.218 (dump_def_info): Print new optinal import/export table225 * doc/binutils.texi: Add new def file syntax extension.227 * NEWS: Mention new feature.312 * dwarf.c (get_TAG_name): Add missing DWARF-3 and new DWARF-4 tags.313 (get_FORM_name): Add new DWARF-4 forms.[all …]
13 * Add option to objcopy to insert new symbols into a file:29 data sections. Change the default behaviour to be --all, but add a new62 the new Emacs mode, see dwarf-mode.el.78 * A new tool - elfedit - has been added to directly manipulate ELF format84 * Add a new command line option -a / --addresses to addr2line to display the87 * Add a new command line option -p / --pretty-print to addr2line to have100 * Add a new command line option, --insn-width=WIDTH, to objdump to specify107 * The gprof program has been given a new command line option:112 used by gold and uses them to provide basic support for new file formats.131 * Add new option --use-nul-prefixed-import-tables to dlltool to allow fall-[all …]
10 /nm-new18 /strip-new
7 * doc/binutils.texi: Document the new intel-mnemonic and105 (dump_relocations): Use the new functions.106 (slurp_ia64_unwind_table): Use the new functions.107 (slurp_hppa_unwind_table): Use the new functions.108 (dump_section_as_bytes): Use the new functions.118 (debug_apply_rela_addends): Use the new functions. Skip and warn217 * NEWS: Mention the new feature.218 * doc/binutils.texi: Document the new feature.277 (dump_sects, cmdline_dump_sects): Use the new type.292 * NEWS: Mention the new feature.[all …]
14 #test new-style _EAR_ syms20 #new ones don't need to be 16 bytes apart
27 * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and57 attributes on new sections. Emit warning when type of re-declared180 3DNow!. Athlon additionally implies 3DNow!A. Several new280 * configure.in: Add support for new target maxq-coff.282 * NEWS: Mention new support.392 STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not397 (cris_relax_frag): Handle new states.581 to absolute-mode literals. Describe new section naming scheme.607 (get_subseg_info): Split out code to create a new map entry into ...608 (add_subseg_info): ... this new function.[all …]
2 new file mode 10064465 new file mode 10064490 new file mode 100644115 new file mode 100644191 new file mode 100644212 new file mode 100644239 new file mode 100644312 new file mode 100644337 new file mode 100644362 new file mode 100644[all …]
3 new: maddf.s $f0,$f1,$f2 label53 bc1eqz $f31,new57 bc1nez $f31,new61 bc2eqz $31,new65 bc2nez $31,new
5 add code to make sure new instructions are parsed correctly, new33 end up in this directory, they should be broken out into a new class of
160 | xargs $MD5PROG > ../md5.new)162 mv md5.new proto-toplev/md5.sum234 sed < djunpack.bat > djunpack.new \237 mv djunpack.new proto-toplev/djunpack.bat
71 * rx.h: Add new instructions.230 (struct nios2_opcode): Document new argument letters for R2.291 (ARM_ANY): Updated to follow above new definition.396 Include nios2r1.h to define new instruction opcode constants410 * sparc.h (sparc_opcode): new field `hwcaps2'.422 Document the new operand kind `{', corresponding to the mcdper424 Document the new operand kind }, which represents frsd floating430 * nds32.h: Add new opcode declaration.435 * mips.h (mips_operand_type): Add new entries: OP_SAME_RS_RT,575 (aarch64_sys_regs): Change to define with the new type.[all …]