diff options
author | Steve Ellcey <sje@cup.hp.com> | 2013-01-09 18:31:21 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2013-01-09 18:31:21 +0000 |
commit | b37df7c42de167ce1a01ff6d98d90792f9d9543d (patch) | |
tree | 8dd42c3dadaed965761a2709c370470126ab8570 /gas/ChangeLog | |
parent | b2259038ba4e56f7b9e09f4e909596ef2d795b40 (diff) | |
download | gdb-b37df7c42de167ce1a01ff6d98d90792f9d9543d.zip gdb-b37df7c42de167ce1a01ff6d98d90792f9d9543d.tar.gz gdb-b37df7c42de167ce1a01ff6d98d90792f9d9543d.tar.bz2 |
2013-01-09 Steve Ellcey <sellcey@mips.com>
* config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
calls.
* config/tc-mips.c (internalError): Remove, replace with abort.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3441024..ba29792 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2013-01-09 Steve Ellcey <sellcey@mips.com> + + * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal + calls. + * config/tc-mips.c (internalError): Remove, replace with abort. + 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com> * config/tc-aarch64.c (parse_operands): Change to compare the result |