Commit 42d87712 by Olivier Hainque Committed by Olivier Hainque

vx-common.h (DBX_REGISTER_NUMBER): Reinstate.

        * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.

From-SVN: r164607
parent 46a4da10
2010-09-24 Olivier Hainque <hainque@adacore.com>
* config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
2010-09-24 Jan Hubicka <jh@suse.cz>
* doc/extend.texi: (attribute leaf): Document.
......@@ -24,3 +24,9 @@ along with GCC; see the file COPYING3. If not see
#define SUBTARGET_RETURN_IN_MEMORY(TYPE, FNTYPE) \
ix86_solaris_return_in_memory (TYPE, FNTYPE)
/* Provide our target specific DBX_REGISTER_NUMBER, as advertised by the
common svr4.h. VxWorks relies on the SVR4 numbering. */
#undef DBX_REGISTER_NUMBER
#define DBX_REGISTER_NUMBER(n) svr4_dbx_register_map[n]
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