13.07.2015 Views

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

5−202PCP Reference Manual−mCommand line syntax−m [−a posname] [−b posname]DescriptionMove the specified object modules to another position in the library.The ordering of members in a library can make a difference in howprograms are linked if a symbol is defined in more than one member.Default, the specified members are moved to the end of the archive. Usethe suboptions −a or −b to move them to a specified place instead.−a posname−b posnameMove the specified object module(s) afterthe existing module posname.Move the specified object module(s) beforethe existing module posname.ExampleSuppose the library lib.a contains the following objects (see option −t):obj1.oobj2.oobj3.oTOOL OPTIONSTo move obj1.o to the end of lib.a:ar<strong>pcp</strong> −m lib.a obj1.oTo move obj3.o just before obj2.o:ar<strong>pcp</strong> −m −b obj3.o lib.a obj2.oThe library lib.a after these two invocations now looks like:obj3.oobj2.oobj1.oRelated informationArchiver option −t (Print library contents)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!