Skip to content
Snippets Groups Projects
Commit 71e17562 authored by Dave Anglin's avatar Dave Anglin
Browse files

* tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.

parent 32204df4
No related branches found
No related tags found
No related merge requests found
2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
2005-07-18 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (md_begin): Use IS_ELF.
......
......@@ -3066,6 +3066,8 @@ pa_ip (str)
/* Handle 14 bit immediate, shifted left three times. */
case '#':
if (bfd_get_mach (stdoutput) != pa20)
break;
the_insn.field_selector = pa_chk_field_selector (&s);
get_expression (s);
s = expr_end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment