Jake Burkholder d037213487 Avoid using the global offset table to get the address of _DYNAMIC in
rtld.  When _DYNAMIC is referenced normally from C the global offset
table is used implicitly, but newer versions of binutils don't initialize
it statically in the binary, so this doesn't work until rtld is relocated,
which _DYNAMIC is needed for...  So, as on other systems with the same
problem, we disassemble a call instruction to _DYNAMIC in order to get
its address.
2003-07-04 00:05:15 +00:00
..
2003-06-15 03:08:37 +00:00
2003-06-14 19:32:52 +00:00
2002-07-06 19:19:48 +00:00
2002-07-06 19:19:48 +00:00
2002-07-06 19:19:48 +00:00
2003-06-08 12:40:50 +00:00
2003-05-04 00:43:39 +00:00
2002-07-15 18:51:57 +00:00
2002-07-15 18:51:57 +00:00
2003-06-08 12:38:18 +00:00
2003-05-04 00:59:13 +00:00