Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
authorNick Clifton <nickc@redhat.com>
Tue, 20 Apr 2004 12:17:16 +0000 (12:17 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 20 Apr 2004 12:17:16 +0000 (12:17 +0000)
commit6482c264f4a6d239f2abd356e09ae465e74efeb1
tree7ff3cb95f0c24d9341f9366e551a0e23bdb5d9bf
parentb4781d441cad5589faa6e3fcbfcfb20d28cc7579
Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
with COFF based x86 ports.
19 files changed:
bfd/ChangeLog
bfd/bfd-in2.h
bfd/coff-i386.c
bfd/libbfd.h
bfd/reloc.c
gas/ChangeLog
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/secrel.d [new file with mode: 0644]
gas/testsuite/gas/i386/secrel.s [new file with mode: 0644]
include/coff/ChangeLog
include/coff/internal.h
ld/testsuite/ChangeLog
ld/testsuite/ld-pe/pe.exp [new file with mode: 0644]
ld/testsuite/ld-pe/secrel.d [new file with mode: 0644]
ld/testsuite/ld-pe/secrel1.s [new file with mode: 0644]
ld/testsuite/ld-pe/secrel2.s [new file with mode: 0644]
This page took 0.03846 seconds and 4 git commands to generate.