diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-01 09:21:46 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-01 09:21:46 +0000 |
commit | 89cdfe5739c7646eaba0f004158522d39c0808aa (patch) | |
tree | bfc15e9af77db4b990d69efbcc464bfad21aabe7 /gas/ChangeLog | |
parent | c35da14031bf1f026af52fcce346803f47b5ae94 (diff) | |
download | gdb-89cdfe5739c7646eaba0f004158522d39c0808aa.zip gdb-89cdfe5739c7646eaba0f004158522d39c0808aa.tar.gz gdb-89cdfe5739c7646eaba0f004158522d39c0808aa.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <bje@au.ibm.com> + + * 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 <jwlemke@wasabisystems.com> * subsegs.c (subseg_set_rest): Always set seginfp->frchainP if NULL. |