Commit fa88e837 by Jeffrey A Law Committed by Jeff Law

mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.

        * mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
        * mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.

From-SVN: r22440
parent 0d8e55d8
Tue Sep 15 22:59:52 1998 Jeffrey A Law (law@cygnus.com) Tue Sep 15 22:59:52 1998 Jeffrey A Law (law@cygnus.com)
* mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
* mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
* combine.c (make_extraction): If no mode is specified for * combine.c (make_extraction): If no mode is specified for
an operand of insv, extv, or extzv, default it to word_mode. an operand of insv, extv, or extzv, default it to word_mode.
(simplify_comparison): Similarly. (simplify_comparison): Similarly.
......
...@@ -979,6 +979,10 @@ do { char dstr[30]; \ ...@@ -979,6 +979,10 @@ do { char dstr[30]; \
((GET_CODE (X) == PLUS ? OFFSET : 0) \ ((GET_CODE (X) == PLUS ? OFFSET : 0) \
+ (frame_pointer_needed ? 0 : -total_frame_size ())) + (frame_pointer_needed ? 0 : -total_frame_size ()))
/* We need to prepend underscores. */
#define ASM_OUTPUT_DWARF2_ADDR_CONST(FILE,ADDR) \
fprintf ((FILE), "\t%s\t_%s", UNALIGNED_WORD_ASM_OP, (ADDR))
/* Define to use software floating point emulator for REAL_ARITHMETIC and /* Define to use software floating point emulator for REAL_ARITHMETIC and
decimal <-> binary conversion. */ decimal <-> binary conversion. */
#define REAL_ARITHMETIC #define REAL_ARITHMETIC
......
...@@ -975,6 +975,10 @@ do { char dstr[30]; \ ...@@ -975,6 +975,10 @@ do { char dstr[30]; \
+ (frame_pointer_needed \ + (frame_pointer_needed \
? 0 : -initial_offset (ARG_POINTER_REGNUM, STACK_POINTER_REGNUM))) ? 0 : -initial_offset (ARG_POINTER_REGNUM, STACK_POINTER_REGNUM)))
/* We need to prepend underscores. */
#define ASM_OUTPUT_DWARF2_ADDR_CONST(FILE,ADDR) \
fprintf ((FILE), "\t%s\t_%s", UNALIGNED_WORD_ASM_OP, (ADDR))
/* Define to use software floating point emulator for REAL_ARITHMETIC and /* Define to use software floating point emulator for REAL_ARITHMETIC and
decimal <-> binary conversion. */ decimal <-> binary conversion. */
#define REAL_ARITHMETIC #define REAL_ARITHMETIC
......
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