aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-04-09 06:21:19 +0000
committerAlan Modra <amodra@gmail.com>2005-04-09 06:21:19 +0000
commit31d20a21672ff182075060e87fc54ea5c5025bb3 (patch)
tree28d1cd9c9e76d265a173a86b3e8fb2c08bdfe484 /gas/ChangeLog
parentbe95a9c15d32e35e7529c6a4e035e60398184b99 (diff)
downloadgdb-31d20a21672ff182075060e87fc54ea5c5025bb3.zip
gdb-31d20a21672ff182075060e87fc54ea5c5025bb3.tar.gz
gdb-31d20a21672ff182075060e87fc54ea5c5025bb3.tar.bz2
* read.c (assign_symbol): Remove const from parm. Fix xcalloc
call. Don't do the COFF hacks for multi-emulation gas. Move demand_empty_rest_of_line back to caller. (s_set, equals): demand_empty_rest_of_line here.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ba7b8d5..fdac073 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2005-04-09 Alan Modra <amodra@bigpond.net.au>
+ * read.c (assign_symbol): Remove const from parm. Fix xcalloc
+ call. Don't do the COFF hacks for multi-emulation gas. Move
+ demand_empty_rest_of_line back to caller.
+ (s_set, equals): demand_empty_rest_of_line here.
+
PR gas/827
* as.h (rs_dummy): Define.
* symbols.c (symbol_X_add_number): New function.