[RS6000] Delete OBJECT_PEF and TARGET_MACOS

Nothing references these macros.

	* config/rs6000/rs6000.h (OBJECT_PEF, TARGET_MACOS): Delete.

From-SVN: r266441
This commit is contained in:
Alan Modra 2018-11-26 08:46:27 +10:30 committed by Alan Modra
parent 8f76a0895a
commit ea3166ba16
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2018-11-26 Alan Modra <amodra@gmail.com>
* config/rs6000/rs6000.h (OBJECT_PEF, TARGET_MACOS): Delete.
2018-11-25 Sandra Loosemore <sandra@codesourcery.com>
PR other/54265

View File

@ -40,12 +40,10 @@
#define OBJECT_XCOFF 1
#define OBJECT_ELF 2
#define OBJECT_PEF 3
#define OBJECT_MACHO 4
#define TARGET_ELF (TARGET_OBJECT_FORMAT == OBJECT_ELF)
#define TARGET_XCOFF (TARGET_OBJECT_FORMAT == OBJECT_XCOFF)
#define TARGET_MACOS (TARGET_OBJECT_FORMAT == OBJECT_PEF)
#define TARGET_MACHO (TARGET_OBJECT_FORMAT == OBJECT_MACHO)
#ifndef TARGET_AIX