X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2Frs6000%2Fnetbsd.h;h=de16b37227cb60995ae9b735a78ebce2ad58b370;hb=381d8e2109c307de7a8e2091e24ba83b1db82f05;hp=0fdb4b5c37661eca64e58eebbd3269097608f101;hpb=19872d0b68288db5da85d3db3f89d9d70080644f;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/rs6000/netbsd.h b/gcc/config/rs6000/netbsd.h index 0fdb4b5c376..de16b37227c 100644 --- a/gcc/config/rs6000/netbsd.h +++ b/gcc/config/rs6000/netbsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for PowerPC NetBSD systems. - Copyright 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright 2002, 2003, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. @@ -89,3 +89,5 @@ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (NetBSD/powerpc ELF)"); + +#define DBX_REGISTER_NUMBER(REGNO) rs6000_dbx_register_number (REGNO)