diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-28 00:57:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-28 00:57:45 +0000 |
commit | 88cdf2977590c1a5405c709b41f7d916f1c129f0 (patch) | |
tree | e092f7f9398749793fe31ec2443d4bc518dec7d2 /ld/ChangeLog | |
parent | 456981d71502f17f86b9b3a7fbcef5cec3abcb5d (diff) | |
download | gdb-88cdf2977590c1a5405c709b41f7d916f1c129f0.zip gdb-88cdf2977590c1a5405c709b41f7d916f1c129f0.tar.gz gdb-88cdf2977590c1a5405c709b41f7d916f1c129f0.tar.bz2 |
Implement -taso command line option.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d082eb8..24557ca 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru> + + * emulparams/elf64alpha.sh: Implement "-taso" emulation + specific option to fit 64-bit executable in the lower + 31-bit address range. This is done by changing start + address of .interp (the very first section of executable) + and then setting EF_ALPHA_32BIT elf header flag. + 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG> * emultempl/m68kcoff.em: New file. |