summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2000-07-19 18:43:35 +0000
committerH.J. Lu <hjl@lucon.org>2000-07-19 18:43:35 +0000
commit7ab2c6c8fb1bf0cf275505c806e8564a9654566e (patch)
tree3465e0cc92f3f3a9cc797166004a0aef969ea4ba /include
parentb06d97c28cb430d814aaa29bdb44344e4613b4bb (diff)
downloadgdb-7ab2c6c8fb1bf0cf275505c806e8564a9654566e.tar.gz
2000-07-19 H.J. Lu <hjl@gnu.org>
* common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 2b26c5d1844..a21bc3eb71d 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,5 +1,9 @@
2000-07-19 H.J. Lu <hjl@gnu.org>
+ * common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
+
+2000-07-19 H.J. Lu <hjl@gnu.org>
+
* common.h (DT_CHECKSUM): Set to 0x6ffffdf8.
(DTF_1_CONFEXP): It is 0x00000002 as suspected.
diff --git a/include/elf/common.h b/include/elf/common.h
index 08364da946f..b2908539bbb 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