| Index: gdb/solib-aix.h
|
| diff --git a/gdb/ia64-hpux-tdep.h b/gdb/solib-aix.h
|
| similarity index 78%
|
| copy from gdb/ia64-hpux-tdep.h
|
| copy to gdb/solib-aix.h
|
| index 15b4f28c9423845bd74d2f5159e29ddec534e187..a5c39b0eaa9c5f59cdfbb6f7651ce3049d9d27c1 100644
|
| --- a/gdb/ia64-hpux-tdep.h
|
| +++ b/gdb/solib-aix.h
|
| @@ -1,4 +1,4 @@
|
| -/* Copyright (C) 2010, 2012 Free Software Foundation, Inc.
|
| +/* Copyright (C) 2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -15,10 +15,12 @@
|
| You should have received a copy of the GNU General Public License
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| -#ifndef IA64_HPUX_TDEP_H
|
| -#define IA64_HPUX_TDEP_H
|
| +#ifndef SOLIB_AIX_H
|
| +#define SOLIB_AIX_H
|
|
|
| struct target_so_ops;
|
| -extern struct target_so_ops *ia64_hpux_so_ops;
|
| +extern struct target_so_ops solib_aix_so_ops;
|
| +
|
| +extern CORE_ADDR solib_aix_get_toc_value (CORE_ADDR pc);
|
|
|
| #endif
|
|
|