------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to