Re: Remove MIPS_DEBUGGING_INFO support

2012-03-14 Thread Rainer Orth
wise. (sdbout_init): Likewise. * system.h (MIPS_DEBUGGING_INFO): Poison. # HG changeset patch # Parent 4495daa74b1dc1d5edbb14483970ce19ec823529 Remove MIPS_DEBUGGING_INFO support diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c --- a/gcc/dwarf2cfi.c +++ b/gcc/dwarf2cfi.c @@ -1,6

Re: Remove MIPS_DEBUGGING_INFO support

2012-03-05 Thread Joseph S. Myers
On Mon, 5 Mar 2012, Rainer Orth wrote: > The only two users of MIPS_DEBUGGING_INFO are on their way out: I've > just submitted a patch to remove the OpenBSD/MIPS configuration, and > IRIX removal will follow soon. There seems to be no point in retaining > what seems to be primarily workarounds fo

Re: Remove MIPS_DEBUGGING_INFO support

2012-03-05 Thread Richard Henderson
On 03/05/2012 09:20 AM, Rainer Orth wrote: > 2012-02-24 Rainer Orth > > * config/alpha/alpha.h (MIPS_DEBUGGING_INFO): Remove. > * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Don't undef. > * config/alpha/vms.h (MIPS_DEBUGGING_INFO): Don't undef. > > * dwarf2cfi.c (def_cfa

Remove MIPS_DEBUGGING_INFO support

2012-03-05 Thread Rainer Orth
urce_file): Likewise. (sdbout_end_source_file): Likewise. (sdbout_init): Likewise. # HG changeset patch # Parent 7065cf1a3c9457e7ea48e3e7feee9b4e0726c3a7 Remove MIPS_DEBUGGING_INFO support diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alph