| Index: gdb/amd64-tdep.h
|
| diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h
|
| index 1ed109cdd04ec4cc5b5fb55b6f85fd786b74fd03..cb901cc0ce7e81fc80db1b3b9f4287c8a8d9576b 100644
|
| --- a/gdb/amd64-tdep.h
|
| +++ b/gdb/amd64-tdep.h
|
| @@ -80,6 +80,8 @@ extern void amd64_displaced_step_fixup (struct gdbarch *gdbarch,
|
| struct regcache *regs);
|
|
|
| extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
|
| +extern void amd64_x32_init_abi (struct gdbarch_info info,
|
| + struct gdbarch *gdbarch);
|
|
|
| /* Fill register REGNUM in REGCACHE with the appropriate
|
| floating-point or SSE register value from *FXSAVE. If REGNUM is
|
|
|