aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 228d15f..95c298e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+2008-06-07 Alan Modra <amodra@bigpond.net.au>
+
+ * NEWS: Mention archive:path patterns.
+ * ld.texinfo: Likewise.
+ * ldlang.c: Formatting throughout.
+ (archive_path): Only assume "[A-Za-z]:" is a dos drive.
+ (input_statement_is_archive_path): New function, extracted from..
+ (walk_wild): ..here.
+ (walk_wild_consider_section): Match archive:path here too.
+ (init_map_userdata, sort_def_symbol): Convert to ISO C.
+ * ldmain.c (main): Set link_info.path_separator.
+ * emultempl/spuelf.em (choose_target): Don't set it here.
+
2008-06-06 Alan Modra <amodra@bigpond.net.au>
* ldlang.c (name_match): New function.