mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Remove x32 non-linux target descriptions
x32 non-linux target descriptions are not used in GDB or GDBserver. This patch removes them. gdb: 2017-08-09 Yao Qi <yao.qi@linaro.org> * amd64-tdep.h (tdesc_x32): Remove the declaration. * amd64-tdep.c: Don't include features/i386/x32*.c. (_initialize_amd64_tdep): Don't call initialize_tdesc_x32* functions. * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx, and i386/x32-avx-avx512. (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml, and i386/x32.xml. * features/i386/x32-avx-avx512.c: Removed. * features/i386/x32-avx-avx512.xml: Removed. * features/i386/x32-avx.c: Removed. * features/i386/x32-avx.xml: Removed. * features/i386/x32.c: Removed. * features/i386/x32.xml: Removed. * regformats/i386/x32-avx-avx512.dat: Removed. * regformats/i386/x32-avx.dat: Removed. * regformats/i386/x32.dat: Removed. gdb/gdbserver: 2017-08-09 Yao Qi <yao.qi@linaro.org> * configure.srv (srv_amd64_regobj): Remove x32.o, x32-avx.o and x32-avx-avx512.o. (srv_amd64_xmlfiles): Remove i386/x32.xml, i386/x32-avx.xml i386/x32-avx-avx512.xml.
This commit is contained in:
@ -49,10 +49,6 @@
|
||||
#include "features/i386/amd64-avx-avx512.c"
|
||||
#include "features/i386/amd64-avx-mpx-avx512-pku.c"
|
||||
|
||||
#include "features/i386/x32.c"
|
||||
#include "features/i386/x32-avx.c"
|
||||
#include "features/i386/x32-avx-avx512.c"
|
||||
|
||||
#include "ax.h"
|
||||
#include "ax-gdb.h"
|
||||
|
||||
@ -3245,10 +3241,6 @@ _initialize_amd64_tdep (void)
|
||||
initialize_tdesc_amd64_avx_mpx ();
|
||||
initialize_tdesc_amd64_avx_avx512 ();
|
||||
initialize_tdesc_amd64_avx_mpx_avx512_pku ();
|
||||
|
||||
initialize_tdesc_x32 ();
|
||||
initialize_tdesc_x32_avx ();
|
||||
initialize_tdesc_x32_avx_avx512 ();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user