Commit feecabdf by Gavin Koch Committed by Gavin Romig-Koch

elf64.h (PREFERRED_DEBUGGING_TYPE): Only define if not previously defined.

	* config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
	if not previously defined.

From-SVN: r16229
parent de957303
Wed Oct 29 13:10:11 1997 Gavin Koch <gavin@cygnus.com>
* config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
if not previously defined.
Tue Oct 28 23:55:27 1997 Doug Evans (devans@cygnus.com)
* function.c (assign_parms): Correct mode of stack_parm if
......
......@@ -35,7 +35,9 @@ Boston, MA 02111-1307, USA. */
/* Until we figure out what MIPS ELF targets normally use, just do
stabs in ELF. */
#ifndef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#endif
#include "mips/mips.h"
......
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