projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a4b6b
)
removed some "#if 0" code
author
Ken Raeburn
<raeburn@cygnus>
Fri, 27 Aug 1993 23:59:37 +0000
(23:59 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Fri, 27 Aug 1993 23:59:37 +0000
(23:59 +0000)
bfd/libelf.h
patch
|
blob
|
history
diff --git
a/bfd/libelf.h
b/bfd/libelf.h
index 2dca4a45ffb5b41df257d36d48d05beda2b376d4..47f3d1e8978b82021e7cbd91c0d6a6dd5852d3cb 100644
(file)
--- a/
bfd/libelf.h
+++ b/
bfd/libelf.h
@@
-122,10
+122,6
@@
struct bfd_elf_section_data {
Elf_Internal_Shdr this_hdr;
Elf_Internal_Shdr rel_hdr;
int this_idx, rel_idx;
-#if 0
- Elf_Internal_Shdr str_hdr;
- int str_idx;
-#endif
};
#define elf_section_data(sec) ((struct bfd_elf_section_data*)sec->used_by_bfd)
#define shdr_name(abfd,shdr) (elf_shstrtab (abfd)->tab + (shdr)->sh_name)