| Index: gdb/rs6000-tdep.h
|
| diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h
|
| index cd3305584c6b7416e6f2e155faa089625bb0aa18..ad983bb15f3bb00cf0745ce27fba6f48217c4b4e 100644
|
| --- a/gdb/rs6000-tdep.h
|
| +++ b/gdb/rs6000-tdep.h
|
| @@ -1,4 +1,4 @@
|
| -/* Copyright (C) 2006-2012 Free Software Foundation, Inc.
|
| +/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -15,10 +15,6 @@
|
| You should have received a copy of the GNU General Public License
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| -/* 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
|
|
|
|
|