Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/gold/gdb-index.cc

    r970 r1973  
    11// gdb-index.cc -- generate .gdb_index section for fast debug lookup
    22
    3 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
     3// Copyright (C) 2012-2016 Free Software Foundation, Inc.
    44// Written by Cary Coutant <ccoutant@google.com>.
    55
     
    372372                || this->cu_language_ == elfcpp::DW_LANG_Java
    373373                || 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)
    375377              {
    376378                gold_warning(_("%s: --gdb-index currently supports "
Note: See TracChangeset for help on using the changeset viewer.