X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fconfig%2Fd10v%2Ftm-d10v.h;h=eb6723a736a518dcd1286e01c2e8ecb86b40eafa;hb=819cc324665b3ac1842b105d906308f7ab692a76;hp=a0eb3dcf3e15e48735fb536b7ab066f642788692;hpb=abd8680d6efd97e7ba848a6392ee3ad72be18cd0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h index a0eb3dcf3e..eb6723a736 100644 --- a/gdb/config/d10v/tm-d10v.h +++ b/gdb/config/d10v/tm-d10v.h @@ -1,5 +1,5 @@ /* Target-specific definition for the Mitsubishi D10V - Copyright (C) 1996,1999 Free Software Foundation, Inc. + Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -22,10 +22,4 @@ #define GDB_MULTI_ARCH 1 -extern int d10v_register_sim_regno (int reg); -#define REGISTER_SIM_REGNO(NR) d10v_register_sim_regno((NR)) - -extern CORE_ADDR d10v_stack_align (CORE_ADDR size); -#define STACK_ALIGN(SIZE) (d10v_stack_align (SIZE)) - #define NO_EXTRA_ALIGNMENT_NEEDED 1