Commit bb3accfa by Steven Bosscher

* collect2-aix.h: Define F_LOADONLY.

From-SVN: r196057
parent 8afd2ed7
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment