diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a6aa196..6e85dc7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2019-04-08 H.J. Lu <hongjiu.lu@intel.com> + + * config.bfd: Remove i[3-7]86-*-kaos* and i[3-7]86-*-chaos targets. + 2019-04-08 Alan Modra <amodra@gmail.com> * configure.ac (elfxx_x86): Define and use. diff --git a/bfd/config.bfd b/bfd/config.bfd index f13812b..8977d2a 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -577,10 +577,6 @@ case "${targ}" in want64=true ;; #endif - i[3-7]86-*-kaos*) - targ_defvec=i386_elf32_vec - targ_selvecs=i386_elf32_vec - ;; i[3-7]86-*-nto*) targ_defvec=i386_elf32_vec targ_selvecs="iamcu_elf32_vec i386_coff_vec" @@ -762,10 +758,6 @@ case "${targ}" in targ_defvec=i386_elf32_vxworks_vec targ_underscore=yes ;; - i[3-7]86-*-chaos) - targ_defvec=i386_elf32_vec - targ_selfvecs="iamcu_elf32_vec i386chaos_vec" - ;; ia16-*-elf) targ_defvec=i386_elf32_vec |