mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-06 07:33:08 +00:00
objdump: enable PE support for Interix
This is just so the target won't need excluding in a forthcoming new testcase. Without doing so objdump would fail saying "option -P/--private not supported by this file".
This commit is contained in:
2
binutils/configure
vendored
2
binutils/configure
vendored
@@ -16607,7 +16607,7 @@ do
|
|||||||
powerpc*-*-aix* | rs6000-*-aix*)
|
powerpc*-*-aix* | rs6000-*-aix*)
|
||||||
od_vectors="$od_vectors objdump_private_desc_xcoff"
|
od_vectors="$od_vectors objdump_private_desc_xcoff"
|
||||||
;;
|
;;
|
||||||
*-*-pe* | *-*-cygwin* | *-*-mingw*)
|
*-*-pe* | *-*-cygwin* | *-*-mingw* | *-*-interix*)
|
||||||
od_vectors="$od_vectors objdump_private_desc_pe"
|
od_vectors="$od_vectors objdump_private_desc_pe"
|
||||||
;;
|
;;
|
||||||
*-*-darwin*)
|
*-*-darwin*)
|
||||||
|
|||||||
@@ -465,7 +465,7 @@ changequote([,])dnl
|
|||||||
powerpc*-*-aix* | rs6000-*-aix*)
|
powerpc*-*-aix* | rs6000-*-aix*)
|
||||||
od_vectors="$od_vectors objdump_private_desc_xcoff"
|
od_vectors="$od_vectors objdump_private_desc_xcoff"
|
||||||
;;
|
;;
|
||||||
*-*-pe* | *-*-cygwin* | *-*-mingw*)
|
*-*-pe* | *-*-cygwin* | *-*-mingw* | *-*-interix*)
|
||||||
od_vectors="$od_vectors objdump_private_desc_pe"
|
od_vectors="$od_vectors objdump_private_desc_pe"
|
||||||
;;
|
;;
|
||||||
*-*-darwin*)
|
*-*-darwin*)
|
||||||
|
|||||||
Reference in New Issue
Block a user