diff options
author | Jeff Law <law@redhat.com> | 1995-03-06 17:02:38 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-03-06 17:02:38 +0000 |
commit | 5f241617092c4516b8561ff5a240beacb8941d55 (patch) | |
tree | c77d2d01d5bf14d128076ef7bd48b32c2168bc9a /gas | |
parent | 0f4161ddd0308c2b277d8f634aeb22149171bf9d (diff) | |
download | gdb-5f241617092c4516b8561ff5a240beacb8941d55.zip gdb-5f241617092c4516b8561ff5a240beacb8941d55.tar.gz gdb-5f241617092c4516b8561ff5a240beacb8941d55.tar.bz2 |
* config/tc-hppa.c: Change all occurences of pa-89 with pa-11 to
be consistent with current naming conventions.
(md_begin): Set a default architecture and machine type.
(pa_ip): If the current instruction specifies a newer machine type
than the current machine type, then update the current machine
type.
(need_pa11_opcode): Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8cea887..443369c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Mon Mar 6 09:58:34 1995 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c: Change all occurences of pa-89 with pa-11 to + be consistent with current naming conventions. + (md_begin): Set a default architecture and machine type. + (pa_ip): If the current instruction specifies a newer machine type + than the current machine type, then update the current machine + type. + (need_pa11_opcode): Likewise. + Sun Mar 5 19:38:09 1995 Jeff Law (law@snake.cs.utah.edu) * config/tc-hppa.c (pa_ip, case 'z'): Don't lose argument |