X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Frs6000-tdep.h;h=fb04d650c68f6682b2ec2e6a543f855f8b33383f;hb=228c8f4be0c428369ec6b68e25696863d1e62ed7;hp=50924be990ba05af1d9fa999d3a1a321870ccefe;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index 50924be990..fb04d650c6 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -1,7 +1,4 @@ -/* Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. - - Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -18,10 +15,10 @@ Free Software Foundation, Inc. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Hook in rs6000-aix-tdep.c for determining the TOC address when - calling functions in the inferior. */ -extern CORE_ADDR (*rs6000_find_toc_address_hook) (CORE_ADDR); +#ifndef RS6000_TDEP_H +#define RS6000_TDEP_H /* Minimum possible text address in AIX. */ #define AIX_TEXT_SEGMENT_BASE 0x10000000 +#endif /* RS6000_TDEP_H */