* collect2-aix.h: Define F_LOADONLY.
From-SVN: r196057
This commit is contained in:
parent
8afd2ed720
commit
bb3accfa6f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-02-14 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* collect2-aix.h: Define F_LOADONLY.
|
||||
|
||||
2013-02-14 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR lto/50494
|
||||
|
|
|
@ -229,7 +229,8 @@ struct external_syment
|
|||
/* Definitions required by collect2. */
|
||||
#define C_EXT 2
|
||||
|
||||
#define F_SHROBJ 0x2000
|
||||
#define F_SHROBJ 0x2000
|
||||
#define F_LOADONLY 0x4000
|
||||
|
||||
#define N_UNDEF ((short) 0)
|
||||
#define N_TMASK 060
|
||||
|
|
Loading…
Add table
Reference in a new issue