aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/collect2-aix.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a1c7d46..49739f2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/collect2-aix.h b/gcc/collect2-aix.h
index 7c19dae..f67669b 100644
--- a/gcc/collect2-aix.h
+++ b/gcc/collect2-aix.h
@@ -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