diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-13 20:39:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-13 20:39:36 +0000 |
commit | f786a73f081f978bc9e5f8be1e93d0be8a7d967c (patch) | |
tree | ba21d1095b80a35b12fbc93cebf1c00a87ca5359 /bfd/ChangeLog | |
parent | c4299ed83a1fd495c1b163aeaf5272bd4cdddedd (diff) | |
download | gdb-f786a73f081f978bc9e5f8be1e93d0be8a7d967c.zip gdb-f786a73f081f978bc9e5f8be1e93d0be8a7d967c.tar.gz gdb-f786a73f081f978bc9e5f8be1e93d0be8a7d967c.tar.bz2 |
* elf32-sparc.c (elf32_sparc_size_dynamic_sections): Only write
out PLTRELSZ, PLTREL and JMPREL relocs if there is a .rela.plt
section. Solaris 2.4 apparently does not handle empty reloc
information correctly.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5a76b47..d87bd60 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Mon Mar 13 13:48:49 1995 Ian Lance Taylor <ian@cygnus.com> + * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Only write + out PLTRELSZ, PLTREL and JMPREL relocs if there is a .rela.plt + section. Solaris 2.4 apparently does not handle empty reloc + information correctly. + * archive.c (bsd_write_armap): Cast getuid and getgid results to long, and print with %ld. |