[patch] add coff-z80 to bfd

Arnold Metselaar arnold.metselaar@planet.nl
Fri Oct 21 19:33:00 GMT 2005


Hello,

Here is a patch to add coff-z80 support to bfd. 

Arnold Metselaar

ChangeLog:
* Makefile.am: Add rules for coff-z80 and cpu-z80.
* Makefile.in: Regenerated.
* Archures.c: Add bfd_arch_z80 and support for it.
* bfd-in2.h: Regenerated.
* coffcode.h(coff_set_arch_mach_hook): Add case Z80MAGIC.
* coffcode.h(coff_set_flags): Add case bfd_arch_z80.
* config.bfd: Add z80coff_vec.
* configure.in: Add z80coff_vec.
* configure: Regenerated.
* libbfd.h: Regenerated.
* reloc.c: Add BFD_RELOC_Z80_DISP8
* targets.c: Add z80coff_vec.
* coff-z80.c: New file
* cpu-z80.c: New file

* ../include/coff/internal.h: Add relocation number for Z80
* ../include/coff/z80.h: New file
-------------- next part --------------
A non-text attachment was scrubbed...
Name: addz80.bfd.patch
Type: text/x-diff
Size: 11351 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20051021/122fe7c2/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: addz80.bfd.tgz
Type: application/x-tgz
Size: 2885 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20051021/122fe7c2/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: internal.h.patch
Type: text/x-diff
Size: 645 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20051021/122fe7c2/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: z80.h
Type: text/x-chdr
Size: 1456 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20051021/122fe7c2/attachment-0003.bin>


More information about the Binutils mailing list