diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2006-03-03 09:32:01 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2006-03-03 09:32:01 +0000 |
commit | 4f471f3957423c32c72298899a3e1f96b010d22a (patch) | |
tree | 6b9d2237599644d52b4cbd50628afd3762c295a4 /ld/ld.texinfo | |
parent | a10138943b15cfa070d4526dc8bbec3976e51cdb (diff) | |
download | gdb-4f471f3957423c32c72298899a3e1f96b010d22a.zip gdb-4f471f3957423c32c72298899a3e1f96b010d22a.tar.gz gdb-4f471f3957423c32c72298899a3e1f96b010d22a.tar.bz2 |
ld/
* emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
(EXTRA_EM_FILE): Define.
* emultempl/vxworks.em: New file.
* ld.texinfo (--force-dynamic): Document.
* Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
on vxworks.em.
* Makefile.in: Regenerate.
ld/testsuite/
* ld-i386/vxworks1-static.d, ld-i386/vxworks2.s,
* ld-i386/vxworks2.sd, ld-i386/vxworks2-static.sd: New tests.
* ld-i386/i386.exp: Run them.
* ld-powerpc/vxworks1-static.d, ld-powerpc/vxworks2.s,
* ld-powerpc/vxworks2.sd, ld-powerpc/vxworks2-static.sd: New tests.
* ld-powerpc/powerpc.exp: Run them.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index d455727..1e3b3e8 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -772,6 +772,12 @@ in larger executables. This option is currently only supported on ELF platforms. +@kindex --force-dynamic +@cindex forcing the creation of dynamic sections +@item --force-dynamic +Force the output file to have dynamic sections. This option is specific +to VxWorks targets. + @cindex partial link @cindex relocatable output @kindex -r |