From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" To: gas2@cygnus.com Subject: bfd assertion bug found Date: Mon, 27 Nov 1995 20:37:00 -0000 Message-id: <199511280437.XAA07279@huahaga.rutgers.edu> X-SW-Source: 1995/msg00198.html It seems that the linker interprets arguments differently in 2.6, if I specify '-N' to the linker in 2.5.2 it produces a static final object, in 2.6 it sets config.dynamic_link to true. This is what causes trouble when relocations are being scanned. Later, David S. Miller davem@caip.rutgers.edu