* config/tc-sh.c (md_apply_fix): Do not allow the generic code in
authorNick Clifton <nickc@redhat.com>
Wed, 12 Jul 2006 09:02:00 +0000 (09:02 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Jul 2006 09:02:00 +0000 (09:02 +0000)
commit01eaea5ad27ebd470a27ae2f3c9ffd50956d4caf
tree615f18d78f0c5a4369ba68af08e2e714dc7568d7
parent743a4945a6a302c986ee2f2b6d113e33b968a2f8
* config/tc-sh.c (md_apply_fix): Do not allow the generic code in
  fixup_segment() to repeat a range check on a value that have already
  been checked here.
* gas/sh/basic.exp: Run "too_large" dump test.
* gas/sh/too_large.s: New test file.  Check that .byte directives do not
  generate a bogus overflow message.
* gas/sh/too_large.s: New test control file.
gas/ChangeLog
gas/config/tc-sh.c
gas/testsuite/ChangeLog
gas/testsuite/gas/sh/basic.exp
gas/testsuite/gas/sh/too_large.d [new file with mode: 0644]
gas/testsuite/gas/sh/too_large.s [new file with mode: 0644]