From 16e835bb5c484dfd735d5ee24c023ace800d0332 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 Nov 2011 20:35:27 +0000 Subject: [PATCH] * config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove. From-SVN: r181423 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386elf.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99449c8d4c9b..7b3bca023e15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-11-16 Joseph Myers + + * config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove. + 2011-11-16 David Edelsohn * config/rs6000/rs6000.c (rs6000_xcoff_section_type_flags): diff --git a/gcc/config/i386/i386elf.h b/gcc/config/i386/i386elf.h index 179c601738dd..1bf3feb74799 100644 --- a/gcc/config/i386/i386elf.h +++ b/gcc/config/i386/i386elf.h @@ -20,10 +20,6 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -/* Use stabs instead of DWARF debug format. */ -#undef PREFERRED_DEBUGGING_TYPE -#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG - /* The ELF ABI for the i386 says that records and unions are returned in memory. */ -- 2.47.3