This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Enable dwarf2 debugging format on mn10300


On May 12, 2000, Jason Merrill <jason@cygnus.com> wrote:

>>>>>> Alexandre Oliva <aoliva@cygnus.com> writes:
>> from  Alexandre Oliva  <aoliva@cygnus.com>

>> * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
>> DWARF2_DEBUG.
>> (DWARF2_ASM_LINE_DEBUG_INFO): Define.
>> (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.

> Don't define ASM_OUTPUT_DWARF2_ADDR_CONST.  It doesn't exist anymore.

Thanks, I'm checking this in:

Index: gcc/ChangeLog
from  Alexandre Oliva  <aoliva@cygnus.com>

	* config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.

Index: gcc/config/mn10300/mn10300.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mn10300/mn10300.h,v
retrieving revision 1.34
diff -u -r1.34 mn10300.h
--- gcc/config/mn10300/mn10300.h	2000/05/12 06:27:33	1.34
+++ gcc/config/mn10300/mn10300.h	2000/05/16 10:47:06
@@ -1037,10 +1037,6 @@
 
 #define DWARF2_ASM_LINE_DEBUG_INFO 1
 
-/* 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 DBX_REGISTER_NUMBER(REGNO) REGNO
 
 /* GDB always assumes the current function's frame begins at the value

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]