diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-08-16 13:19:45 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-08-16 13:19:45 +0000 |
commit | 61e3ce7432641dfdaed490dc24874f5c24791d4e (patch) | |
tree | 002ee9d941ea4e28aeae4bb7a656128c0464ff1d /ld | |
parent | b127cb95e96262a3ad19db8b1e090b34eb4af7cb (diff) | |
download | gdb-61e3ce7432641dfdaed490dc24874f5c24791d4e.zip gdb-61e3ce7432641dfdaed490dc24874f5c24791d4e.tar.gz gdb-61e3ce7432641dfdaed490dc24874f5c24791d4e.tar.bz2 |
Fri Aug 16 14:15:41 1996 James G. Smith <jsmith@cygnus.co.uk>
* scripttempl/armcoff.sc (__bss_start__, __bss_end__,
__data_start__, __data_end__): Added to keep in sync. with the
default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ba00e68..040afab 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Fri Aug 16 14:15:41 1996 James G. Smith <jsmith@cygnus.co.uk> + + * scripttempl/armcoff.sc (__bss_start__, __bss_end__, + __data_start__, __data_end__): Added to keep in sync. with the + default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support. + +Thu Aug 8 14:24:56 1996 Ian Lance Taylor <ian@cygnus.com> + + * ldcref.c (check_reloc_refs): If info->same, look for any symbol + defined in info->defsec, not just the section symbol. + Wed Aug 7 14:40:48 1996 Philippe De Muyter <phdm@info.ucl.ac.be> * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk. |