X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gdb%2Frs6000-tdep.h;h=781d769abfe3c8396488a31705dcb9f4bea59b44;hb=3bc98c0c832f5bdca364e083f92be687dbf494cc;hp=f0e0f3cef0eb811edb45ea3fb9aab7680968476f;hpb=a9762ec78a53fbe9209fe1654db42df0cd328d50;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index f0e0f3cef0..781d769abf 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -1,6 +1,4 @@ -/* Copyright (C) 2006, 2007 Free Software Foundation, Inc. - - Free Software Foundation, Inc. +/* Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -17,12 +15,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "defs.h" - -extern int rs6000_software_single_step (struct frame_info *frame); - -/* Hook in rs6000-tdep.c for determining the TOC address when - calling functions in the inferior. */ +#ifndef RS6000_TDEP_H +#define RS6000_TDEP_H -extern CORE_ADDR (*rs6000_find_toc_address_hook) (CORE_ADDR); +/* Minimum possible text address in AIX. */ +#define AIX_TEXT_SEGMENT_BASE 0x10000000 +#endif /* RS6000_TDEP_H */