aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-12-06 05:32:21 +0000
committerAlan Modra <amodra@gmail.com>2003-12-06 05:32:21 +0000
commit0bec1a84217638c72440d327833509e556e6665b (patch)
tree1ada7f6f739c879be871336826adcd28a21645d6 /include/elf/common.h
parent374451f0e972159ecf4f2fcc0cbcf943baf1fc41 (diff)
downloadgdb-0bec1a84217638c72440d327833509e556e6665b.zip
gdb-0bec1a84217638c72440d327833509e556e6665b.tar.gz
gdb-0bec1a84217638c72440d327833509e556e6665b.tar.bz2
* common.h (DT_HIOS): Correct value.
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 1a84339..3c4fabe 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