Bug 63221 - symbol with section attribute ends up in common
Summary: symbol with section attribute ends up in common
Status: RESOLVED DUPLICATE of bug 61848
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 00:16 UTC by Jan Smets
Modified: 2014-09-11 01:14 UTC (History)
0 users

See Also:
Host:
Target: mips
Build:
Known to work: 4.8.2
Known to fail: 5.0
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Smets 2014-09-11 00:16:43 UTC
extern int sharedTop;
int sharedTop __attribute__ ((section (".cvmx_shared"))); 

sharedTop ends up in COM with trunk, GCC 4.8 puts it in .cvmx_shared as one would expect.
Comment 1 Andrew Pinski 2014-09-11 00:34:00 UTC
Dup of bug 61848.
Comment 2 Andrew Pinski 2014-09-11 01:14:17 UTC
.

*** This bug has been marked as a duplicate of bug 61848 ***