/toolchain/binutils/binutils-2.27/config/ |
D | ChangeLog | 74 * mh-alpha-linux: Restored. 85 * mh-darwin: Only apply -mdynamic-no-pic for m32 Darwin when the 190 * mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts. 297 * mh-ppc-aix (LDFLAGS): Quote $(CC). 319 * config/mh-interix: Remove as unneeded. 354 * mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove. 371 * mh-darwin: Turn off -pie on darwin11 and later. 386 * mh-x86omitfp: Remove. 390 * mh-cygwin: Remove obsolete variables and dependencies. 394 * mh-sysv4: Remove. [all …]
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | PORTING | 12 Create a file hosts/<host>.mh. 34 For more information about .mt and .mh files, see config/README.
|
D | ChangeLog-9193 | 269 * config/solaris2.mh (HDEFINES): Remove -Dconst= 406 * config/irix4.mh (HDEFINES): Add -DIRIX_CORE. 408 * config/irix5.mh (HDEFINES): Define to be -DIRIX_CORE. 461 * config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE. 462 * config/delta88.mh (HDEPFILES): Defined to be ptrace-core.o. 524 * config/irix5.mh: New file; like irix4.mh, but don't use -G or 716 * config/hppabsd.mh: Enable HPPA BSD core files. 1324 * config/apollo.mh, config/apollo.mt: New files 1465 * config/news-mips.mh, hosts/news-mips.h: New files. 1587 * config/alphaosf.mh (HDEFINES): Add -DOSF_CORE. [all …]
|
D | ChangeLog-9495 | 1969 * config/*.mh, config/README: Remove. 2017 * config/decstation.mh (HDEPFILES): Remove. 2019 * config/irix3.mh (RANLIB): Remove. 2020 * config/irix4.mh (HDEPFILES, RANLIB): Remove. 2022 * config/riscos.mh (RANLIB, HDEPFILES): Remove. 2024 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove. 2025 * config/ultra3.mh (RANLIB): Remove. 2026 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove. 2027 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove. 2028 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove. [all …]
|
D | cofflink.c | 1633 struct coff_debug_merge_hash_entry *mh; in _bfd_coff_link_input_bfd() local 1652 mh = coff_debug_merge_hash_lookup (&flaginfo->debug_merge, name, in _bfd_coff_link_input_bfd() 1654 if (mh == NULL) in _bfd_coff_link_input_bfd() 1750 for (mtl = mh->types; mtl != NULL; mtl = mtl->next) in _bfd_coff_link_input_bfd() 1775 mt->next = mh->types; in _bfd_coff_link_input_bfd() 1776 mh->types = mt; in _bfd_coff_link_input_bfd()
|
D | elfxx-mips.c | 8693 struct mips_elf_link_hash_entry *mh; in _bfd_mips_elf_check_relocs() local 8695 mh = (struct mips_elf_link_hash_entry *) h; in _bfd_mips_elf_check_relocs() 8696 mh->need_fn_stub = TRUE; in _bfd_mips_elf_check_relocs()
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | configure.ac | 208 frag=mh-aix ;; 209 *-*-cxux7*) frag=mh-cxux7 ;; 210 *-*-freebsd2.1.*) frag=mh-fbsd21 ;; 211 *-*-freebsd2.2.[[012]]) frag=mh-fbsd21 ;; 212 i370-*-opened*) frag=mh-openedition ;; 213 i[[34567]]86-*-windows*) frag=mh-windows ;;
|
D | ChangeLog | 4290 * config.table: Use mh-s390pic for s390x too. 4405 * config.table: Use mh-x86pic also for x86-64. 5079 * config/mh-beos: Delete. 5470 * config/mh-openedition.h: Added -DLE370 definition. 5765 * config.table: Use mh-sparcpic for sparc*-*-*. 6075 * config/mh-openedition: New file. 6249 * config.table: Use mh-beos. 6250 * config/mh-beos: New file. 6324 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc 6829 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on [all …]
|
D | configure | 5075 frag=mh-aix ;; 5076 *-*-cxux7*) frag=mh-cxux7 ;; 5077 *-*-freebsd2.1.*) frag=mh-fbsd21 ;; 5078 *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;; 5079 i370-*-opened*) frag=mh-openedition ;; 5080 i[34567]86-*-windows*) frag=mh-windows ;;
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-9197 | 3032 * config/*.mt, config/*.mh: Remove. 3611 * config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set 3613 * config/hppaelf.mh (HOSTING_EMU): Likewise. 3872 * config/i386linux.mh: New file; set HOSTING_CRT0. 4062 * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once. 4209 * config/m68klynx.mh: New file. 4217 * config/i386lynx.mh: New file. 4398 * config/pc532mach.mh: New file. Pc532 mach host support. 4437 * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib. 4711 * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted. [all …]
|
/toolchain/binutils/binutils-2.27/ |
D | ChangeLog | 1576 * configure.ac: Do not include mh-x86omitfp. 1591 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris. 1971 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants. 3499 * configure.ac: Use config/mh-mingw on mingw. 3950 * config/mh-ppc-darwin: Add to the stage1 cflags here. 4943 * config/mh-mingw32: Delete. 5294 * config/mh-x86omitfp: New host makefile fragment. Add 5435 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for 6675 Remove reference to mh-dgux. 7621 * configure.in: Move default CC setting out of config/mh-* fragments [all …]
|
D | configure.ac | 1327 host_makefile_frag="config/mh-djgpp" 1331 host_makefile_frag="config/mh-cygwin" 1334 host_makefile_frag="config/mh-mingw" 1337 host_makefile_frag="config/mh-alpha-linux" 1340 host_makefile_frag="config/mh-pa-hpux10" 1343 host_makefile_frag="config/mh-pa" 1346 host_makefile_frag="config/mh-pa" 1349 host_makefile_frag="config/mh-darwin" 1352 host_makefile_frag="config/mh-ppc-aix" 1355 host_makefile_frag="config/mh-ppc-aix"
|
D | Makefile.tpl | 813 -rm -f Makefile config.status config.cache mh-frag mt-frag
|
/toolchain/binutils/binutils-2.27/opcodes/po/ |
D | ga.po | 399 msgstr " x86-64 D�dh�olaim sa mh�d 64-giot�n\n" 404 msgstr " i386 D�dh�olaim sa mh�d 32-giot�n\n" 409 msgstr " i8086 D�dh�olaim sa mh�d 16-giot�n\n" 1022 msgstr " zarch D�dh�olaim sa mh�d z-Ailtireachta\n"
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/ |
D | esa-g5.s | 293 mh %r6,4095(%r5,%r10)
|
D | esa-g5.d | 299 .*: 4c 65 af ff [ ]*mh %r6,4095\(%r5,%r10\)
|
/toolchain/binutils/binutils-2.27/ld/po/ |
D | ga.po | 227 " sh�da-athshu�mh r�itithe ag am rite\n" 236 " --disable-runtime-pseudo-reloc N� cuir s�da-athshu�mh am-rite leis\n" 764 msgstr "%P%F: N� thaca�tear le nascadh in-athshuite le hathshu�mh � fhorm�id %s (%B) go form�id %s … 952 msgstr "%D: an ch�ad mh�ni� anseo\n" 1489 msgstr "Gin athshu�mh leabaithe" 1653 msgstr "C� mh�ad clib ba ch�ir a chur in �irithe i rann�n .dynamic"
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog-2013 | 845 "mh,mi" with "mh". 851 in the pair for "mh".
|
D | s390-opc.txt | 125 4c mh RX_RRRD "multiply halfword" g5 esa,zarch
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | fr30.cpu | 729 (define-pmacro (binary-or-op-mh name insn opc1 opc2 op arg1 arg2) 743 (binary-or-op-mh borh or OP1_9 OP2_1 or u4 Ri) 744 (binary-or-op-mh beorh xor OP1_9 OP2_9 xor u4 Ri)
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | ChangeLog-9197 | 3149 * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88: 3279 * config/mh-alphaosf (CFLAGS): Don't specify both -g and -O; 4750 * config/mh-apollo68v: removed -g from CC definition.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-s390.texi | 181 @item m @tab multiply instruction, for example @samp{mh} multiply halfword
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 1002 (mips_ip): Likewise. Parse both registers in a pair for "mh".
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ChangeLog-0415 | 727 * mips.h: Remove "mi" documentation. Update "mh" documentation.
|
/toolchain/benchmark/panorama_input/ |
D | test_008.ppm | 1967 'M>:|mh`MJD1.5;"!����utaOK�qn�������~qti]QL53.! %!*'!0*(/)'1.* 4596 …�}x|mh���������������;��Ž������ɽ����;/)#C4/XID|pi���ȹ����������ƶ���������|��~���������=-,!0… 5008 …��������������������������������������������������ʼ�ŷ�Ⱥ�õ����ļ����û�����������������}��{��}mh` 5662 …��������������ʻ������Լ�������������}��x~zq�{tIB;%^WP��}��zTMF?813.&B=5ie]mh`daX_]SZZQ[[RXXOWWMQQ… 7280 IQJM[RQ_VR`[Tb^`qpgxwt��z��z��|��}��~������~��lxvq~|{��lvu`kip{zt~}t{xpwualhYd``mh^kf`niftoq…
|