summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-01-28 17:58:22 +0000
committermarcel <marcel@FreeBSD.org>2006-01-28 17:58:22 +0000
commit597a7332d8b12ce2f47cbd5c59a94534a4da9637 (patch)
tree49be290141d1ee28124418436dbc410e1b5f6727 /sys/ia64
parent07b3a00d8376b31fa60b7eb3e31ad1505fdfa0db (diff)
downloadFreeBSD-src-597a7332d8b12ce2f47cbd5c59a94534a4da9637.zip
FreeBSD-src-597a7332d8b12ce2f47cbd5c59a94534a4da9637.tar.gz
s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/elf.h b/sys/ia64/include/elf.h
index 5d969b6..880675a 100644
--- a/sys/ia64/include/elf.h
+++ b/sys/ia64/include/elf.h
@@ -239,6 +239,6 @@ __ElfType(Auxinfo);
/* Processor specific dynmamic section tags. */
-#define DT_IA64_PLT_RESERVE 0x70000000
+#define DT_IA_64_PLT_RESERVE 0x70000000
#endif /* !_MACHINE_ELF_H_ */
OpenPOWER on IntegriCloud