diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1997-04-19 08:52:42 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1997-04-19 08:52:42 +0000 |
commit | 0daae7e21b61390b12d8bae8fae60ff9e8bb38ef (patch) | |
tree | cc80bb15edf7987deb1bfcc38d018559f8b79d08 /gdb/config/rs6000 | |
parent | 211b564e41c1258a7aefa6ad412b5c637c429e33 (diff) | |
download | gdb-0daae7e21b61390b12d8bae8fae60ff9e8bb38ef.zip gdb-0daae7e21b61390b12d8bae8fae60ff9e8bb38ef.tar.gz gdb-0daae7e21b61390b12d8bae8fae60ff9e8bb38ef.tar.bz2 |
* config/powerpc/tm-ppc-aix4.h, config/rs6000/tm-rs6000-aix4.h
(DONT_RELOCATE_SYMFILE_OBJFILE): Removed.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/tm-rs6000-aix4.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/config/rs6000/tm-rs6000-aix4.h b/gdb/config/rs6000/tm-rs6000-aix4.h index 04f3344..f65eae3 100644 --- a/gdb/config/rs6000/tm-rs6000-aix4.h +++ b/gdb/config/rs6000/tm-rs6000-aix4.h @@ -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" |