mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config.bfd: For DJGPP targets, match with any cpu and any machine.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-09-23 Mark Elbrecht <snowball3@softhome.net>
|
||||||
|
|
||||||
|
* config.bfd: For DJGPP targets, match with any cpu and any machine.
|
||||||
|
|
||||||
2002-09-23 Alan Modra <amodra@bigpond.net.au>
|
2002-09-23 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
|
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
|
||||||
|
@ -377,7 +377,7 @@ case "${targ}" in
|
|||||||
i[3456]86-*-chorus*)
|
i[3456]86-*-chorus*)
|
||||||
targ_defvec=bfd_elf32_i386_vec
|
targ_defvec=bfd_elf32_i386_vec
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-msdosdjgpp* | i[3456]*-*-go32* | i[3456]86-go32-rtems* )
|
*-*-msdosdjgpp* | *-*-go32* | *-go32-rtems* )
|
||||||
targ_defvec=go32coff_vec
|
targ_defvec=go32coff_vec
|
||||||
targ_selvecs="go32stubbedcoff_vec i386aout_vec"
|
targ_selvecs="go32stubbedcoff_vec i386aout_vec"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user