diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-05 22:21:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-05 22:21:31 +0000 |
commit | b469b734924041ce336b354bfd367cd0dd2280c7 (patch) | |
tree | 4a07a2948fd08ee5583e8e77aba613b1c527acc3 /ld | |
parent | 118bd5952f4c86ce5bc20ffb8e26ef93761dfc6b (diff) | |
download | gdb-b469b734924041ce336b354bfd367cd0dd2280c7.zip gdb-b469b734924041ce336b354bfd367cd0dd2280c7.tar.gz gdb-b469b734924041ce336b354bfd367cd0dd2280c7.tar.bz2 |
* emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
config.has_shared to true.
* emultempl/linux.em (gld${EMULATION_NAME}_before_parse):
Likewise.
* emultempl/sunos.em (gld${EMULATION_NAME}_before_parse):
Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c0ee4eb..6614f69 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Fri Jun 5 18:19:59 1998 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set + config.has_shared to true. + * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): + Likewise. + * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): + Likewise. + Tue Jun 2 12:55:03 1998 Ian Lance Taylor <ian@cygnus.com> * ldlang.c (lang_finish): If the entry symbol is not found, try |