* 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.
This commit is contained in:
Alan Modra
2008-06-07 11:35:46 +00:00
parent 6efef468be
commit 967928e916
6 changed files with 178 additions and 127 deletions

View File

@ -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.