This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
The macro is neither defined nor used anywhere. Ok to commit?
I'm bootstrapping i686-linux now,
Andreas
2003-05-31 Andreas Jaeger <aj@suse.de>
* config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
* config/i386/i386.c (ix86_expand_prologue): Do not use
SUBTARGET_PROLOGUE.
* system.h: Poision SUBTARGET_PROLOGUE.
============================================================
Index: gcc/config/i386/i386.c
--- gcc/config/i386/i386.c 23 May 2003 20:25:21 -0000 1.565
+++ gcc/config/i386/i386.c 31 May 2003 19:39:05 -0000
@@ -5162,10 +5162,6 @@ ix86_expand_prologue ()
-frame.nregs * UNITS_PER_WORD);
}
-#ifdef SUBTARGET_PROLOGUE
- SUBTARGET_PROLOGUE;
-#endif
-
pic_reg_used = false;
if (pic_offset_table_rtx
&& (regs_ever_live[REAL_PIC_OFFSET_TABLE_REGNUM]
============================================================
Index: gcc/config/i386/uwin.h
--- gcc/config/i386/uwin.h 29 Jun 2002 09:10:04 -0000 1.12
+++ gcc/config/i386/uwin.h 31 May 2003 19:39:05 -0000
@@ -2,7 +2,7 @@
hosting on U/WIN (Windows32), using GNU tools and the Windows32 API
Library, as distinct from winnt.h, which is used to build GCC for use
with a windows style library and tool set and uses the Microsoft tools.
- Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
Contributed by Mumit Khan <khan@xraylith.wisc.edu>.
This file is part of GNU CC.
@@ -91,8 +91,4 @@ Boston, MA 02111-1307, USA. */
#undef ASM_OUTPUT_EXTERNAL
#undef ASM_OUTPUT_EXTERNAL_LIBCALL
-
-/* Override Cygwin's definition. This is necessary now due to the way
- Cygwin profiling code is written. Once "fixed", we can remove this. */
-#undef SUBTARGET_PROLOGUE
============================================================
Index: gcc/system.h
--- gcc/system.h 31 May 2003 18:45:26 -0000 1.148
+++ gcc/system.h 31 May 2003 19:39:05 -0000
@@ -641,6 +641,9 @@ typedef char _Bool;
FUNCTION_BLOCK_PROFILER_EXIT MACHINE_STATE_SAVE \
MACHINE_STATE_RESTORE SCCS_DIRECTIVE SECTION_ASM_OP \
ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL ASM_OUTPUT_INTERNAL_LABEL \
+ SUBTARGET_PROLOGUE \
OBJC_PROLOGUE ALLOCATE_TRAMPOLINE HANDLE_PRAGMA
/* Hooks that are no longer used. */
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |