diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-07 13:07:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-07 13:07:15 +0000 |
commit | 1c2f546be89e01ee65a6b397474e9fa2ff7080c7 (patch) | |
tree | cf1bf0a9d39c04e800fb36d06e8ae0c3f28a3a87 /ChangeLog | |
parent | 1be6ec30336a318dd50f9d9a45c8066860ec07f2 (diff) | |
download | glibc-1c2f546be89e01ee65a6b397474e9fa2ff7080c7.tar.gz glibc-1c2f546be89e01ee65a6b397474e9fa2ff7080c7.tar.xz glibc-1c2f546be89e01ee65a6b397474e9fa2ff7080c7.zip |
Wed Jun 5 22:06:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/dl-machine.h (elf_machine_rela): Fix type of reloc argument. [case R_68K_32]: Check for resolve being null. (RTLD_START): Add missing label.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 48ff28c87b..522299e825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 5 22:06:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/m68k/dl-machine.h (elf_machine_rela): Fix type of reloc + argument. + [case R_68K_32]: Check for resolve being null. + (RTLD_START): Add missing label. + Fri Jun 7 1996 05:29:32 Ulrich Drepper <drepper@cygnus.com> * misc/lsearch.c: New file. Implementation of lfind and |