* common.h (DT_HIOS): Correct value.
authorAlan Modra <amodra@gmail.com>
Sat, 6 Dec 2003 05:32:21 +0000 (05:32 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 6 Dec 2003 05:32:21 +0000 (05:32 +0000)
include/elf/ChangeLog
include/elf/common.h

index 02a6209fa5b4ac764da30415ff38cc6bcee0c5d1..9fc3b589936fa50b877f1d8ee6984333f0c1beec 100644 (file)
@@ -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.
index 1a843393d85d99bb2f679cf7463cd062ad658715..3c4fabec6cc587ce34442edde80ccb9927b7b0bf 100644 (file)
    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
This page took 0.043314 seconds and 4 git commands to generate.