]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/configure
* Makefile.am: Add n32 ABI support.
authorThiemo Seufer <ths@networkno.de>
Wed, 31 Jul 2002 00:32:10 +0000 (00:32 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 31 Jul 2002 00:32:10 +0000 (00:32 +0000)
commit8a397dadf0e7b45662aaa2e8aef161a78e8cff5c
tree6236770da2ff3759f0fe449c886ccb66c2d05d95
parent3edd64ea8666cc7cac7f0aa248d6bed066d6758b
* Makefile.am: Add n32 ABI support.
* Makefile.in: Regenerate.
* config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
bit vectors for mips*-*-linux targets as optional.
* configure.in: Add n32 ABI vectors.
* configure: Regenerate.
* elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
* elfn32-mips.c: New file, n32 ABI support.
* targets.c: Add n32 ABI vectors.
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/doc/Makefile.in
bfd/elf32-mips.c
bfd/elfn32-mips.c [new file with mode: 0644]
bfd/targets.c