diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-09-28 14:51:02 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-09-28 14:51:02 +0000 |
commit | 7c9c8381d9b4fe39531f5b2988ca9da13a974c4e (patch) | |
tree | 84558e7e3a7c781d3711ac0a9e69c29c6e3114d5 /gas/ChangeLog | |
parent | d182319b0955ee234d2c9c1e1a68c38344238274 (diff) | |
download | gdb-7c9c8381d9b4fe39531f5b2988ca9da13a974c4e.zip gdb-7c9c8381d9b4fe39531f5b2988ca9da13a974c4e.tar.gz gdb-7c9c8381d9b4fe39531f5b2988ca9da13a974c4e.tar.bz2 |
gas/
2005-09-28 Jan Beulich <jbeulich@novell.com>
* dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully
parsing the input.
(dot_cfi_startproc): Likewise.
(dot_cfi_endproc): Likewise. Also check no extra input was given.
(dot_cfi_escape): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b513b57..91d515f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2005-09-28 Jan Beulich <jbeulich@novell.com> + * dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully + parsing the input. + (dot_cfi_startproc): Likewise. + (dot_cfi_endproc): Likewise. Also check no extra input was given. + (dot_cfi_escape): Likewise. + +2005-09-28 Jan Beulich <jbeulich@novell.com> + * config/tc-i386.h (x86_cons_fix_new): Declare unconditionally. (TC_CONS_FIX_NEW): Define unconditionally. (x86_pe_cons_fix_new): Remove. |