diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-07 17:32:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-07 17:32:42 +0000 |
commit | dbab7a7bff1a2a04c67f3771d33d5588fdf7aabe (patch) | |
tree | c49899dcba896d63ff13126530a5be197093ac32 /ld | |
parent | 08d561335f3aea2b6ee5b6818ad2d3a1c32cb8b1 (diff) | |
download | fsf-binutils-gdb-dbab7a7bff1a2a04c67f3771d33d5588fdf7aabe.zip fsf-binutils-gdb-dbab7a7bff1a2a04c67f3771d33d5588fdf7aabe.tar.gz fsf-binutils-gdb-dbab7a7bff1a2a04c67f3771d33d5588fdf7aabe.tar.bz2 |
Note that --emit-relocs is currently only implemented for ELF.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 431e19e..3d4cd00 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-01-06 John Marshall <jmarshall@acm.org> + + * ld.texinfo: Note that --emit-relocs is currently only + implemented for ELF. + 2002-01-05 Alan Modra <amodra@bigpond.net.au> * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 4612416..1069d03 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -689,6 +689,8 @@ Post link analysis and optimization tools may need this information in order to perform correct modifications of executables. This results in larger executables. +This option is currently only supported on ELF platforms. + @cindex partial link @cindex relocatable output @kindex -r |