From: Nick Clifton Date: Mon, 24 Sep 2001 18:35:08 +0000 (+0000) Subject: oops - frag omitted from previous patch application X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c406afafb1db0bc5b0bcb4cf844e1632121a4c68;p=binutils-gdb.git oops - frag omitted from previous patch application --- diff --git a/ld/ld.texinfo b/ld/ld.texinfo index fd03bc3e9b1..2d04a57e54f 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1775,6 +1775,14 @@ extern_struct.field --> @{ volatile struct s *t=&extern_struct; t->field @} @end example +or + +@example +extern long long extern_ll; +extern_ll --> + @{ volatile long long * local_ll=&extern_ll; *local_ll @} +@end example + A second method of dealing with this difficulty is to abandon 'auto-import' for the offending symbol and mark it with @code{__declspec(dllimport)}. However, in practice that