public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* Patch_or_Contribution granted: [Bug 1002013] [PATCH] gcc 4.7 breaks the synth
       [not found] <bug-1002013-0@http.bugs.ecos.sourceware.org/>
@ 2014-10-02  7:47 ` bugzilla-daemon
  0 siblings, 0 replies; only message in thread
From: bugzilla-daemon @ 2014-10-02  7:47 UTC (permalink / raw)
  To: ecos-patches

Ross Younger <wry@ecoscentric.com> has granted	Patch_or_Contribution:
Bug 1002013: [PATCH] gcc 4.7 breaks the synth
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1002013


------- Additional Comments from Ross Younger <wry@ecoscentric.com>
(Have discussed with jifl.)

Perhaps foolhardily, I upgraded my desktop from Ubuntu 12.04 to 14.04.

Long story short:
* Ubuntu 14.04 ships with gcc 4.8 out of the box.

* On an image for the synthetic target compiled with 4.8, __CTOR_LIST__ ==
__CTOR_END__.

* In other words, none of our static constructors run, leaving a badly broken
universe. (Simple example: The kernel test thread1 (amongst others) crashes
with a segfault when it attempts to resume a thread.)

* Compiling the same test code with gcc 4.6 on the same system works just fine.


On further investigation, the relevant change was made in gcc 4.7, which was to
rename the .ctors section of the ELF image to .init_array (and to present its
members in the opposite order).

Patch attached; tested with both gcc 4.6 and 4.8. This looks for both .ctors
and .init_array sections and iterates through them both; it's very similar to
the code in the ARM HAL which incurred this issue on the change to EABI. But I
think that autodetecting on the synth is a better answer than a CDL option to
switch between the two (cf. EABI); it is not exactly a resource-constrained
target so the extra code size is harmless.

I suspect the i386 HAL will require a similar patch, but I do not have access
to a suitable test rig at the present time.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-02  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-1002013-0@http.bugs.ecos.sourceware.org/>
2014-10-02  7:47 ` Patch_or_Contribution granted: [Bug 1002013] [PATCH] gcc 4.7 breaks the synth bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).