Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-03-21 02:37:51 +0300
committerIan Lance Taylor <iant@google.com>2009-03-21 02:37:51 +0300
commit1c0674333c495ed9b574ef27eed5b20721b753f3 (patch)
treed0a7c4dc4adf3bc7de5f41596d9063bdbc71b00e /include/elf/common.h
parente8846923cfc005fb5511a8ee36a4e38489f1c73d (diff)
include/elf:
* common.h (SHT_GNU_INCREMENTAL_INPUTS): Define. elfcpp: * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define. gold: * incremental.cc: New file. * Makefile.am (CCFILES): Add incremental.cc. * Makefile.in: Rebuild.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 57c055b85..75a623291 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -397,6 +397,7 @@
#define SHT_LOOS 0x60000000 /* First of OS specific semantics */
#define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */
+#define SHT_GNU_INCREMENTAL_INPUTS 0x6fff4700 /* incremental build data */
#define SHT_GNU_ATTRIBUTES 0x6ffffff5 /* Object attributes */
#define SHT_GNU_HASH 0x6ffffff6 /* GNU style symbol hash table */
#define SHT_GNU_LIBLIST 0x6ffffff7 /* List of prelink dependencies */