Call initialize_tdesc_x32/initialize_tdesc_x32_avx
* amd64-tdep.c: Include features/i386/x32.c and features/i386/x32-avx.c. (_initialize_amd64_tdep): Call initialize_tdesc_x32 and initialize_tdesc_x32_avx.
This commit is contained in:
parent
1007b5031a
commit
ac1438b5c5
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* amd64-tdep.c: Include features/i386/x32.c and
|
||||
features/i386/x32-avx.c.
|
||||
(_initialize_amd64_tdep): Call initialize_tdesc_x32 and
|
||||
initialize_tdesc_x32_avx.
|
||||
|
||||
2012-05-14 Stan Shebs <stan@codesourcery.com>
|
||||
|
||||
Add dynamic printf.
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
|
||||
#include "features/i386/amd64.c"
|
||||
#include "features/i386/amd64-avx.c"
|
||||
#include "features/i386/x32.c"
|
||||
#include "features/i386/x32-avx.c"
|
||||
|
||||
#include "ax.h"
|
||||
#include "ax-gdb.h"
|
||||
|
@ -2736,6 +2738,8 @@ _initialize_amd64_tdep (void)
|
|||
{
|
||||
initialize_tdesc_amd64 ();
|
||||
initialize_tdesc_amd64_avx ();
|
||||
initialize_tdesc_x32 ();
|
||||
initialize_tdesc_x32_avx ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue