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:
5e65fbc
)
Use bfd_set_error in last patch.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 17 Feb 1994 21:50:39 +0000
(21:50 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 17 Feb 1994 21:50:39 +0000
(21:50 +0000)
bfd/elfcode.h
patch
|
blob
|
history
diff --git
a/bfd/elfcode.h
b/bfd/elfcode.h
index 33ba86a41532f88d795cd5240fdd27c8ebc45832..fa5ee7332add0e76c453e24414b0f86693c9b9b2 100644
(file)
--- a/
bfd/elfcode.h
+++ b/
bfd/elfcode.h
@@
-2621,7
+2621,7
@@
DEFUN (elf_slurp_symbol_table, (abfd, symptrs),
if (bfd_read ((PTR) x_symp, sizeof (Elf_External_Sym), symcount, abfd)
!= symcount * sizeof (Elf_External_Sym))
{
- bfd_
error = system_call_error
;
+ bfd_
set_error (bfd_error_system_call)
;
return false;
}
/* Skip first symbol, which is a null dummy. */