[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/10322] archive:file matching in linker script not working.
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug ld/10322] archive:file matching in linker script not working. |
Date: |
24 Jun 2009 02:22:14 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2009-06-24
02:22 -------
archive:file specifiers in a linker script are just a pattern to match against.
They do not cause the corresponding file to be loaded. So you need to arrange
for the archive member to be extracted by referencing a symbol in the member,
for example by using -u __reset_handler on the linker command line.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=10322
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.