aboutsummaryrefslogtreecommitdiff
path: root/bfd/evax-alpha.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-10-20 19:23:09 +0000
committerIan Lance Taylor <ian@airs.com>1997-10-20 19:23:09 +0000
commit412222d910b7776967c56d97482e863fcd6c7aa0 (patch)
treee0361e5e1b821a39b16088484eac631991b197d6 /bfd/evax-alpha.c
parentd5241511dbe242f2c3e6208bb41130e76a050c15 (diff)
downloadgdb-412222d910b7776967c56d97482e863fcd6c7aa0.zip
gdb-412222d910b7776967c56d97482e863fcd6c7aa0.tar.gz
gdb-412222d910b7776967c56d97482e863fcd6c7aa0.tar.bz2
various evax patches
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)