]> gcc.gnu.org Git - gcc.git/commitdiff
mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
authorJeffrey A Law <law@cygnus.com>
Tue, 15 Sep 1998 23:04:54 +0000 (23:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 15 Sep 1998 23:04:54 +0000 (17:04 -0600)
        * mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
        * mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.

From-SVN: r22440

gcc/ChangeLog
gcc/config/mn10200/mn10200.h
gcc/config/mn10300/mn10300.h

index a4f4e38ceb56d3f5117b9dc0d3a37484111dbdc9..59711fbdeff797d77415298d301badf83946b2e4 100644 (file)
@@ -1,5 +1,8 @@
 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
        an operand of insv, extv, or extzv, default it to word_mode.
        (simplify_comparison): Similarly.
index 796caf295fb967b1632084ad37bbadc89a84be3e..d2b474d5d70061f918013fb7c7cf533d760a824d 100644 (file)
@@ -979,6 +979,10 @@ do { char dstr[30];                                        \
   ((GET_CODE (X) == PLUS ? OFFSET : 0) \
     + (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
    decimal <-> binary conversion. */
 #define REAL_ARITHMETIC
index 6e4426910334e081cfc75e4c284b80cad97bbe03..e54b77a718b72be088feca183c26a0fe50893e63 100644 (file)
@@ -975,6 +975,10 @@ do { char dstr[30];                                        \
     + (frame_pointer_needed \
        ? 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
    decimal <-> binary conversion. */
 #define REAL_ARITHMETIC
This page took 0.070197 seconds and 5 git commands to generate.