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:
3bc45b7
)
Use <= in ecoff_frob_symbol, not <.
author
Ian Lance Taylor
<ian@airs.com>
Tue, 25 Jan 1994 18:52:01 +0000
(18:52 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 25 Jan 1994 18:52:01 +0000
(18:52 +0000)
gas/ecoff.c
patch
|
blob
|
history
diff --git
a/gas/ecoff.c
b/gas/ecoff.c
index fd697b4a81504fe934aa90bd334ff3841269f37c..27890fabd438f5008b254163d06ffc980311df41 100644
(file)
--- a/
gas/ecoff.c
+++ b/
gas/ecoff.c
@@
-3433,7
+3433,7
@@
ecoff_frob_symbol (sym)
S_SET_SEGMENT (sym, undefined_section);
else if (S_IS_COMMON (sym)
&& S_GET_VALUE (sym) > 0
- && S_GET_VALUE (sym) < bfd_get_gp_size (stdoutput))
+ && S_GET_VALUE (sym) <
=
bfd_get_gp_size (stdoutput))
{
static asection scom_section;
static asymbol scom_symbol;