diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-cr16.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 688bc94..fa53931 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-10-12 M R Swami Reddy <MR.Swami.Reddy@nsc.com> + + * config/tc-cr16.c: Update the md_relax_table for 1 word b<cc> + instruction range information. + 2007-10-12 Daniel Jacobowitz <dan@codesourcery.com> * doc/as.texinfo (Object Attributes): New chapter. diff --git a/gas/config/tc-cr16.c b/gas/config/tc-cr16.c index 31c6215..cb09473 100644 --- a/gas/config/tc-cr16.c +++ b/gas/config/tc-cr16.c @@ -255,7 +255,7 @@ const pseudo_typeS md_pseudo_table[] = const relax_typeS md_relax_table[] = { /* bCC */ - {0xfa, -0x100, 2, 1}, /* 8 */ + {0x7f, -0x80, 2, 1}, /* 8 */ {0xfffe, -0x10000, 4, 2}, /* 16 */ {0xfffffe, -0x1000000, 6, 0}, /* 24 */ }; |