]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import of Binutils from the FSF 2.15 branch (just post-.0 release).
authorDavid E. O'Brien <obrien@FreeBSD.org>
Thu, 29 May 2008 02:29:59 +0000 (02:29 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Thu, 29 May 2008 02:29:59 +0000 (02:29 +0000)
commitb7e4108c6b8c33f7649d6dafbc4d1336dcdc96e7
tree8d527b1462ba161a1cbe2165e1f019efb0c2e036
parentac1a00f2ebd2d3d0a8fe7437da48a28d55684f9c
Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
46 files changed:
contrib/binutils/bfd/coff-mips.c [new file with mode: 0644]
contrib/binutils/bfd/cpu-mips.c [new file with mode: 0644]
contrib/binutils/bfd/elf32-mips.c [new file with mode: 0644]
contrib/binutils/bfd/elf64-mips.c [new file with mode: 0644]
contrib/binutils/bfd/elfn32-mips.c [new file with mode: 0644]
contrib/binutils/bfd/elfxx-mips.c [new file with mode: 0644]
contrib/binutils/bfd/elfxx-mips.h [new file with mode: 0644]
contrib/binutils/bfd/hosts/mipsbsd.h [new file with mode: 0644]
contrib/binutils/bfd/hosts/mipsmach3.h [new file with mode: 0644]
contrib/binutils/bfd/hosts/news-mips.h [new file with mode: 0644]
contrib/binutils/bfd/mipsbsd.c [new file with mode: 0644]
contrib/binutils/bfd/pe-mips.c [new file with mode: 0644]
contrib/binutils/bfd/pei-mips.c [new file with mode: 0644]
contrib/binutils/gas/config/e-mipsecoff.c [new file with mode: 0644]
contrib/binutils/gas/config/e-mipself.c [new file with mode: 0644]
contrib/binutils/gas/config/itbl-mips.h [new file with mode: 0644]
contrib/binutils/gas/config/tc-mips.c [new file with mode: 0644]
contrib/binutils/gas/config/tc-mips.h [new file with mode: 0644]
contrib/binutils/gas/config/te-tmips.h [new file with mode: 0644]
contrib/binutils/gas/doc/c-mips.texi [new file with mode: 0644]
contrib/binutils/gprof/mips.c [new file with mode: 0644]
contrib/binutils/include/coff/mips.h [new file with mode: 0644]
contrib/binutils/include/coff/mipspe.h [new file with mode: 0644]
contrib/binutils/include/opcode/mips.h [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32bmipn32-defs.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32btsmip.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32btsmipn32.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32ltsmip.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32ltsmipn32.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf32mipswindiss.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf64btsmip.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/elf64ltsmip.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipsbig.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipsbsd.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipsidt.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipsidtl.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipslit.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipslnews.sh [new file with mode: 0644]
contrib/binutils/ld/emulparams/mipspe.sh [new file with mode: 0644]
contrib/binutils/ld/emultempl/mipsecoff.em [new file with mode: 0644]
contrib/binutils/ld/emultempl/mipself.em [new file with mode: 0644]
contrib/binutils/ld/scripttempl/mips.sc [new file with mode: 0644]
contrib/binutils/ld/scripttempl/mipsbsd.sc [new file with mode: 0644]
contrib/binutils/opcodes/mips-dis.c [new file with mode: 0644]
contrib/binutils/opcodes/mips-opc.c [new file with mode: 0644]
contrib/binutils/opcodes/mips16-opc.c [new file with mode: 0644]