From 89cdfe5739c7646eaba0f004158522d39c0808aa Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 1 May 2006 09:21:46 +0000 Subject: * listing.c (listing_listing): Remove useless loop. * macro.c (macro_expand): Remove is_positional local variable. * read.c (s_comm_internal): Simplify `if' condition 1 || x -> 1 and simplify surrounding expressions, where possible. (assign_symbol): Likewise. (s_weakref): Likewise. * symbols.c (colon): Likewise. --- gas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 263654a..3ef40ab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2006-05-01 Ben Elliston + + * listing.c (listing_listing): Remove useless loop. + * macro.c (macro_expand): Remove is_positional local variable. + * read.c (s_comm_internal): Simplify `if' condition 1 || x -> 1 + and simplify surrounding expressions, where possible. + (assign_symbol): Likewise. + (s_weakref): Likewise. + * symbols.c (colon): Likewise. + 2006-05-01 James Lemke * subsegs.c (subseg_set_rest): Always set seginfp->frchainP if NULL. -- cgit v1.1