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:
authorAlan Modra <modra@gmail.com>2003-12-06 08:32:21 +0300
committerAlan Modra <modra@gmail.com>2003-12-06 08:32:21 +0300
commitbdfb870e4afae49b54f98f8486ee04b41b153b28 (patch)
tree3b036dd828c27b061cb4e21bc2c59da91d572bd1
parent9fc92ceb067f14498eebd4eb7bb0bc90d92bad84 (diff)
* common.h (DT_HIOS): Correct value.
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/common.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 02a6209fa..9fc3b5899 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-06 Alan Modra <amodra@bigpond.net.au>
+
+ From Jan Beulich <JBeulich@novell.com>
+ * common.h (DT_HIOS): Correct value.
+
2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* elf/m32r.h: Add new machine type m32r2 and instruction modes.
diff --git a/include/elf/common.h b/include/elf/common.h
index 1a843393d..3c4fabec6 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -533,7 +533,7 @@
values outside of the new range (see below). */
#define OLD_DT_LOOS 0x60000000
#define DT_LOOS 0x6000000d
-#define DT_HIOS 0x6fff0000
+#define DT_HIOS 0x6ffff000
#define OLD_DT_HIOS 0x6fffffff
#define DT_LOPROC 0x70000000