[patch 2/9] Nios II port, bfd support
Sandra Loosemore
sandra@codesourcery.com
Thu Jan 24 20:00:00 GMT 2013
More information about the Binutils mailing list
Thu Jan 24 20:00:00 GMT 2013
- Previous message (by thread): [patch 1/9] Nios II port, top-level configury
- Next message (by thread): [patch 2/9] Nios II port, bfd support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This patch adds BFD support for Nios II. -Sandra 2013-01-24 Sandra Loosemore <sandra@codesourcery.com> Andrew Jenner <andrew@codesourcery.com> Based on patches from Altera Corporation. bfd/ * Makefile.am (ALL_MACHINES): Add cpu-nios2.lo. (ALL_MACHINES_CFILES): Add cpu-nios2.c. (BFD_BACKENDS): Add elf32-nios2.lo. (BFD32_BACKENDS_CFILES): Add elf32-nios2.c. * Makefile.in: Regenerated. * configure.in: Add entries for bfd_elf32_bignios2_vec and bfd_elf32_littlenios2_vec. * configure: Regenerated. * config.bfd: Add cases for nios2. * archures.c (enum bfd_architecture): Add bfd_arch_nios2. (bfd_mach_nios2): Define. (bfd_nios2_arch): Declare. (bfd_archures_list): Add bfd_nios2_arch. * targets.c (bfd_elf32_bignios2_vec): Declare. (bfd_elf32_littlenios2_vec): Declare. (_bfd_target_vector): Add entries for bfd_elf32_bignios2_vec and bfd_elf32_littlenios2_vec. * elf-bfd.h (enum elf_target_id): Add NIOS2_ELF_DATA. * reloc.c (enum bfd_reloc_code_real): Add Nios II relocations. * bfd-in2.h: Regenerated. * libbfd.h: Regenerated. * cpu-nios2.c: New file. * elf32-nios2.c: New file. include/elf * nios2.h: New file. -------------- next part -------------- A non-text attachment was scrubbed... Name: binutils-2.patch Type: text/x-patch Size: 146003 bytes Desc: not available URL: <https://sourceware.org/pipermail/binutils/attachments/20130124/1edcb327/attachment.bin>
- Previous message (by thread): [patch 1/9] Nios II port, top-level configury
- Next message (by thread): [patch 2/9] Nios II port, bfd support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list