diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-03-29 17:16:05 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-03-29 17:16:05 +0000 |
commit | bcb674cff702e0b46719839a0af4e1ab1619918c (patch) | |
tree | f8ffc8cc3eb4ec3eb78ced88fd498a47ed48b42e /ld/NEWS | |
parent | 436868fbdf0d04a677a805ed751ad8a042ef63dd (diff) | |
download | gdb-bcb674cff702e0b46719839a0af4e1ab1619918c.zip gdb-bcb674cff702e0b46719839a0af4e1ab1619918c.tar.gz 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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |