about summary refs log tree commit diff
path: root/sysdeps/generic/dwarf2.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-12 02:06:05 -0500
committerUlrich Drepper <drepper@gmail.com>2011-11-12 02:06:05 -0500
commit874e05643b8bb121a69b672080c3e265a9fad926 (patch)
treedff29300d4722c981c760b8848d6ef0f8f7c8014 /sysdeps/generic/dwarf2.h
parent3a2edc79edb6c802679ac930f82ce1e261a2aabd (diff)
downloadglibc-874e05643b8bb121a69b672080c3e265a9fad926.tar.gz
glibc-874e05643b8bb121a69b672080c3e265a9fad926.tar.xz
glibc-874e05643b8bb121a69b672080c3e265a9fad926.zip
Avoid redefinition of DWARF constants
Diffstat (limited to 'sysdeps/generic/dwarf2.h')
-rw-r--r--sysdeps/generic/dwarf2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/dwarf2.h b/sysdeps/generic/dwarf2.h
index 9fca4c00e0..89ed0733e8 100644
--- a/sysdeps/generic/dwarf2.h
+++ b/sysdeps/generic/dwarf2.h
@@ -1,6 +1,6 @@
 /* Declarations and definitions of codes relating to the DWARF2 symbolic
    debugging information format.
-   Copyright (C) 1992, 1993, 1995, 1996, 1997, 2000
+   Copyright (C) 1992, 1993, 1995, 1996, 1997, 2000, 2011
    	Free Software Foundation, Inc.
    Contributed by Gary Funck (gary@intrepid.com).  Derived from the
    DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com).
@@ -31,6 +31,7 @@
 /* This file is shared between GCC and GDB, and should not contain
    prototypes.  */
 
+#ifndef __ASSEMBLER__
 /* Tag names and codes.  */
 
 enum dwarf_tag
@@ -560,6 +561,7 @@ enum dwarf_macinfo_record_type
     DW_MACINFO_vendor_ext = 255
   };
 
+#endif /* !ASSEMBLER */
 
 /* @@@ For use with GNU frame unwind information.  */