projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db7ea4e
)
An annoying typo (faflse instead of false). Oopsie.
author
Sean Eric Fagan
<sef@cygnus>
Mon, 28 Mar 1994 23:03:21 +0000
(23:03 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Mon, 28 Mar 1994 23:03:21 +0000
(23:03 +0000)
bfd/nlm32-alpha.c
patch
|
blob
|
history
diff --git
a/bfd/nlm32-alpha.c
b/bfd/nlm32-alpha.c
index
95cf34b
..
b18eb65
100644
(file)
--- a/
bfd/nlm32-alpha.c
+++ b/
bfd/nlm32-alpha.c
@@
-641,7
+641,7
@@
nlm_alpha_read_import (abfd, sym)
sym -> symbol.value = 0;
sym -> symbol.section = &bfd_und_section;
if (bfd_read ((PTR) temp, sizeof (temp), 1, abfd) != sizeof (temp))
- return fa
f
lse;
+ return false;
rcount = bfd_h_get_32 (abfd, temp);
nlm_relocs = ((struct nlm_relent *)
bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)));