X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Frs6000-tdep.h;h=fb04d650c68f6682b2ec2e6a543f855f8b33383f;hb=aa989b27d0bad451455416953c0e5026e229863a;hp=7e7f2172709a0a3a8d9bcde1a7ae1c263949c22b;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index 7e7f217270..fb04d650c6 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -1,6 +1,4 @@ -/* Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - - Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,10 +15,10 @@ 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 */