diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-08-12 16:01:22 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-08-12 16:01:22 +0000 |
commit | 083febaa5d031784a88beb88c88d9fe64e3acb8b (patch) | |
tree | 7a14f8470c088fa6024427019464d5aeb7f0346c /include/elf | |
parent | 6ba842b637dfd832f8275df28e1f0dfff755c877 (diff) | |
download | gdb-083febaa5d031784a88beb88c88d9fe64e3acb8b.zip gdb-083febaa5d031784a88beb88c88d9fe64e3acb8b.tar.gz gdb-083febaa5d031784a88beb88c88d9fe64e3acb8b.tar.bz2 |
2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (R_386_USED_BY_INTEL_200): New.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/i386.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2bde490..d32f51e 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2004-08-12 H.J. Lu <hongjiu.lu@intel.com> + + * i386.h (R_386_USED_BY_INTEL_200): New. + 2004-07-29 Alexandre Oliva <aoliva@redhat.com> Introduce SH2a support. diff --git a/include/elf/i386.h b/include/elf/i386.h index 9594119..bd54e8e 100644 --- a/include/elf/i386.h +++ b/include/elf/i386.h @@ -62,6 +62,9 @@ START_RELOC_NUMBERS (elf_i386_reloc_type) RELOC_NUMBER (R_386_TLS_DTPOFF32, 36) RELOC_NUMBER (R_386_TLS_TPOFF32, 37) + /* Used by Intel. */ + RELOC_NUMBER (R_386_USED_BY_INTEL_200, 200) + /* These are GNU extensions to enable C++ vtable garbage collection. */ RELOC_NUMBER (R_386_GNU_VTINHERIT, 250) RELOC_NUMBER (R_386_GNU_VTENTRY, 251) |