Changeset 1973 for binutils/trunk/gold/gdb-index.cc
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/gold/gdb-index.cc ¶
r970 r1973 1 1 // gdb-index.cc -- generate .gdb_index section for fast debug lookup 2 2 3 // Copyright (C) 2012-201 4Free Software Foundation, Inc.3 // Copyright (C) 2012-2016 Free Software Foundation, Inc. 4 4 // Written by Cary Coutant <ccoutant@google.com>. 5 5 … … 372 372 || this->cu_language_ == elfcpp::DW_LANG_Java 373 373 || this->cu_language_ == elfcpp::DW_LANG_Ada95 374 || this->cu_language_ == elfcpp::DW_LANG_Fortran95) 374 || this->cu_language_ == elfcpp::DW_LANG_Fortran95 375 || this->cu_language_ == elfcpp::DW_LANG_Fortran03 376 || this->cu_language_ == elfcpp::DW_LANG_Fortran08) 375 377 { 376 378 gold_warning(_("%s: --gdb-index currently supports "
Note:
See TracChangeset
for help on using the changeset viewer.