Fix support for PECOFF weak symbols
This commit is contained in:
parent
d356aef3c4
commit
7e9d30a43f
@ -1,3 +1,9 @@
|
|||||||
|
2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
|
||||||
|
|
||||||
|
* pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
|
||||||
|
(IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
|
||||||
|
(IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
|
||||||
|
|
||||||
2004-08-13 Mark Kettenis <kettenis@gnu.org>
|
2004-08-13 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* symconst.h (langMax): Fix typo in comment.
|
* symconst.h (langMax): Fix typo in comment.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* pe.h - PE COFF header information
|
/* pe.h - PE COFF header information
|
||||||
|
|
||||||
Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
|
Copyright 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
@ -310,4 +310,9 @@ typedef struct
|
|||||||
#define IMPORT_NAME_NOPREFIX 2
|
#define IMPORT_NAME_NOPREFIX 2
|
||||||
#define IMPORT_NAME_UNDECORATE 3
|
#define IMPORT_NAME_UNDECORATE 3
|
||||||
|
|
||||||
|
/* Weak external characteristics. */
|
||||||
|
#define IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY 1
|
||||||
|
#define IMAGE_WEAK_EXTERN_SEARCH_LIBRARY 2
|
||||||
|
#define IMAGE_WEAK_EXTERN_SEARCH_ALIAS 3
|
||||||
|
|
||||||
#endif /* _PE_H */
|
#endif /* _PE_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user