aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-12-07 01:12:30 +0000
committerIan Lance Taylor <ian@airs.com>1995-12-07 01:12:30 +0000
commit9430b933656a86dbc2d7ac17b13186797b756290 (patch)
tree23e6729b46c069c76ed9e14f77cd5efd1548a037 /ld
parent4a4a66bdc9a9d017c4f088e6f97fa51c07cb513d (diff)
downloadgdb-9430b933656a86dbc2d7ac17b13186797b756290.zip
gdb-9430b933656a86dbc2d7ac17b13186797b756290.tar.gz
gdb-9430b933656a86dbc2d7ac17b13186797b756290.tar.bz2
* emultempl/aix.em (unix_ld): New static variable.
(gld${EMULATION_NAME}_parse_args): Handle -unix. (gld${EMULATION_NAME}_before_allocation): If unix_ld, pass gc as false and export_defineds as true to size_dynamic_sections. PR 8606.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7dd1da8..10a01dc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -13,6 +13,11 @@ Wed Dec 6 14:33:50 1995 Doug Evans <dje@canuck.cygnus.com>
Wed Dec 6 14:59:06 1995 Ian Lance Taylor <ian@cygnus.com>
+ * emultempl/aix.em (unix_ld): New static variable.
+ (gld${EMULATION_NAME}_parse_args): Handle -unix.
+ (gld${EMULATION_NAME}_before_allocation): If unix_ld, pass
+ gc as false and export_defineds as true to size_dynamic_sections.
+
* ldexp.c (exp_fold_tree): Permit assignments to dot in the final
phase if the current section is abs_output_section.