* config/powerpc/tm-ppc-aix4.h, config/rs6000/tm-rs6000-aix4.h
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 19 Apr 1997 08:52:42 +0000 (08:52 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 19 Apr 1997 08:52:42 +0000 (08:52 +0000)
(DONT_RELOCATE_SYMFILE_OBJFILE):  Removed.

gdb/config/powerpc/tm-ppc-aix4.h
gdb/config/rs6000/tm-rs6000-aix4.h

index efe4ba1b202f5bf06c120b0fc5871b5d85f476e1..7e4296b3f95cc647d74e7e69fe325a3b81fcee71 100644 (file)
@@ -1,5 +1,5 @@
 /* Macro definitions for Power PC running AIX4.
-   Copyright 1995 Free Software Foundation, Inc.
+   Copyright 1995, 1997 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -20,10 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef TM_PPC_AIX4_H
 #define TM_PPC_AIX4_H
 
-/* The main executable doesn't need relocation in aix4.  Otherwise
-   it looks just like any other AIX system.  */
-#define DONT_RELOCATE_SYMFILE_OBJFILE
-
 /* Use generic RS6000 definitions. */
 #include "rs6000/tm-rs6000.h"
 
index 04f3344e60207dd0abe4f7a55a35d42573c207d5..f65eae3868186a5c744e3e9cf2c5e81e8d0133f5 100644 (file)
@@ -1,5 +1,5 @@
 /* Macro definitions for RS/6000 running AIX4.
-   Copyright 1995 Free Software Foundation, Inc.
+   Copyright 1995, 1997 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -20,9 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef TM_RS6000_AIX4_H
 #define TM_RS6000_AIX4_H
 
-/* The main executable doesn't need relocation in aix4.  */
-#define DONT_RELOCATE_SYMFILE_OBJFILE
-
 /* Use generic RS6000 definitions. */
 #include "rs6000/tm-rs6000.h"
 
This page took 0.041337 seconds and 4 git commands to generate.