aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-28 00:57:45 +0000
committerNick Clifton <nickc@redhat.com>2000-07-28 00:57:45 +0000
commit88cdf2977590c1a5405c709b41f7d916f1c129f0 (patch)
treee092f7f9398749793fe31ec2443d4bc518dec7d2 /ld/ChangeLog
parent456981d71502f17f86b9b3a7fbcef5cec3abcb5d (diff)
downloadgdb-88cdf2977590c1a5405c709b41f7d916f1c129f0.zip
gdb-88cdf2977590c1a5405c709b41f7d916f1c129f0.tar.gz
gdb-88cdf2977590c1a5405c709b41f7d916f1c129f0.tar.bz2
Implement -taso command line option.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
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.