* collect2-aix.h: Define F_LOADONLY.

From-SVN: r196057
This commit is contained in:
Steven Bosscher 2013-02-14 20:40:55 +00:00
parent 8afd2ed720
commit bb3accfa6f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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