* config/powerpc/tm-ppc-aix4.h, config/rs6000/tm-rs6000-aix4.h

(DONT_RELOCATE_SYMFILE_OBJFILE):  Removed.
This commit is contained in:
Peter Schauer 1997-04-19 08:52:42 +00:00
parent 211b564e41
commit 0daae7e21b
2 changed files with 2 additions and 9 deletions

View 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"

View 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"