summaryrefslogtreecommitdiffstats
path: root/gcc/config/dbxelf.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-26 01:31:47 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-26 01:31:47 +0000
commit2a28135353b97956c0ad51a9fe00868f24458a06 (patch)
treea63afad955af14544b1903785b68f16116173e26 /gcc/config/dbxelf.h
parent71c7d83c059c87adffe5407c1d7c6ab58fa7d5ec (diff)
downloadppe42-gcc-2a28135353b97956c0ad51a9fe00868f24458a06.tar.gz
ppe42-gcc-2a28135353b97956c0ad51a9fe00868f24458a06.zip
Standardize header guards.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42615 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/dbxelf.h')
-rw-r--r--gcc/config/dbxelf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/dbxelf.h b/gcc/config/dbxelf.h
index 8a2c266a82f..c1490aeb713 100644
--- a/gcc/config/dbxelf.h
+++ b/gcc/config/dbxelf.h
@@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */
support -gstabs generating stabs in sections, as produced by gas
and understood by gdb. */
-#ifndef __DBX_ELF_H
-#define __DBX_ELF_H
+#ifndef GCC_DBX_ELF_H
+#define GCC_DBX_ELF_H
/* Output DBX (stabs) debugging information if doing -gstabs. */
@@ -84,4 +84,4 @@ while (0)
asm_fprintf (FILE, \
"\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", N_SO)
-#endif /* __DBX_ELF_H */
+#endif /* ! GCC_DBX_ELF_H */
OpenPOWER on IntegriCloud