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:
authorH.J. Lu <hjl.tools@gmail.com>2000-07-19 22:43:35 +0400
committerH.J. Lu <hjl.tools@gmail.com>2000-07-19 22:43:35 +0400
commit7a2fc2a4155447cfa4554ddf9946c0fb00010d01 (patch)
tree945f93d8dc697c159363e502a568a8424394f2d8 /include/elf/common.h
parentcfb9dcfb27f1a5a519a726769b034315e5768cd5 (diff)
2000-07-19 H.J. Lu <hjl@gnu.org>
* common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 08364da94..b2908539b 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -511,7 +511,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define DF_1_DIRECT 0x00000100
#define DF_1_TRANS 0x00000200
#define DF_1_INTERPOSE 0x00000400
-#define DF_1_NODEPLIB 0x00000800
+#define DF_1_NODEFLIB 0x00000800
#define DF_1_NODUMP 0x00001000
#define DF_1_CONLFAT 0x00002000