aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-06-07 11:35:46 +0000
committerAlan Modra <amodra@gmail.com>2008-06-07 11:35:46 +0000
commit967928e91621dc120ef477b7333471e5fb06957c (patch)
treef412b3396ae248b9dfba613ca45aafacea4e812e /ld/NEWS
parent6efef468bed94a730bb0ae60a36ebead70c97f4e (diff)
downloadgdb-967928e91621dc120ef477b7333471e5fb06957c.zip
gdb-967928e91621dc120ef477b7333471e5fb06957c.tar.gz
gdb-967928e91621dc120ef477b7333471e5fb06957c.tar.bz2
* 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.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 8066c33..c7648a0 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+* Linker script input section filespecs may now specify a file within an
+ archive by writing "archive:file".
+
* The --sort-common switch now has an optional argument which specifies the
direction of sorting.