gdb/
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.h
index bafb28c6888e89597edd6a06ad7599e6e9bbea35..7e7f2172709a0a3a8d9bcde1a7ae1c263949c22b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    Free Software Foundation, Inc.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-extern int rs6000_software_single_step (struct frame_info *frame);
-
-/* Hook in rs6000-tdep.c for determining the TOC address when
+/* 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);
 
+/* Minimum possible text address in AIX.  */
+#define AIX_TEXT_SEGMENT_BASE 0x10000000
+
This page took 0.037004 seconds and 4 git commands to generate.