X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fgdb-index.cc;h=c124925741212381c2afcb06b3e969f41642fa3c;hb=62e6599087efba193e0156d89ee65fb74fc99cb2;hp=f768827f5737d4ae9bb7ca89116793045562bee9;hpb=6b97515d17b48e92f61d53fd5f2e8b092660ba52;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/gdb-index.cc b/gold/gdb-index.cc index f768827f57..c124925741 100644 --- a/gold/gdb-index.cc +++ b/gold/gdb-index.cc @@ -1,6 +1,6 @@ // gdb-index.cc -- generate .gdb_index section for fast debug lookup -// Copyright (C) 2012-2014 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. @@ -371,7 +371,9 @@ Gdb_index_info_reader::visit_top_die(Dwarf_die* die) || this->cu_language_ == elfcpp::DW_LANG_Fortran90 || this->cu_language_ == elfcpp::DW_LANG_Java || this->cu_language_ == elfcpp::DW_LANG_Ada95 - || this->cu_language_ == elfcpp::DW_LANG_Fortran95) + || this->cu_language_ == elfcpp::DW_LANG_Fortran95 + || this->cu_language_ == elfcpp::DW_LANG_Fortran03 + || this->cu_language_ == elfcpp::DW_LANG_Fortran08) { gold_warning(_("%s: --gdb-index currently supports " "only C and C++ languages"),