* config/tc-dvp.c (md_longopts): Add -no-dma, -no-dma-pke.
authorDoug Evans <dje@google.com>
Fri, 30 Jan 1998 20:02:46 +0000 (20:02 +0000)
committerDoug Evans <dje@google.com>
Fri, 30 Jan 1998 20:02:46 +0000 (20:02 +0000)
commit5b8620392337f8074ceda090a3674b847c001c0b
tree5a99a0ab95fc7b07aca9020435f321347df701f7
parentd341ae3fefdd4fbd7a02a81ab6d7bb06f68e2517
* config/tc-dvp.c (md_longopts): Add -no-dma, -no-dma-pke.
(md_parse_option): Handle them.
(md_show_usage): Print them.
(output_dma,output_pke): New static globals.
(md_begin): Initialize them to 1.
(assemble_pke): Handle -no-dma-pke.
(insert_file): Search include dir list.
(s_enddirect): Validate length if prespecified.
(s_endmpg): Likewise.  Handle -no-dma-pke.
(s_endunpack): Handle -no-dma-pke.
gas/ChangeLog