]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 16 Nov 2011 20:35:27 +0000 (20:35 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 16 Nov 2011 20:35:27 +0000 (20:35 +0000)
From-SVN: r181423

gcc/ChangeLog
gcc/config/i386/i386elf.h

index 99449c8d4c9bfcb09c052d36de7a17f449b676d5..7b3bca023e1565e65044d7914a167593d9d4e5ea 100644 (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):
index 179c601738ddc6c6e6c8b83a10ec3fcbccdaf3f3..1bf3feb74799bd312180057696d89948947126f0 100644 (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.  */