Commit 8c2efff7 by James E Wilson Committed by Jim Wilson

Fix debian bug 307503, error compiling libatomic-ops package.

* config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.

From-SVN: r103015
parent 301513ec
2005-08-11 James E. Wilson <wilson@specifix.com>
* config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.
2005-08-11 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (add_location_or_const_value_attribute): Prefer
......
......@@ -949,6 +949,13 @@ enum reg_class
#define EXTRA_CONSTRAINT(VALUE, C) \
ia64_extra_constraint (VALUE, C)
/* Document the constraints that can accept reloaded memory operands. This is
needed by the extended asm support, and by reload. 'Q' accepts mem, but
only non-volatile mem. Since we can't reload a volatile mem into a
non-volatile mem, it can not be listed here. */
#define EXTRA_MEMORY_CONSTRAINT(C, STR) ((C) == 'S')
/* Basic Stack Layout */
......
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