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/compressed_output.h

    r970 r1973  
    11// compressed_output.h -- compressed output sections for gold  -*- C++ -*-
    22
    3 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
     3// Copyright (C) 2007-2016 Free Software Foundation, Inc.
    44// Written by Ian Lance Taylor <iant@google.com>.
    55
     
    4848extern bool
    4949decompress_input_section(const unsigned char*, unsigned long, unsigned char*,
    50                          unsigned long);
     50                         unsigned long, int, bool, elfcpp::Elf_Xword);
    5151
    5252// This is used for a section whose data should be compressed.  It is
Note: See TracChangeset for help on using the changeset viewer.