Changeset 1973 for binutils/trunk/gold/compressed_output.h
- 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/compressed_output.h ¶
r970 r1973 1 1 // compressed_output.h -- compressed output sections for gold -*- C++ -*- 2 2 3 // Copyright (C) 2007-201 4Free Software Foundation, Inc.3 // Copyright (C) 2007-2016 Free Software Foundation, Inc. 4 4 // Written by Ian Lance Taylor <iant@google.com>. 5 5 … … 48 48 extern bool 49 49 decompress_input_section(const unsigned char*, unsigned long, unsigned char*, 50 unsigned long );50 unsigned long, int, bool, elfcpp::Elf_Xword); 51 51 52 52 // This is used for a section whose data should be compressed. It is
Note:
See TracChangeset
for help on using the changeset viewer.