]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
oops - frag omitted from previous patch application
authorNick Clifton <nickc@redhat.com>
Mon, 24 Sep 2001 18:35:08 +0000 (18:35 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 24 Sep 2001 18:35:08 +0000 (18:35 +0000)
ld/ld.texinfo

index fd03bc3e9b101be5de401ff52198d882dd7cbfcc..2d04a57e54fe4c4783f0e8ea2adf184b75c9b8ff 100644 (file)
@@ -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