diff options
author | Fred Fish <fnf@specifix.com> | 1992-11-16 19:25:35 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-11-16 19:25:35 +0000 |
commit | 19cfe25d9010c84f8e8f973acf0587ec92489126 (patch) | |
tree | bb49061e07108729ab0445ec53e1a9b90433ec8f /gdb/dwarfread.c | |
parent | 45a655b0b67e5f21ee23119cc34bf7125965e59d (diff) | |
download | gdb-19cfe25d9010c84f8e8f973acf0587ec92489126.zip gdb-19cfe25d9010c84f8e8f973acf0587ec92489126.tar.gz gdb-19cfe25d9010c84f8e8f973acf0587ec92489126.tar.bz2 |
First cut at sanitizing away the chill stuff.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index d9bd3f4..60360e4 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -486,9 +486,11 @@ set_cu_language (dip) case LANG_C_PLUS_PLUS: cu_language = language_cplus; break; + /* start-sanitize-chill */ case LANG_CHILL: cu_language = language_chill; break; + /* end-sanitize-chill */ case LANG_MODULA2: cu_language = language_m2; break; |