aboutsummaryrefslogtreecommitdiff
path: root/bfd/evax-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/evax-alpha.c')
-rw-r--r--bfd/evax-alpha.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/evax-alpha.c b/bfd/evax-alpha.c
index a6f694f..8c8a045 100644
--- a/bfd/evax-alpha.c
+++ b/bfd/evax-alpha.c
@@ -1109,8 +1109,6 @@ evax_get_symbol_info (abfd, symbol, ret)
ret->type = 'A';
else if (bfd_is_und_section (sec))
ret->type = 'U';
- else if (bfd_is_abs_section (sec))
- ret->type = 'A';
else if (bfd_is_ind_section (sec))
ret->type = 'I';
else if (bfd_get_section_flags (abfd, sec) & SEC_CODE)