summaryrefslogtreecommitdiff
path: root/binutils/dwarf.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-31 16:09:53 +0000
committerNick Clifton <nickc@redhat.com>2007-10-31 16:09:53 +0000
commitecf29b67fd3c8a3ed14c543cd20ec478744e0975 (patch)
treead3412e071897f77b7ad108e8747ee30026be9de /binutils/dwarf.h
parent793528ff798c5324efcb57f1242c27b6eb017eb7 (diff)
downloadbinutils-redhat-ecf29b67fd3c8a3ed14c543cd20ec478744e0975.tar.gz
* dwarf.c (is_relocatable): Remove definition.
(display_debug_frames): Remove check in is_relocatable. * dwarf.h (is_relocatable): Remove declaration. * objdump.c (is_relocatable): New static definition. * readelf.c (dump_relocations): Make the function void. (is_32bit_abs_reloc): Add support for x86, Arc, Arm, D10V, Dlx, OR32 and Score. (is_32bit_pcrel_reloc): Add support for x86 and Arm. (is_16bit_abs_reloc): Add support for D10V. (debug_apply_rela_addends): Rename to debug_apply_relocations. Add code to support rel relocations. (load_debug_section): Fix call to debug_apply_relocations. (get_file_header): Remove setting of is_relocatable. * gas/cfi/cfi-common-6.d: Allow for possible relocation of the .debug.eh_frame section.
Diffstat (limited to 'binutils/dwarf.h')
-rw-r--r--binutils/dwarf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/dwarf.h b/binutils/dwarf.h
index 7f815c8b2a..113a8f9077 100644
--- a/binutils/dwarf.h
+++ b/binutils/dwarf.h
@@ -92,7 +92,6 @@ extern dwarf_vma byte_get_little_endian (unsigned char *, int);
extern dwarf_vma byte_get_big_endian (unsigned char *, int);
extern dwarf_vma eh_addr_size;
-extern int is_relocatable;
extern int do_debug_info;
extern int do_debug_abbrevs;