rs6000: Update the processor defaults for FreeBSD
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 13 Dec 2020 00:00:36 +0000 (01:00 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Mon, 14 Dec 2020 23:13:42 +0000 (00:13 +0100)
gcc/ChangeLog:

2020-12-13  Piotr Kubaj  <pkubaj@FreeBSD.org>
    Gerald Pfeifer  <gerald@pfeifer.com>

* config/rs6000/freebsd64.h (PROCESSOR_DEFAULT): Update
to PROCESSOR_PPC7450.
(PROCESSOR_DEFAULT64): Update to PROCESSOR_POWER8.

gcc/config/rs6000/freebsd64.h

index 6984ca5a10752717ddb4f4b74d005a2867ab0023..4b2da571c4adbc6ac048ed69ca469ba05895d2d2 100644 (file)
@@ -51,11 +51,10 @@ extern int dot_symbols;
 #define SET_CMODEL(opt) do {} while (0)
 #endif
 
-/* Until now the 970 is the only Processor where FreeBSD 64-bit runs on.  */
 #undef  PROCESSOR_DEFAULT
-#define PROCESSOR_DEFAULT PROCESSOR_POWER4
+#define PROCESSOR_DEFAULT PROCESSOR_PPC7450
 #undef  PROCESSOR_DEFAULT64
-#define PROCESSOR_DEFAULT64 PROCESSOR_POWER4
+#define PROCESSOR_DEFAULT64 PROCESSOR_POWER8
 
 /* We don't need to generate entries in .fixup, except when
    -mrelocatable or -mrelocatable-lib is given.  */