Commit c3a600c0 by Neil Booth Committed by Neil Booth

* config/i386/i386.c (AT_BP): Remove.

From-SVN: r55666
parent 4fa31c2a
2002-07-23 Neil Booth <neil@daikokuya.co.uk>
* config/i386/i386.c (AT_BP): Remove.
2002-07-23 Neil Booth <neil@daikokuya.co.uk>
* defaults.h (obstack_chunk_alloc, obstack_chunk_free):
Default definition.
* gcse.c: Don't define obstack_chunk_free.
......
......@@ -406,8 +406,6 @@ const int x86_arch_always_fancy_math_387 = m_PENT | m_PPRO | m_ATHLON | m_PENT4;
the style used. */
static int use_fast_prologue_epilogue;
#define AT_BP(MODE) (gen_rtx_MEM ((MODE), hard_frame_pointer_rtx))
/* Names for 8 (low), 8 (high), and 16-bit registers, respectively. */
static const char *const qi_reg_name[] = QI_REGISTER_NAMES;
static const char *const qi_high_reg_name[] = QI_HIGH_REGISTER_NAMES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment