diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2005-01-19 11:42:49 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2005-01-19 11:42:49 +0000 |
commit | e22430578c7bc54a36eb0a8cc0a083f5b4826998 (patch) | |
tree | 23f1a24cbe20dc77284ec48185ef5e5a6022b72e /ld/ChangeLog | |
parent | 53283f867b4157d728963a9699bce30e2d24f033 (diff) | |
download | gdb-e22430578c7bc54a36eb0a8cc0a083f5b4826998.zip gdb-e22430578c7bc54a36eb0a8cc0a083f5b4826998.tar.gz gdb-e22430578c7bc54a36eb0a8cc0a083f5b4826998.tar.bz2 |
* ldmain.h (ld_sysroot): Change type to a constant string.
* ldmain.c (ld_sysroot): Likewise.
(get_relative_sysroot, get_sysroot): New functions, adding command-line
support for changing the sysroot.
(main): Call the new functions.
* lexsup.c (OPTION_SYSROOT): New.
(ld_options): Add --sysroot.
(parse_args): Add a dummy handler for it.
* ld.texinfo (--sysroot): Document.
* NEWS: Mention the new --sysroot option.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 27b59bd..093912e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +2005-01-19 Richard Sandiford <rsandifo@redhat.com> + + * ldmain.h (ld_sysroot): Change type to a constant string. + * ldmain.c (ld_sysroot): Likewise. + (get_relative_sysroot, get_sysroot): New functions, adding command-line + support for changing the sysroot. + (main): Call the new functions. + * lexsup.c (OPTION_SYSROOT): New. + (ld_options): Add --sysroot. + (parse_args): Add a dummy handler for it. + * ld.texinfo (--sysroot): Document. + * NEWS: Mention the new --sysroot option. + 2005-01-18 Alan Modra <amodra@bigpond.net.au> * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call. |