aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-21 18:19:38 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-21 18:19:38 +0000
commit8ef401e2891b6550b74cd990337c87ab2f3ebed3 (patch)
tree6d4cae59204a039ee40f3af7fbbbbdd1c05f7560 /ld
parent18ea4416b732c2e38d4138c721d8f6101d302944 (diff)
downloadgdb-8ef401e2891b6550b74cd990337c87ab2f3ebed3.zip
gdb-8ef401e2891b6550b74cd990337c87ab2f3ebed3.tar.gz
gdb-8ef401e2891b6550b74cd990337c87ab2f3ebed3.tar.bz2
Patches from John Polstra <jdp@polstra.com> for FreeBSD ELF:
* lexsup.c (parse_args): -Bshareable is a synonym for -shared. * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same as TEXT_START_ADDR.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index daa226b..73da363 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 21 13:17:34 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ Patches from John Polstra <jdp@polstra.com> for FreeBSD ELF:
+ * lexsup.c (parse_args): -Bshareable is a synonym for -shared.
+ * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same
+ as TEXT_START_ADDR.
+
Wed Mar 20 18:18:25 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* ld.texinfo: Fix typos. Use @pxref only inside parentheses.