aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-03-29 17:16:05 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-03-29 17:16:05 +0000
commitbcb674cff702e0b46719839a0af4e1ab1619918c (patch)
treef8ffc8cc3eb4ec3eb78ced88fd498a47ed48b42e /ld/NEWS
parent436868fbdf0d04a677a805ed751ad8a042ef63dd (diff)
downloadfsf-binutils-gdb-bcb674cff702e0b46719839a0af4e1ab1619918c.zip
fsf-binutils-gdb-bcb674cff702e0b46719839a0af4e1ab1619918c.tar.gz
fsf-binutils-gdb-bcb674cff702e0b46719839a0af4e1ab1619918c.tar.bz2
ld/
200x-xx-xx Richard Sandiford <richard@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> * NEWS: Mention -l:foo. * ld.texinfo: Document it. * ldlang.c (new_afile): If a lang_input_file_is_l_enum entry as a name beginning with a coloh, convert it to a lang_input_file_is_search_file_enum entry without the colon. ld/testsuite/ * ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d, * ld-libs/libs.exp: New files.
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 48e4432..cbce99c 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+* -l:foo now searches the library path for a filename called foo,
+ without converting it to libfoo.a or libfoo.so.
+
* Add a new command line option '--default-script=FILE' or '-dT FILE'
which specifies a replacement for the built in, default linker
script.