aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-07-01 16:43:38 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-07-01 16:43:38 +0000
commit179d3252e3ee882c6c4127d291403b85727e5173 (patch)
tree7669c015ad581de963e18907d315569e1db0d397 /include
parent3a1e71e3b16dd521ce7e6304b4f3379af582ed48 (diff)
downloadgdb-179d3252e3ee882c6c4127d291403b85727e5173.zip
gdb-179d3252e3ee882c6c4127d291403b85727e5173.tar.gz
gdb-179d3252e3ee882c6c4127d291403b85727e5173.tar.bz2
include/elf:
2002-07-01 Matt Thomas <matt@3am-software.com> * Rename EF_* to EF_VAX_*. bfd: 2002-07-01 Matt Thomas <matt@3am-software.com> * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_* to EF_VAX_*. binutils: 2002-07-01 Matt Thomas <matt@3am-software.com> * readelf.c: Include "elf/vax.h". (guess_is_rela): Move EM_VAX from unknown to RELA case. (dump_relocations): Handle VAX relocations. (get_machine_flags): Handle VAX machine flags.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/vax.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index cc8315d..6e38b48 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-01 Matt Thomas <matt@3am-software.com>
+
+ * Rename EF_* to EF_VAX_*.
+
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Dave Brolley:
diff --git a/include/elf/vax.h b/include/elf/vax.h
index aba5d9f..c1b5c2b 100644
--- a/include/elf/vax.h
+++ b/include/elf/vax.h
@@ -44,8 +44,8 @@ START_RELOC_NUMBERS (elf_vax_reloc_type)
END_RELOC_NUMBERS (R_VAX_max)
/* Processor specific flags for the ELF header e_flags field. */
-#define EF_NONPIC 0x0001 /* Object contains non-PIC code */
-#define EF_DFLOAT 0x0100 /* Object contains D-Float insn. */
-#define EF_GFLOAT 0x0200 /* Object contains G-Float insn. */
+#define EF_VAX_NONPIC 0x0001 /* Object contains non-PIC code */
+#define EF_VAX_DFLOAT 0x0100 /* Object contains D-Float insn. */
+#define EF_VAX_GFLOAT 0x0200 /* Object contains G-Float insn. */
#endif