This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
1. Results with --enable-targets=all:
make[1]: Nothing to be done for `all-target'.
real 13m53.799s
user 8m44.333s
sys 1m4.316s# of expected passes 131 # of expected failures 2 # of unsupported tests 13
# of expected passes 352 ../as-new 2.22.52.20120312
Thank you for your time, Sean Keys
src/bfd/ChangeLog
2012-02-01 Sean Keys<skeys@ipdatasys.com>
* cpu-xgate.c: New file. Added XGATE support.
* archures.c (bfd_architecture): Add XGATE architecture.
(bfd_archures_list): Add reference to XGATE architecture info.
* elf-bfd.h (prep_headers): Handle bfd_arch_xgate.
* reloc.c: Add various XGATE relocation enums.
* targets.c (bfd_elf32_xgate_vec): Declare and add to target vector
list.
* Makefile.am: Add support for XGATE elf.
* configure.in: Ditto.
* config.bfd: Ditto.
* Makefile.in: Regenerate.
* configure: Ditto.
* bfd-in2.h: Ditto.
* libbfd.h: Ditto.
Added files for XGATE relocations.
* elf32-xgate.c: Created minimal relocation file.
* elf32-xgate.h: Created minimal header file for elf32-xgate.src/include/ChangeLog 2012-02-01 Sean Keys<skeys@ipdatasys.com>
* dis-asm.h (print_insn_xgate): Define.
(print_insn_xgate): Ditto.
Added new files for XGATE port.
* elf/xgate.h: Mininal file to support XGATE relocations.
* opcode/xgate.h: Header file for XGATE assembler.src/ld/ChangeLog 2012-02-01 Sean Keys<skeys@ipdatasys.com>
* Makefile.am (ALL_EMULATIONS): Added new emulation for XGATE
and XGATE (elf).
* Makefile.in: Rebuild.
* configure.tgt: Recognize XGATE.
* scripttempl/elfxgate.sc: New file, mostly cloned from m68hc12.
* emulparams/xgateelf: New emulation, mostly cloned from m68hc12.src/opcodes/ChangeLog 2012-02-01 Sean Keys<skeys@ipdatasys.com>
* Makefile.in, configure: regenerate
* disassemble.c (disassembler): Recognize ARCH_XGATE.
* xgate-dis.c (read_memory, print_insn, print_insn_xgate):
New functions.
* configure.in: Recognize xgate.
* xgate-dis.c, xgate-opc.c: New files for support of xgate
* Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
and opcode generation for xgate.Attachment:
xgate-support.tar.gz
Description: GNU Zip compressed data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |