]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/elf:
authorIan Lance Taylor <iant@google.com>
Fri, 20 Mar 2009 23:37:51 +0000 (23:37 +0000)
committerIan Lance Taylor <iant@google.com>
Fri, 20 Mar 2009 23:37:51 +0000 (23:37 +0000)
* 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.

include/elf/ChangeLog
include/elf/common.h

index 2fb5c5ef85a6b71216a7ab8cf5d6872af88ccb9a..e69d3251762937aa4f28d166e214d1cf4ce66256 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-20  Mikolaj Zalewski  <mikolajz@google.com>
+
+       * common.h (SHT_GNU_INCREMENTAL_INPUTS): Define.
+
 2009-03-14  Mark Kettenis  <kettenis@gnu.org>
 
        * common.h (NT_OPENBSD_PROCINFO, NT_OPENBSD_AUXV) 
index 57c055b8568b8c8191695e4da830f2c3198c5d61..75a6232919964e47fe9cc9bc35f03774e09aabfb 100644 (file)
 #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 */
This page took 0.034467 seconds and 5 git commands to generate.