X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FREADME;h=72b11257e33165dc809d36584126d9159dd0a065;hb=d0ac1c44885daf68f631befa37e3f3bad318fbbf;hp=8947d04156bffc3c82392409fdc2d6f24546b9c8;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/README b/ld/README index 8947d04156..72b11257e3 100644 --- a/ld/README +++ b/ld/README @@ -1,3 +1,5 @@ + README for LD + This is the GNU linker. It is distributed with other "binary utilities" which should be in ../binutils. See ../binutils/README for more general notes, including where to send bug reports. @@ -16,8 +18,8 @@ There are many features of the linker: * The linker supports a control language. -* There is a user manual (ld.texinfo), as well as the - beginnings of an internals manual (ldint.texinfo). +* There is a user manual (ld.texi), as well as the + beginnings of an internals manual (ldint.texi). Installation ============ @@ -26,7 +28,8 @@ See ../binutils/README. If you want to make a cross-linker, you may want to specify a different search path of -lfoo libraries than the default. -You can do this by setting the LIB_PATH variable in ./Makefile. +You can do this by setting the LIB_PATH variable in ./Makefile +or using the --with-lib-path configure switch. To build just the linker, make the target all-ld from the top level directory (one directory above this one). @@ -34,7 +37,7 @@ directory (one directory above this one). Porting to a new target ======================= -See the ldint.texinfo manual. +See the ldint.texi manual. Reporting bugs etc =========================== @@ -62,3 +65,9 @@ workarounds to this: * Replace "(. ${srcdir}/scripttempl/${SCRIPT_NAME}.sc)" in genscripts.sh with "sh ${srcdir}..." (no parens) and make sure the emulparams script used exports any shell variables it sets. + +Copyright (C) 2012-2018 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.