X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fi386-dicos-tdep.c;h=5303592ba8e54af9f20310ebc2d69e2747fa6605;hb=77115a4a156052eb1542d16041115cc347da4a07;hp=cc6ba4c1f454af1ac96a96ad6586b3eb09cbb77b;hpb=4c1d29734e9ca4e8921c9962e0f342bcc9e95c16;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-dicos-tdep.c b/gdb/i386-dicos-tdep.c index cc6ba4c1f4..5303592ba8 100644 --- a/gdb/i386-dicos-tdep.c +++ b/gdb/i386-dicos-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for DICOS running on i386's, for GDB. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -19,35 +19,14 @@ #include "defs.h" #include "osabi.h" -#include "gdb_string.h" #include "dicos-tdep.h" -static CORE_ADDR -i386_dicos_push_dummy_code (struct gdbarch *gdbarch, - CORE_ADDR sp, CORE_ADDR funaddr, - struct value **args, int nargs, - struct type *value_type, - CORE_ADDR *real_pc, CORE_ADDR *bp_addr, - struct regcache *regcache) -{ - int bplen; - CORE_ADDR bppc = sp; - - gdbarch_breakpoint_from_pc (gdbarch, &bppc, &bplen); - *bp_addr = sp - bplen; - *real_pc = funaddr; - - return *bp_addr; -} - static void i386_dicos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) { struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); dicos_init_abi (gdbarch); - - set_gdbarch_push_dummy_code (gdbarch, i386_dicos_push_dummy_code); } static enum gdb_osabi