There are two functional changes:
- The directive is not expanded for the ASM->ASM code path.
- If PIC is not set, there's no expansion for the ASM->OBJ code path (same behaviour as GAS).
Paths
| Differential D3482
[mips] Move expansion of .cpsetup to target streamer. ClosedPublic Authored by matheusalmeida on Apr 24 2014, 6:45 AM.
Details Summary There are two functional changes:
Diff Detail Event Timelinematheusalmeida retitled this revision from to [mips] Move expansion of .cpsetup to target streamer.. matheusalmeida updated this object. Comment Actions The description is not entirely right... There are two functional changes:
Comment Actions Added reloc information to the test now that it's possible to print it The test has a FIXME because direct object emission for N32 does not work properly (yet). dsanders edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Apr 30 2014, 7:07 AM
Revision Contents
Diff 8981 lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MipsTargetStreamer.h
test/MC/Mips/cpsetup.s
|
I believe that the 'virtual' keyword should be dropped when 'override' is used