* config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.

From-SVN: r181423
This commit is contained in:
Joseph Myers 2011-11-16 20:35:27 +00:00 committed by Joseph Myers
parent 27b0b3571e
commit 16e835bb5c
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2011-11-16 Joseph Myers <joseph@codesourcery.com>
* config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.
2011-11-16 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/rs6000.c (rs6000_xcoff_section_type_flags):

View File

@ -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
<http://www.gnu.org/licenses/>. */
/* 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. */