diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2003-07-14 20:25:55 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2003-07-14 20:25:55 +0000 |
commit | 8d50bd1960c12c8f10703221c80f0e91a36dfebf (patch) | |
tree | d9caa56e5a294b351aba41ab775655dca295bbc2 /gcc/config/mips/elf.h | |
parent | f45e487d7686932c9a8f16ce75d3a11026a51e5a (diff) | |
download | gcc-8d50bd1960c12c8f10703221c80f0e91a36dfebf.zip gcc-8d50bd1960c12c8f10703221c80f0e91a36dfebf.tar.gz gcc-8d50bd1960c12c8f10703221c80f0e91a36dfebf.tar.bz2 |
elf.h (DBX_DEBUGGING_INFO): Delete.
* config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
* config/mips/elf64.h: Likewise.
From-SVN: r69354
Diffstat (limited to 'gcc/config/mips/elf.h')
-rw-r--r-- | gcc/config/mips/elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h index a13c864..20861f9 100644 --- a/gcc/config/mips/elf.h +++ b/gcc/config/mips/elf.h @@ -20,8 +20,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Use ELF. */ -#define DBX_DEBUGGING_INFO 1 #define DWARF2_DEBUGGING_INFO 1 #undef PREFERRED_DEBUGGING_TYPE |