diff options
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/nm-rs6000ly.h | 2 | ||||
-rw-r--r-- | gdb/config/rs6000/tm-rs6000ly.h | 2 | ||||
-rw-r--r-- | gdb/config/rs6000/xm-aix4.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/rs6000/nm-rs6000ly.h b/gdb/config/rs6000/nm-rs6000ly.h index 7bc1267..51d12f8 100644 --- a/gdb/config/rs6000/nm-rs6000ly.h +++ b/gdb/config/rs6000/nm-rs6000ly.h @@ -21,6 +21,6 @@ #ifndef NM_RS6000LYNX_H #define NM_RS6000LYNX_H -#include "nm-lynx.h" +#include "config/nm-lynx.h" #endif /* NM_RS6000LYNX_H */ diff --git a/gdb/config/rs6000/tm-rs6000ly.h b/gdb/config/rs6000/tm-rs6000ly.h index ca7dc0d..73ef7f0 100644 --- a/gdb/config/rs6000/tm-rs6000ly.h +++ b/gdb/config/rs6000/tm-rs6000ly.h @@ -21,7 +21,7 @@ #ifndef TM_RS6000LYNX_H #define TM_RS6000LYNX_H -#include "tm-lynx.h" +#include "config/tm-lynx.h" /* Use generic RS6000 definitions. */ #include "rs6000/tm-rs6000.h" diff --git a/gdb/config/rs6000/xm-aix4.h b/gdb/config/rs6000/xm-aix4.h index 5f7aa77..4ca0abb 100644 --- a/gdb/config/rs6000/xm-aix4.h +++ b/gdb/config/rs6000/xm-aix4.h @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "xm-aix4.h" +#include "config/xm-aix4.h" /* AIX 4.x uses nonstandard "int *" as type of third argument to ptrace() */ |