diff options
author | Jeff Law <law@redhat.com> | 1999-09-22 15:43:26 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-22 15:43:26 +0000 |
commit | b1039fc41ec4d13b6ac2e274e47c64d179ae202e (patch) | |
tree | 46c53274f5f1f63b2865da01ec4bbb2d7f4f13a4 /gas/ChangeLog | |
parent | 913f265c25da572d95935efbf80ddb95cb95272e (diff) | |
download | ppe42-binutils-b1039fc41ec4d13b6ac2e274e47c64d179ae202e.tar.gz ppe42-binutils-b1039fc41ec4d13b6ac2e274e47c64d179ae202e.zip |
* config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization.
(pa_ip, case 'm'): Failure to get a CBIT specifier just means the
insn does not match and we should try the next insn in the table.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1d120b1094..b0c2d7330f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 22 09:37:19 1999 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization. + (pa_ip, case 'm'): Failure to get a CBIT specifier just means the + insn does not match and we should try the next insn in the table. + 1999-09-22 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c (MULTI_SET_PSR): Rename to LDM_TYPE_2_OR_3. |