This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Remove dead macro for darwin
- From: mrs at apple dot com (Mike Stump)
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 27 Apr 2007 14:37:07 -0700 (PDT)
- Subject: Remove dead macro for darwin
As pointed out years ago... :-(
* config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
Doing diffs in config/rs6000:
--- config/rs6000/darwin.h.~1~ 2007-04-09 11:55:06.000000000 -0700
+++ config/rs6000/darwin.h 2007-04-27 14:32:25.000000000 -0700
@@ -353,9 +353,6 @@
? GENERAL_REGS \
: (CLASS))
-/* Fix for emit_group_load (): force large constants to be pushed via regs. */
-#define ALWAYS_PUSH_CONSTS_USING_REGS_P 1
-
/* Compute field alignment. This is similar to the version of the
macro in the Apple version of GCC, except that version supports
'mac68k' alignment, and that version uses the computed alignment
--------------