Changeset 734


Ignore:
Timestamp:
Sep 26, 2003, 4:15:21 PM (22 years ago)
Author:
bird
Message:

#456: Don't make xrefs to enum types. That doesn't work for HLL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/dbxout.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r733 r734  
    16861686         above.  We simplify it a bit since an enum will never have a variable
    16871687         size.  */
     1688#ifdef EMX
     1689      /* bird: I believe this test is wrong. The test above checks if we
     1690         already used gnu extenstions and gathers that it's ok to continue
     1691         do non-standard stuff then.
     1692         Anyway, we can't cope with crossreferences to enums. */
     1693     if (!use_gnu_debug_info_extensions)
     1694#endif
    16881695      if ((TYPE_NAME (type) != 0
    16891696           && ! (TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
Note: See TracChangeset for help on using the changeset viewer.