diff options
author | Jeff Law <law@redhat.com> | 1997-07-31 21:41:35 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-07-31 21:41:35 +0000 |
commit | c1b2205e489a582013ad7fd49263a60e5e589cf2 (patch) | |
tree | cfce12303f55506f6c53ba83424934f7de0b84a4 | |
parent | f0a26f566558ecced5a856130db31c8433d547ce (diff) | |
download | gdb-c1b2205e489a582013ad7fd49263a60e5e589cf2.zip gdb-c1b2205e489a582013ad7fd49263a60e5e589cf2.tar.gz gdb-c1b2205e489a582013ad7fd49263a60e5e589cf2.tar.bz2 |
* config/tc-v850.c (md_assemble): Ignore the rest of the current
line if we encounter an error.
pr13016.
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d5ab127..78e2fa4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,9 @@ start-sanitize-v850 Thu Jul 31 15:13:43 1997 Jeffrey A Law (law@cygnus.com) + * config/tc-v850.c (md_assemble): Ignore the rest of the current + line if we encounter an error. + * config/tc-v850.c (md_assemble): Sign extend constants value for hi and hi0 expressions. (v850_insert_operand): Enable range checking for generic 16bit |