<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is .common section in map file? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142730#M2913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;And what is the .bss section?? For me it seems that the linker mixes .common and .bss section? Which types of variables will be linked there?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2006 14:55:04 GMT</pubDate>
    <dc:creator>ThomasH</dc:creator>
    <dc:date>2006-07-12T14:55:04Z</dc:date>
    <item>
      <title>What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142728#M2911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I´m new in using&amp;nbsp; the CodeWarrior (4.5) for HCS12 annd I found a .common section in the map file. It seems that there are linked global variables. But I´m not sure and I can´t find a description in the docu.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;DIV&gt;Thomas&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:06:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142728#M2911</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2006-07-11T21:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142729#M2912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, the compiler places global variables into .common (a special ELF section with a predefined ELF section index SHN_COMMON, but that should not matter).&lt;BR /&gt;&lt;BR /&gt;E.g.:&lt;BR /&gt;&lt;BR /&gt;int global_i;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 00:54:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142729#M2912</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2006-07-12T00:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142730#M2913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;And what is the .bss section?? For me it seems that the linker mixes .common and .bss section? Which types of variables will be linked there?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 14:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142730#M2913</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2006-07-12T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142731#M2914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Here are the predefined section used by the compiler is using:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;B&gt;.text&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;: &lt;SPAN&gt;&lt;/SPAN&gt;Contains the code.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;B&gt;.data&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;: &lt;SPAN&gt;&lt;/SPAN&gt;Contains the initialized global variables.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;e.g. int&lt;/SPAN&gt; &lt;SPAN&gt;&lt;B&gt;&lt;U&gt;a&lt;/U&gt;&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;= 1,&lt;/SPAN&gt; &lt;SPAN&gt;&lt;B&gt;&lt;U&gt;b&lt;/U&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN&gt;= 2;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;B&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;B&gt;.stack&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;SPAN&gt;&lt;/SPAN&gt;Contains the stack.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;B&gt;.bss&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;: &lt;SPAN&gt;&lt;/SPAN&gt;Contains the static un-initialized global variables.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;e.g. static int&lt;/SPAN&gt; &lt;SPAN&gt;&lt;B&gt;&lt;U&gt;c, d&lt;/U&gt;&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;B&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;.common&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;:&lt;/STRONG&gt; Contains the un-initialized global variables (not static).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;e.g. int&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN&gt;&lt;U&gt;e, f&lt;/U&gt;&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;B&gt;.rodata&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;: Contains the constant variables .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;e.g. const int&lt;/SPAN&gt; &lt;SPAN&gt;&lt;B&gt;&lt;U&gt;c1=2, c2=4&lt;/U&gt;&lt;/B&gt;&lt;/SPAN&gt; &lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;.&lt;FONT size="3"&gt;rodata1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/FONT&gt;: Contains all the string constants.&lt;/SPAN&gt; &lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;e.g. #define mystr = “&lt;/SPAN&gt;&lt;SPAN&gt;&lt;B&gt;&lt;U&gt;Hello world&lt;/U&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN&gt;”&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 17:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142731#M2914</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-07-12T17:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142732#M2915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just an addition to the above.&amp;nbsp; I'm working with CW 6.4 and it ignores the LCF *(COMMON) output section and sticks all uninitialised global data in the .bss section. !!??!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. static int x;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; .bss&lt;/P&gt;&lt;P&gt;2. static int y = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; .data&lt;/P&gt;&lt;P&gt;3. static int y = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; .bss&amp;nbsp;&amp;nbsp; Couldn't this be quite dangerous as it relies on the start-up code zeroing the .bss. Uninitialised data should always be initialised before use.&lt;/P&gt;&lt;P&gt;4. int a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; .bss&amp;nbsp; This should be emitted to .common or in this case *(COMMON) if provide the LCF however if I look at a disassembled c module the compiler does provide the required named section. This can be seen&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by looking at the section index field (Shndx) in the symbol table.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;5. int a =1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; .data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the linker documentation is very poor. Try searching the help file for COMMON, SCOMMON or .common ;0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snippet from my LCF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.uninitialized_data :&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; __START_BSS = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp; *(.bss)&lt;/P&gt;&lt;P&gt;&amp;nbsp; . = ALIGN(0x8);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; # This should be for common GLOBAL variables declared in compiled code outside of any function&lt;/P&gt;&lt;P&gt;&amp;nbsp; # without the extern or static qualifier and which are not initialized. line has no effect!&lt;/P&gt;&lt;P&gt;&amp;nbsp; # All global uininitialised data declared as static,extern or with no type class specifier&lt;/P&gt;&lt;P&gt;&amp;nbsp; # are emmited to .bss TOGETHER WITH DATA INITIALISED TO 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; *(COMMON)&lt;/P&gt;&lt;P&gt;&amp;nbsp; __END_BSS = .;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; . = ALIGN(0x8);&lt;/P&gt;&lt;P&gt;&amp;nbsp; } &amp;gt;&amp;gt; DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comments?&lt;/P&gt;&lt;P&gt;DaveCook&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 13:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142732#M2915</guid>
      <dc:creator>DaveTonyCook</dc:creator>
      <dc:date>2013-09-18T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142733#M2916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the original post was for HC12 V4.5 architecture.&lt;/P&gt;&lt;P&gt;the linker parameter file is not the same for the HC12 architecture and Coldfire.&lt;/P&gt;&lt;P&gt;to check the issue I recommend you to create a new post for this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware the Coldfire V6.4 is an old version.&lt;/P&gt;&lt;P&gt;the last version based on Classic IDE is the V7.2.&lt;/P&gt;&lt;P&gt;the last development for Coldfire is CW for MCU V10.4 based on Eclipse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could investigate the problem/question.&lt;/P&gt;&lt;P&gt;In this case can you please create a new post for this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 08:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142733#M2916</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2013-09-19T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142734#M2917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I'm aware the .common section is part of the ELF standard and is independent of processor architecture. There are many people that use and do not properly understand boiler plate LCF supplied with the tool chain and there is no description in the linker documentation regarding this.&amp;nbsp; Also there are many people that use older versions of the CW IDE.&amp;nbsp; I would have thought from the title and content of this post that the general nature of the issue would be relevant on this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 07:59:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142734#M2917</guid>
      <dc:creator>DaveTonyCook</dc:creator>
      <dc:date>2013-09-27T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142735#M2918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked with compiler team and my understanding was correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Both SCOMMON and COMMON are used for sections related to .common&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142735#M2918</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2013-10-04T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142736#M2919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I've understand the problem/question.&lt;/P&gt;&lt;P&gt;I need to work on it.&lt;/P&gt;&lt;P&gt;according to Catherine feedback the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;.common:&lt;/STRONG&gt; Contains the un-initialized global variables (not static).&lt;/P&gt;&lt;P&gt;so in case of int a_1; the map file should use the SCOMMON or COMMON and not the .bss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:04:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142736#M2919</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2013-10-04T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is .common section in map file?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142737#M2920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello CrasyCat and Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On CW10.6, S12Z chips , it seems no matter how i define the variable , it can not put in to the .bss segment .&lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt;&amp;nbsp; int i = 0;&lt;/P&gt;&lt;P&gt;static int j ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why ?&amp;nbsp; And how can i put the variable to .bss segment ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank !&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 12:32:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/What-is-common-section-in-map-file/m-p/142737#M2920</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-07-23T12:32:26Z</dc:date>
    </item>
  </channel>
</rss>

