aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-01 02:00:15 +0000
committerAlan Modra <amodra@gmail.com>2005-03-01 02:00:15 +0000
commitc9dea48b1faf7a8a243673dd32a0089036f7ea36 (patch)
tree9e1819147081e7c3fbf2923cd5ca4bf984212980 /gas/read.c
parent055d1eb0f88fc42495d1fac45e89e5ef06ab207d (diff)
downloadgdb-c9dea48b1faf7a8a243673dd32a0089036f7ea36.zip
gdb-c9dea48b1faf7a8a243673dd32a0089036f7ea36.tar.gz
gdb-c9dea48b1faf7a8a243673dd32a0089036f7ea36.tar.bz2
* as.h (assert): Warning fix.
* expr.c (expr): Correct assertion. * read.c (s_comm_internal): Remove assertion. * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER. (fixup_segment): Remove assertion. * config/tc-dlx.c (machine_ip): Remove untrue assertions. (md_apply_fix3): Likewise. * config/tc-i370.c (md_begin): Correct assertion. (i370_macro): Warning fix for assertion.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 3c5734b..f2b01be 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -1472,7 +1472,6 @@ s_comm_internal (int param,
#endif
}
- know (symbolP == NULL || symbolP->sy_frag == &zero_address_frag);
demand_empty_rest_of_line ();
out:
if (flag_mri)